From face68436f18522cb2e62b40b27c6f1d6b561a4d Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sat, 09 May 2020 10:41:38 +0800
Subject: [PATCH] 典型案例详情
---
SunshineLnsMinApp/pages/dxalInfo/dxalInfo.wxss | 78 ++++++++++++++++++++++++++++++++++++--
SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js | 5 +-
2 files changed, 76 insertions(+), 7 deletions(-)
diff --git a/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js b/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js
index 1f72926..1860fa0 100644
--- a/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js
+++ b/SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js
@@ -33,7 +33,7 @@
wx.hideLoading();
console.log(res)
if (res.data.code == 0) {
- var attList = res.data.data.maps || [];
+ var attList = res.data.data.attList || [];
var attList21 = app.where(attList, {
type: 21
}) || [];
@@ -105,7 +105,8 @@
data: {
...res.data.data,
createTime: app.formatDate(res.data.data.createTime),
- }
+ },
+ attList
})
} else {
wx.showModal({
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