/* pages/mediate/mediate.wxss */
|
|
.mediate-main {
|
margin: 24rpx 0;
|
background-color: #fff;
|
}
|
|
.mediate-main-top {
|
display: flex;
|
justify-content: space-between;
|
padding: 20rpx 30rpx;
|
border-bottom: 1px solid #eee;
|
color: #97383f;
|
align-items: center;
|
}
|
|
.mediate-main-top-l {
|
font-weight: 900;
|
color: #000;
|
font-size: 32rpx;
|
}
|
|
.mediate-main-top-r {
|
font-weight: 500;
|
}
|
|
.mediate-main-center {
|
padding: 24rpx;
|
font-weight: 500;
|
border-bottom: 1px solid #eee;
|
}
|
|
.mediate-main-center-row {
|
display: flex;
|
line-height: 56rpx;
|
color: rgba(61, 68, 77, 1);
|
}
|
|
.mediate-main-center-row-l {
|
min-width: calc(5em);
|
color: rgba(153, 153, 153, 1);
|
}
|
|
.mediate-main-center-row-r {
|
flex: 1;
|
}
|
|
.mediate-main-bottom {
|
padding: 24rpx;
|
}
|
|
.mediate-main-bottom-button {
|
background-color: #97383f;
|
color: #fff;
|
font-size: 32rpx;
|
border-radius: 4rpx;
|
}
|
|
.mediate-main-bottom-button1 {
|
background-color: #2b3446;
|
color: #fff;
|
font-size: 32rpx;
|
border-radius: 4rpx;
|
}
|
|
.mediate-color {
|
color: #a32043;
|
}
|
|
.mediate-weight {
|
font-weight: 900;
|
}
|
|
.comment1-description {
|
padding: 30rpx 0;
|
display: flex;
|
flex-direction: row;
|
}
|
|
.stars {
|
/* width: 50rpx;
|
height: 50rpx;
|
background-size: 50rpx 50rpx;
|
margin-left: 30rpx;
|
transition: 600ms; */
|
}
|
|
.on {
|
width: 50rpx;
|
height: 50rpx;
|
background-size: 50rpx 50rpx;
|
transition: 1s;
|
transform: scale(1, 1);
|
}
|
|
.mediate-textarea {
|
border: 1px solid #eee;
|
width: 100%;
|
margin: 0 0 24rpx 0;
|
height: 200rpx;
|
padding: 12rpx;
|
}
|
|
.mediate-main-bottom-img {
|
width: 50rpx;
|
height: 50rpx;
|
border-radius: 5rpx;
|
margin-bottom: 12rpx;
|
margin: 0 12rpx;
|
background-color: #fff;
|
}
|
|
.button-pd{
|
padding: 0 24rpx 24rpx 24rpx;
|
}
|
|
.button-mt{
|
margin-top: 10rpx;
|
}
|
|
.mediate-main-attachmentList{
|
border-bottom: 1px solid #eee;
|
}
|
|
.mediate-main-attachment{
|
display: flex;
|
/* justify-content: center; */
|
align-items: center;
|
padding: 16rpx 30rpx 16rpx 0;
|
margin-left: 30rpx;
|
}
|
|
.border-top{
|
border-top: 1px solid #eee;
|
}
|
|
.mediate-main-attachment-left-img{
|
width: 80rpx;
|
height: 80rpx;
|
/* background: #ccc; */
|
display: flex;
|
align-content: center;
|
}
|
|
.mediate-main-attachment-right{
|
flex: 1;
|
padding: 0 24rpx;
|
color:rgba(163,32,67,1);
|
}
|