From 8c79ff2c695254275669390dc4353593b42b7475 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 20 五月 2024 11:16:48 +0800
Subject: [PATCH] 最新版本

---
 h5/unpackage/dist/dev/mp-weixin/pages/index/index.wxss |   42 +++++++++++++++++++++++++++++++++---------
 1 files changed, 33 insertions(+), 9 deletions(-)

diff --git a/h5/unpackage/dist/dev/mp-weixin/pages/index/index.wxss b/h5/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
index c010650..ced3145 100644
--- a/h5/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
+++ b/h5/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
@@ -51,10 +51,24 @@
   height: 270rpx;
   padding: 0 44rpx;
   box-sizing: border-box;
-  background: #D8D8D8;
   border-radius: 8rpx;
   display: flex;
   flex-direction: column;
+  position: relative;
+}
+.box .box_head .banner_bg.data-v-57280228 {
+  position: absolute;
+  top: 0;
+  left: 0;
+  width: 100%;
+  z-index: -1;
+}
+.box .box_head .h2.data-v-57280228 {
+  font-size: 28rpx;
+  font-family: SourceHanSansSC, SourceHanSansSC;
+  font-weight: 400;
+  color: #FFFFFF;
+  margin-top: 14rpx;
 }
 .box .box_head text.data-v-57280228:first-child {
   font-size: 44rpx;
@@ -63,12 +77,11 @@
   color: #FFFFFF;
   margin-top: 54rpx;
 }
-.box .box_head text.data-v-57280228:last-child {
-  font-size: 28rpx;
-  font-family: SourceHanSansSC, SourceHanSansSC;
-  font-weight: 400;
-  color: #FFFFFF;
-  margin-top: 14rpx;
+.box .main_title.data-v-57280228 {
+  font-weight: 500;
+  font-size: 32rpx;
+  color: #222222;
+  margin: 40rpx 0 32rpx;
 }
 .box .box_list.data-v-57280228 {
   width: 100%;
@@ -79,11 +92,22 @@
   margin-top: 40rpx;
 }
 .box .box_list .box_list_item.data-v-57280228 {
-  width: 49%;
+  width: 100%;
   margin-bottom: 20rpx;
 }
 .box .box_list .box_list_item image.data-v-57280228 {
   width: 100%;
-  height: 100%;
+}
+.box .copyright.data-v-57280228 {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  margin-top: 84rpx;
+  font-size: 24rpx;
+  color: #666666;
+}
+.box .copyright image.data-v-57280228 {
+  width: 40rpx;
+  height: 40rpx;
 }
 

--
Gitblit v1.9.3