From 3c61c2d657121482389c0518ac2c81c6df1e704b Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期四, 20 六月 2024 18:59:05 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- pages/hqzc/details.vue | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 45 insertions(+), 2 deletions(-) diff --git a/pages/hqzc/details.vue b/pages/hqzc/details.vue index 8183fd0..d80c4c4 100644 --- a/pages/hqzc/details.vue +++ b/pages/hqzc/details.vue @@ -1,6 +1,16 @@ <template> - <view> - + <view class="box"> + <view class="name"> + 涓浗绀剧闄㈤兘闃筹細涓浗浜哄彛杞彉鐨勭嫭鐗规�у強鍏跺奖鍝� + </view> + <view class="font"> + <view class="left"> + 鏀跨瓥绫诲瀷 + </view> + <view class="right"> + 鍙戝竷鏃堕棿锛�2024-04-27 + </view> + </view> </view> </template> @@ -20,3 +30,36 @@ <style> </style> +<style scoped lang="scss"> + .box{ + padding: 32rpx; + } + .name{ + color: #202d44; + font-size: 40rpx; + font-weight: bold; + } + .font{ + display: flex; + align-items: center; + justify-content: space-between; + border-bottom: 1px solid #f1f1f1; + padding-bottom: 26rpx; + margin-top: 20rpx; + .left{ + text-align: center; + height: 42rpx; + line-height: 42rpx; + padding: 0 10rpx; + border-radius: 4rpx; + background: #1171E0; + color: #ffffff; + font-size: 24rpx; + + } + .right{ + color: #7e8596; + font-size: 28rpx; + } + } +</style> \ No newline at end of file -- Gitblit v1.9.1