From 6816393fbfa11ce67088832b45399a52a961586a Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 16:45:41 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy
---
SunshineLnsMinApp/pages/xsjb/xsjb.wxss | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/SunshineLnsMinApp/pages/xsjb/xsjb.wxss b/SunshineLnsMinApp/pages/xsjb/xsjb.wxss
index 7defac1..db79719 100644
--- a/SunshineLnsMinApp/pages/xsjb/xsjb.wxss
+++ b/SunshineLnsMinApp/pages/xsjb/xsjb.wxss
@@ -19,6 +19,34 @@
font-size: 28rpx;
}
+.activity-uploadImage {
+ display: flex;
+ padding:1vh 2vh;
+}
+
+.upload {
+ width: 48px;
+ height: 48px;
+}
+
+.activity-uploadImag-del {
+ width: 20px;
+ height: 20px;
+ position: absolute;
+ left: 28px;
+}
+
+.educt_hasupload_pic {
+ display: flex;
+ position: relative;
+ padding-right: 1vh;
+}
+
+.activity-uploadImag-icon {
+ width: 48px;
+ height: 48px;
+}
+
#form-dom .cu-form-group:after {
content: " ";
position: absolute;
--
Gitblit v1.8.0