更新 体检引导 项目说明

main
鹿和sa0ChunLuyu 1 year ago
parent 06639157e0
commit 64915971b6

@ -264,6 +264,7 @@
<text class="text-#141414 text-28rpx">{{ item.time }}</text> <text class="text-#141414 text-28rpx">{{ item.time }}</text>
</view> </view>
</view> </view>
<view class="item_desc_wrapper b-0 b-b-1 b-solid b-#EAEAEA pb-5rpx">{{ item.desc }}</view>
</template> </template>
</view> </view>
</view> </view>
@ -280,6 +281,12 @@
</view> </view>
</template> </template>
<style scoped> <style scoped>
.item_desc_wrapper {
font-size: 14rpx;
color: #33333360;
margin-top: 10rpx;
}
.more_wrapper { .more_wrapper {
padding: 20rpx; padding: 20rpx;
} }

Loading…
Cancel
Save