From 5b219a9694c8d69db42e746a654c779cc6a61bf6 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 18 七月 2024 18:42:20 +0800
Subject: [PATCH] ‘’

---
 wechat_staff/pages/index/index.wxss |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/wechat_staff/pages/index/index.wxss b/wechat_staff/pages/index/index.wxss
index 9279d9d..8ffab5f 100644
--- a/wechat_staff/pages/index/index.wxss
+++ b/wechat_staff/pages/index/index.wxss
@@ -65,7 +65,7 @@
   width: 192rpx;
   height: 280rpx;
   border-radius: 8rpx;
-  border: 1px solid;
+  overflow: hidden;
   position: relative;
 }
 .everyday .imgs .img_wrap .img {
@@ -93,7 +93,6 @@
 .func_lsit .item image {
   width: 88rpx;
   height: 88rpx;
-  border: 1px solid;
 }
 .func_lsit .item .text {
   font-size: 26rpx;
@@ -112,9 +111,21 @@
   padding: 80rpx 40rpx;
   background: #F7F7F7;
 }
-.strategy image {
+.strategy .item {
+  position: relative;
+}
+.strategy .item image {
   width: 100%;
   height: 100%;
+  position: absolute;
+}
+.strategy .item text {
+  color: #fff;
+  position: absolute;
+  bottom: 40rpx;
+  left: 40rpx;
+  font-size: 32rpx;
+  font-weight: 500;
 }
 .strategy .line {
   display: flex;

--
Gitblit v1.9.3