From ac41263c85bb295bd0dcb286173986bc88d7e4ae Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 12 四月 2023 10:43:52 +0800
Subject: [PATCH] 修改禁言
---
miniprogram/pages/user/index.wxss | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/miniprogram/pages/user/index.wxss b/miniprogram/pages/user/index.wxss
index 29d089b..7a8f4d2 100644
--- a/miniprogram/pages/user/index.wxss
+++ b/miniprogram/pages/user/index.wxss
@@ -44,6 +44,7 @@
.container {
width: 100%;
+ background-color: #F5F5F5;
}
.box-title {
@@ -51,6 +52,7 @@
top: 2rem; */
height: 4rem;
display: flex;
+ padding: 0.5rem 0.5rem;
justify-content: space-between;
}
@@ -80,17 +82,11 @@
.box3 {
margin: 0 1rem;
+ background: -webkit-linear-gradient(left,#D8EFDE,#F1FFF0,#D8EFDE,#F1FFF0);
}
.box4 {
- display: inline-grid;
- align-items: center;
- justify-content: center;
- float: right;
- margin-right: -8%;
- height: 70px;
- width: 145px;
- /* border: 1px solid rgba(0,0,0,0.2); */
+ background: -webkit-linear-gradient(left,#E2D8F3,#E8DEFE,#FDFBFF,#E2D8F3);
}
.container3 {
@@ -141,7 +137,7 @@
}
.list .font-wenzi1 {
- font-size: 14px;
+ font-size: 17px;
margin-bottom: 4px;
margin-left: 0.5rem;
font-weight: 900;
@@ -150,7 +146,7 @@
.list .more {
margin-bottom: 4px;
float: right;
- font-size: 14px;
+ font-size: 17px;
color: rgba(0, 0, 0, 0.7);
margin-right: 0.5rem;
font-weight: 900;
@@ -161,6 +157,10 @@
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
width: 100%;
}
+.lists .swiper-video{
+ height: 100%;
+ width: 100%;
+}
.lists:last-child{
margin-bottom: 1rem;
}
--
Gitblit v1.8.0