forked from nsjcy/frontEnd/nsjcy

liuwh
2020-04-27 4e44bc1fd7806a6c1611302120882b91d96640b5
SunshineLnsMinApp/pages/pfyy/pfyy.wxss
@@ -1,8 +1,10 @@
/* pages/pfyy/pfyy.wxss */
input {
  font-size: 14px;
  color: #999;
  text-align: right;
  flex: 1;
}
.border-bottom {
@@ -62,7 +64,7 @@
}
textarea {
   box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  display: block;
@@ -90,7 +92,6 @@
.publicSnapshot-main span:nth-child(2) {
  font-size: 14px;
  color: #333;
  margin-right: auto;
  width: 20%;
}
@@ -104,12 +105,17 @@
  height: 22px;
}
.publicSnapshot-main .person_w{
.publicSnapshot-main .person_w {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-right: auto;
  width: auto;
}
.picker-margin {
  text-align: right;
  flex: 1;
}
.publicSnapshot-main-picker {
@@ -172,20 +178,24 @@
.publicSnapshot-status-time-right {
  font-size: 14px;
}
.contantType-picker{
.contantType-picker {
  font-size: 14px;
}
.contantType-picker-div{
  display:flex;
  width: 31%
.contantType-picker-div {
  display: flex;
  width: 31%;
}
.publicSnapshot-main-img {
  width: 16px;
  height: 22px;
}
.msg-reply-view-content {
  overflow: auto;
  padding:5px 0px 5px 20px;
  padding: 5px 0px 5px 20px;
}
.msg-reply-view-content::-webkit-scrollbar {