yuminge-app/yun-min-program-plugin-master/mycomponent/yz_commentInput/yz_commentInput.wxss

108 lines
1.9 KiB
Plaintext

/* mycomponent/yz_commentInput/yz_commentInput.wxss */
.yz_commentInput {
box-sizing: border-box;
}
.yz_commentInput .commentInput-slot-style {
height: 48rpx;
line-height: 64rpx;
text-align: left;
padding-left: 28rpx;
display: flex;
}
.yz_commentInput .commentInput-slot-style .selcolor {
color: #1c96fe;
}
.yz_commentInput .replyMainComment {
display: flex;
padding-top: 25rpx;
padding-bottom: 16rpx;
padding-left: 32rpx;
align-items: center;
justify-content: space-between;
}
.yz_commentInput .replyMainComment .left {
width: 580rpx;
background-color: #f5f5f5;
border-radius: 16rpx;
padding: 16rpx;
}
.yz_commentInput .replyMainComment .left .comment-imgs {
display: flex;
flex-wrap: wrap;
}
.yz_commentInput .replyMainComment .right {
flex: 1;
margin: 0 16rpx;
height: 60rpx;
font-size: 30rpx;
line-height: 60rpx;
color: #0072e8;
text-align: center;
}
.yz_commentInput .replyMainComment .blank-color {
color: #999;
}
.yz_commentInput .operate-boxs {
display: flex;
padding: 0 32rpx 16rpx;
}
.yz_commentInput .operate-boxs .operate-btn {
margin-right: 16rpx;
}
.qitaimgbox {
padding: 5rpx;
box-sizing: border-box;
background: #fff;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.qitaimage {
width: 100rpx;
height: 100rpx;
border-radius: 8rpx;
border: solid 1rpx rgba(153, 153, 153, 1);
display: flex;
justify-content: center;
align-items: center;
margin: 5rpx 7rpx;
position: relative;
}
.qitaMax {
width: 98%;
height: 98%;
border-radius: 8rpx;
}
.icon-cel {
position: absolute;
top: -4rpx;
right: 0;
color: red;
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-ht_basis_singlepic::before {
content: "\e937";
}