信达小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.2 KiB

2 months ago
<navbar fixed title="资料库" custom-style="background:{{background}}"></navbar>
<view
class="page"
style="background: url('/images/bg2.png') no-repeat top center/100% 616rpx;padding-top: {{pageTop + 20}}px;"
>
<view class="page-tags" style="background:{{background}};top:{{pageTop}}px;">
<view class="tag active">全部</view>
<view class="tag">安全性</view>
<view class="tag">有效性</view>
</view>
<view class="card" bind:tap="handleDetail">
<image
class="photo"
src="https://pic1.zhimg.com/50/v2-dcfbab1219ae4f7a7a6db168bb1580a2_720w.jpg?source=2c26e567"
></image>
<view class="wrap">
<view class="title">替妥尤单抗的作用机制、适用场景、使用方式</view>
<view class="w-footer">
<view class="date">2025-06-17</view>
<view class="options">
<view class="o-item">
<image class="icon" src="/images/icon7.png"></image>
24
</view>
<view class="o-item">
<image class="icon" src="/images/icon8.png"></image>
</view>
</view>
</view>
</view>
</view>
<pagination pagination="{{pagination}}"></pagination>
</view>