/* pages/schedule/schedule.wxss */
|
|
.schedule {
|
padding: 2vh 2vh 0 2vh;
|
border-bottom: 1px solid #f2f2f2;
|
display: flex;
|
flex-direction: column;
|
box-shadow: 0px 4px 8px 0px rgba(136, 136, 136, 0.11);
|
}
|
|
.schedule-main {
|
padding: 2vh;
|
border-bottom: 1px solid #f2f2f2;
|
display: flex;
|
}
|
|
.schedule-main-nav {
|
font-size: 18px;
|
color: #333;
|
font-weight: 600;
|
margin-right: auto;
|
}
|
|
.schedule-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);
|
}
|
|
.schedule-main-state span {
|
font-size: 14px;
|
color: #fff;
|
}
|
|
.schedule-time {
|
padding: 2vh;
|
display: flex;
|
color: #333;
|
}
|
|
.schedule-time-left {
|
margin-right: auto;
|
font-size: 14px;
|
}
|
|
.schedule-time-right {
|
font-size: 14px;
|
}
|
|
.schedule-center {
|
display: flex;
|
flex-direction: column;
|
box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
|
}
|
|
.schedule-center-item {
|
padding: 2vh;
|
display: flex;
|
border-top: 1px solid #f2f2f2;
|
}
|
|
.schedule-center-title {
|
font-size: 14px;
|
color: #333;
|
margin-right: auto;
|
}
|
|
.schedule-center-img {
|
width: 22px;
|
height: 22px;
|
}
|
|
.schedule-center-user {
|
width: 16px;
|
height: 22px;
|
}
|
|
.schedule-center-text {
|
color: #999;
|
font-size: 14px;
|
}
|
|
.schedule-message {
|
display: flex;
|
padding: 2vh;
|
}
|
|
.border-botttom {
|
border-bottom: 1px solid #f2f2f2;
|
}
|
|
.schedule-message span:nth-child(1) {
|
border-left: 3px solid #2195ff;
|
}
|
|
.schedule-message span:nth-child(2) {
|
padding-left: 1vh;
|
font-size: 18px;
|
font-weight: bold;
|
}
|
|
.schedule-textarea {
|
height: 12vh;
|
color: #333;
|
font-size: 14px;
|
padding: 2vh;
|
display: flex;
|
box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
|
}
|
|
.imgList {
|
width: 100%;
|
display:flex;
|
}
|
|
.imgList .imgList-li {
|
/* width: 100%; */
|
}
|
|
.imgList .imgList-li .img {
|
width: 10vh;
|
height: 10vh;
|
padding-left: 2vh;
|
}
|