From bc647c5e5e95f3898e3af66c02d7911df8547b4e Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sun, 29 Mar 2020 17:28:51 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy
---
SunshineLnsMinApp/pages/rzcx/rzcx.wxss | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/SunshineLnsMinApp/pages/rzcx/rzcx.wxss b/SunshineLnsMinApp/pages/rzcx/rzcx.wxss
index e74b02d..e8d66d7 100644
--- a/SunshineLnsMinApp/pages/rzcx/rzcx.wxss
+++ b/SunshineLnsMinApp/pages/rzcx/rzcx.wxss
@@ -14,6 +14,31 @@
height: 48px;
}
+.fzpxInfo-main-group {
+ background-color: var(--white);
+ padding: 1rpx 30rpx;
+ display: flex;
+ align-items: center;
+ min-height: 78rpx;
+ justify-content: space-between;
+ border-top: 1rpx solid #eee;
+}
+
+.fzpxInfo-main-group-title {
+ text-align: justify;
+ padding-right: 30rpx;
+ font-size: 30rpx;
+ position: relative;
+ height: 60rpx;
+ line-height: 60rpx;
+ min-width: calc(4em + 30rpx);
+ font-weight: 600;
+}
+
+.fzpxInfo-main-group-around {
+ line-height: 48rpx;
+}
+
.activity-uploadImag-del {
width: 20px;
height: 20px;
--
Gitblit v1.8.0