From 74bf1bbdcc099280b53e900adf67670ed7e3dd8f Mon Sep 17 00:00:00 2001
From: 安瑾然 <m17681517455@outlook.com>
Date: 星期五, 03 三月 2023 17:18:12 +0800
Subject: [PATCH] 修改首页公共宣传页面进入列表会被图片隐藏的bug
---
miniprogram/pages/user/pubulicty/index.wxss | 53 +++++++++++++++++++++++++++++++----------------------
1 files changed, 31 insertions(+), 22 deletions(-)
diff --git a/miniprogram/pages/user/pubulicty/index.wxss b/miniprogram/pages/user/pubulicty/index.wxss
index 2d4fd71..c968cfe 100644
--- a/miniprogram/pages/user/pubulicty/index.wxss
+++ b/miniprogram/pages/user/pubulicty/index.wxss
@@ -1,33 +1,42 @@
+.imageView {
+ width: 100%;
+}
-.imageView{
- position:absolute;
- top: 0;
- left: 0;
- right: 0;
-}
-.container{
+.container {
width: 100%;
}
-.content{
- margin-top: 12%;
+
+.content {
+ margin-top: 1rem;
}
-.lists{
- /* margin-top: 50% ; */
- border-bottom: 1px solid rgba(0,0,0,0.1);
+
+.lists {
+ margin-top: 0.5rem;
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
width: 100%;
- margin-left: 2%;
}
-.item{
- font-size: 14px;
- margin-bottom: 1%;
+
+.lists .lists-top {
+ display: flex;
+ justify-content: space-between;
}
-.item2{
+
+.lists .lists-top .lists-top-time {
font-size: 12px;
- float: right;
- margin-right: 40%;
- color:rgba(0,0,0,0.5);
+ margin-bottom: 1%;
+ color: rgba(0, 0, 0, 0.5);
+ margin-right: 0.5rem;
}
-.item3{
+
+.lists .lists-top .lists-top-title {
+ font-size: 14px;
+ margin-right: 40%;
+ font-weight: bold;
+ margin-left: 0.5rem;
+}
+
+.lists .lists-content {
font-size: 11px;
- margin-bottom: 2%;
+ margin: 0.5rem;
+ margin-bottom: 0.5rem;
}
--
Gitblit v1.8.0