/* pages/pfyy/pfyy.wxss */
|
|
input {
|
font-size: 14px;
|
color: #999;
|
text-align: right;
|
flex: 1;
|
}
|
|
.border-bottom {
|
border-bottom: 1px solid #f2f2f2;
|
}
|
|
.upload {
|
width: 48px;
|
height: 48px;
|
}
|
|
.activity-uploadImag-del {
|
width: 20px;
|
height: 20px;
|
position: absolute;
|
left: 28px;
|
z-index: 10;
|
}
|
|
.publicSnapshot-message {
|
display: flex;
|
padding: 2vh;
|
}
|
|
.publicSnapshot-message span:nth-child(1) {
|
border-left: 3px solid #2195ff;
|
}
|
|
.publicSnapshot-message span:nth-child(2) {
|
padding-left: 1vh;
|
font-size: 18px;
|
font-weight: bold;
|
}
|
|
.activity-uploadImag-icon {
|
width: 48px;
|
height: 48px;
|
}
|
|
.educt_hasupload_pic {
|
display: flex;
|
position: relative;
|
padding-right: 1vh;
|
}
|
|
.activity-uploadImage {
|
display: flex;
|
padding: 1vh 2vh;
|
/* flex-direction: column; */
|
}
|
|
.publicSnapshot-textarea {
|
font-size: 14px;
|
box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
|
display: flex;
|
flex-direction: column;
|
}
|
|
textarea {
|
box-sizing: border-box;
|
width: 100%;
|
height: 100px;
|
display: block;
|
position: relative;
|
padding: 2vh;
|
}
|
|
.activity-uploadImage-title {
|
font-size: 14px;
|
padding: 1vh 2vh;
|
}
|
|
.publicSnapshot-main {
|
padding: 2vh 2vh 2vh 0;
|
display: flex;
|
margin-left: 2vh;
|
border-bottom: 1px solid #f2f2f2;
|
}
|
|
.publicSnapshot-main span:nth-child(1) {
|
font-size: 14px;
|
width: 2%;
|
}
|
|
.publicSnapshot-main span:nth-child(2) {
|
font-size: 14px;
|
color: #333;
|
width: 20%;
|
}
|
|
.publicSnapshot-main span:nth-child(3) {
|
font-size: 14px;
|
color: #999;
|
}
|
|
.publicSnapshot-main-img {
|
width: 16px;
|
height: 22px;
|
}
|
|
.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 {
|
font-size: 14px;
|
color: #999;
|
width: 60%;
|
text-align: right;
|
}
|
|
.publicSnapshot-main-img {
|
width: 16px;
|
height: 22px;
|
}
|
|
.publicSnapshot-status {
|
border-bottom: 1px solid #f2f2f2;
|
display: flex;
|
flex-direction: column;
|
box-shadow: 0px 4px 8px 0px rgba(136, 136, 136, 0.11);
|
}
|
|
.publicSnapshot-status-main {
|
padding: 2vh;
|
border-bottom: 1px solid #f2f2f2;
|
display: flex;
|
}
|
|
.publicSnapshot-status-main-nav {
|
font-size: 18px;
|
color: #333;
|
font-weight: 600;
|
margin-right: auto;
|
}
|
|
.publicSnapshot-status-main-state {
|
width: 10vh;
|
border-radius: 18px;
|
display: flex;
|
justify-content: center;
|
padding: 1vh;
|
box-shadow: 0px 4px 8px 0px rgba(136, 136, 136, 0.11);
|
}
|
|
.publicSnapshot-status-main-state span {
|
font-size: 14px;
|
color: #fff;
|
}
|
|
.publicSnapshot-status-time {
|
padding: 2vh;
|
display: flex;
|
color: #333;
|
}
|
|
.publicSnapshot-status-time-left {
|
margin-right: auto;
|
font-size: 14px;
|
}
|
|
.publicSnapshot-status-time-right {
|
font-size: 14px;
|
}
|
|
.contantType-picker {
|
font-size: 14px;
|
}
|
|
.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;
|
}
|
|
.msg-reply-view-content::-webkit-scrollbar {
|
width: 0;
|
}
|
|
.msg-reply-view-info {
|
padding: 8px;
|
line-height: 30px;
|
color: #000;
|
}
|
|
.msg-reply-view-admin {
|
display: block;
|
float: left;
|
color: green;
|
}
|
|
.msg-reply-view-user {
|
display: block;
|
float: left;
|
color: #1790ff;
|
}
|
|
.msg-reply-view-time-user {
|
display: block;
|
color: #1790ff;
|
}
|
|
.msg-reply-view-time-admin {
|
display: block;
|
color: green;
|
}
|
|
.reply-div {
|
margin: 10px;
|
font-size: 12px;
|
color: #1790ff;
|
}
|