yuminge-app/yun-min-program-plugin-master/packageE/appointment/client/evaluate/evaluate.wxss

174 lines
2.7 KiB
Plaintext

/* packageE/appointment/client/evaluate/evaluate.wxss */
view,
text,
input {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.top_public {
background: #fff;
padding-top: 0.625rem;
padding-bottom: 4.5rem;
}
.top_public .van-cell-group::after,
.field-index--van-field::after {
border: none !important;
}
.goods {
display: flex;
width: 90%;
margin: 0 5% 0.875rem;
padding: 0.825rem;
box-shadow: 0 0 18px 0 rgba(169, 169, 169, 0.24);
border-radius: 5px;
}
.textarea {
padding: 5%;
min-height: 180rpx;
}
.img {
width: 6.25rem;
height: 6.25rem;
border-radius: 0.406rem;
overflow: hidden;
margin-right: 0.625rem;
}
.img image {
width: 6.25rem;
height: 6.25rem;
}
.info {
flex: 1;
padding: 0.5rem 0;
}
.good-title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.125rem;
height: 2.25rem;
font-size: 16px;
font-weight: bold;
margin-bottom: 0.5rem;
}
.flex-box {
display: flex;
margin-bottom: 0.25rem;
color: #999;
font-size: 14px;
}
.flex-box .content {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.flex-box .iconfont {
display: flex;
}
.rate-box {
padding: 0 5%;
}
.rate-box .rate-child {
display: flex;
margin-bottom: 1.125rem;
}
.rate-box .rate-child .text {
margin-right: 0.625rem;
font-size: 14px;
color: #666;
}
.comment {
padding: 0.5rem 1rem;
}
.comment-time {
font-size: 14px;
color: #999;
padding: 0.5rem 0.875rem;
}
.imgflex {
display: flex;
flex-wrap: wrap;
padding: 0 0.875rem;
}
.imgflex .photobox {
position: relative;
width: 4.938rem;
height: 4.938rem;
background-color: #fcfcfc;
border-radius: 0.156rem;
border: solid 0.031rem #ccc;
overflow: hidden;
margin-right: 0.25rem;
margin-bottom: 0.25rem;
}
.imgflex .photobox .icon_del {
position: absolute;
top: 0;
right: 0;
width: 60rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 40rpx;
border-radius: 0 0 0 50%;
background: rgba(0, 0, 0, 0.5);
}
#submitBtn {
position: fixed;
left: 0;
bottom: 0;
background: #fff;
box-shadow: 0 0 0.563rem 0 rgba(169, 169, 169, 0.24);
width: 100%;
height: 3.719rem;
line-height: 3.719rem;
display: flex;
align-items: center;
justify-content: center;
}
#submitBtn .btn {
width: 90%;
height: 2.5rem;
background-color: #f4a82e;
border-radius: 1.25rem;
line-height: 2.5rem;
text-align: center;
font-size: 1rem;
font-weight: bold;
display: block;
color: #fff;
}
.many_reply {
padding: 0 1rem;
}