From a38f54f02b48cf8ef2c9ed6febed560b4f38d534 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期五, 21 六月 2024 15:26:42 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- pages/index/index.vue | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 81a77a5..35a2c05 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{ @@ -244,4 +244,8 @@ } } + .head{ + width: 100%; + height: 518rpx; + } </style> \ No newline at end of file -- Gitblit v1.9.1