From 09b4797fb18e2971434c8cfc217f706628e0126e Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Tue, 31 Mar 2020 11:57:41 +0800
Subject: [PATCH] 问卷答题详情
---
SunshineLnsMinApp/pages/fzxkt/fzxkt.wxss | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/SunshineLnsMinApp/pages/fzxkt/fzxkt.wxss b/SunshineLnsMinApp/pages/fzxkt/fzxkt.wxss
index 0beea19..99a7471 100644
--- a/SunshineLnsMinApp/pages/fzxkt/fzxkt.wxss
+++ b/SunshineLnsMinApp/pages/fzxkt/fzxkt.wxss
@@ -1,4 +1,5 @@
/* pages/fzxkt/fzxkt.wxss */
+@import '../../weui.wxss';
.lawPublicity-list {
margin: 12rpx 0;
@@ -12,14 +13,12 @@
}
.lawPublicity-item {
- height: 148rpx;
+ height: 122rpx;
display: flex;
flex-direction: row;
color: rgba(51, 51, 51, 1);
text-align: left;
font-family: PingFangSC-Regular;
- padding: 12rpx 24rpx;
- /* border-bottom: 1rpx solid #eee; */
}
.content-left {
--
Gitblit v1.8.0