forked from nsjcy/frontEnd/nsjcy

liuwh
2020-05-09 face68436f18522cb2e62b40b27c6f1d6b561a4d
典型案例详情
2 files modified
83 ■■■■■ changed files
SunshineLnsMinApp/pages/dxalInfo/dxalInfo.js 5 ●●●●● patch | view | raw | blame | history
SunshineLnsMinApp/pages/dxalInfo/dxalInfo.wxss 78 ●●●●● patch | view | raw | blame | history
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({
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;
}