From 69155bb24070e22789fceb34d14fe3311874126f Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Tue, 09 Jun 2020 09:12:42 +0800
Subject: [PATCH] 提交
---
SunshineLnsMinApp/pages/dxalInfo/dxalInfo.wxss | 78 ++++++++++++++++++++++++++++++++++++--
1 files changed, 73 insertions(+), 5 deletions(-)
diff --git a/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.wxss b/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.wxss
index a3908f8..fd197d2 100644
--- a/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.wxss
+++ b/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.wxss
@@ -8,11 +8,29 @@
color: #249eff;
}
-.detail-img {
- display: flex;
- flex-direction: columns;
- align-items: center;
- padding: 2vh;
+.detail-img-top {
+ width: 48px;
+ height: 48px;
+}
+
+.detail-img-bottom {
+ font-size: 12px;
+ color: #333;
+ width: 70px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ text-align: center;
+}
+
+/* pages/zhgk/zhgk.wxss */
+
+.zhgk-main {
+ background-color: #fff;
+}
+
+.zhgk-main-title {
+ color: #249eff;
}
.PetitionLetters-message1 {
@@ -30,6 +48,36 @@
font-weight: bold;
}
+.PetitionLetters-textarea {
+ font-size: 14px;
+}
+
+textarea {
+ box-sizing: border-box;
+ width: 100%;
+ height: 100px;
+ display: block;
+ position: relative;
+ padding: 2vh;
+}
+
+.activity-uploadImage {
+ display: flex;
+ padding: 1vh 2vh;
+}
+
+.upload {
+ width: 48px;
+ height: 48px;
+}
+
+.detail-img {
+ display: flex;
+ flex-direction: columns;
+ align-items: center;
+ padding: 2vh;
+}
+
.detail-img-top {
width: 48px;
height: 48px;
@@ -44,3 +92,23 @@
text-overflow: ellipsis;
text-align: center;
}
+
+
+.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;
+}
+
--
Gitblit v1.8.0