From 716ab46fb071ed48bc75d10fabed66bd8fcae6f1 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 22 七月 2024 15:45:11 +0800
Subject: [PATCH] 代码提交

---
 wechat_staff/pages/index/index.less |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/wechat_staff/pages/index/index.less b/wechat_staff/pages/index/index.less
index 8471951..9ba6c5e 100644
--- a/wechat_staff/pages/index/index.less
+++ b/wechat_staff/pages/index/index.less
@@ -72,7 +72,7 @@
       width: 192rpx;
       height: 280rpx;
       border-radius: 8rpx;
-      border: 1px solid;
+      overflow: hidden;
       position: relative;
       .img{
         width: 100%;
@@ -101,7 +101,6 @@
     image{
       width: 88rpx;
       height: 88rpx;
-      border: 1px solid;
     }
     .text{
       font-size: 26rpx;
@@ -124,10 +123,21 @@
 .strategy {
   padding: 80rpx 40rpx;
   background: #F7F7F7;
-
-  image {
-    width: 100%;
-    height: 100%;
+  .item{
+    position: relative;
+    image {
+      width: 100%;
+      height: 100%;
+      position: absolute;
+    }
+    text{
+      color: #fff;
+      position: absolute;
+      bottom: 40rpx;
+      left: 40rpx;
+      font-size: 32rpx;
+      font-weight: 500;
+    }
   }
 
   .line {

--
Gitblit v1.9.3