forked from nsjcy/frontEnd/nsjcy

liuwh
2020-05-09 face68436f18522cb2e62b40b27c6f1d6b561a4d
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;
}