From 07702ce20f46449e7560c43b2f7b7b65e5e742ea Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期六, 22 六月 2024 11:51:37 +0800 Subject: [PATCH] 执法记录列表 --- pages/index/index.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 81a77a5..defa2f7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,11 +1,11 @@ <template> <view> - <img src="/static/head.png" alt="" /> + <img src="/static/head.png" class="head" alt="" /> <view class="hqzc"> <img src="/static/hqzc.png" class="img" alt="" /> <view class="line"></view> <view class="font"> - <p>娴峰叧鎬荤讲璐告槗鎸佺画鍙戝睍2024骞寸珛娉曞眬...</p> + <p>娴峰叧鎬荤讲璐告槗鎸佺画鍙戝睍2024骞寸珛娉�...</p> <p>鍥藉鍖荤枟淇濋殰灞�鍔炲叕瀹ゅ叧浜庡彂甯冪鐞�... </p> </view> <img src="/static/i06.png" class="more" alt="" /> @@ -173,7 +173,7 @@ } } .btnbox{ - margin-top: 70rpx; + margin-top: 110rpx; margin-left: 32rpx; margin-right: 32rpx; img{ @@ -223,6 +223,8 @@ .l{ font-size: 26rpx; color: #7e8593; + max-width: 80%; + } .r{ width: 132rpx; @@ -244,4 +246,8 @@ } } + .head{ + width: 100%; + height: 518rpx; + } </style> \ No newline at end of file -- Gitblit v1.9.1