From d0d1701d2a56ff29d5fa3165f36c4c95bcd4b000 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Tue, 10 Sep 2024 11:28:59 +0800
Subject: [PATCH] 交办
---
gz-wxparty/pages/homePage/index.wxss | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/gz-wxparty/pages/homePage/index.wxss b/gz-wxparty/pages/homePage/index.wxss
index b692ea1..38d767a 100644
--- a/gz-wxparty/pages/homePage/index.wxss
+++ b/gz-wxparty/pages/homePage/index.wxss
@@ -49,11 +49,23 @@
}
+.home-image {
+ width: 112rpx;
+ height: 100rpx;
+ position: absolute;
+ right: 10rpx;
+ bottom: 0;
+}
+
.flex_1 {
flex: 1;
color: #fff;
padding: 12px;
border-radius: 4px;
+ display: flex;
+ justify-content: space-between;
+ position: relative;
+ align-items: center;
}
.flex_2 {
@@ -121,7 +133,13 @@
.dt_card_r {
flex: 1;
- background: #ef6c24;
+ width: 184rpx;
+ height: 136rpx;
+}
+
+.dt_card_r image {
+ width: 100%;
+ height: 100%;
}
.dt_card_title {
@@ -129,10 +147,12 @@
}
.flex_blue {
+ height: 80rpx;
background: linear-gradient(90deg, #5fa6d4, #3a8ac6 50%, #1a6fb8 100%);
}
.flex_orange {
+ height: 80rpx;
background: linear-gradient(90deg, #ffa940, #fa8c16 50%, #ef6c24 100%);
}
--
Gitblit v1.8.0