user_comment_detail.wxss 2.7 KB
/* pages/index/user_comment/user_comment.wxss */
page{
        width: 100%;
        height: 100%;
        background: #f4f4f4
}
.page{
        width: 100%;
        min-height: 100%;
        position: relative;
        padding-bottom:70rpx;
        box-sizing: border-box
}
.oneoneonestar{
        position: relative
}
.stars1 {
        display: flex;
}
.stars1s {
        width: 100%;
        height: 100%;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
}
.icon-pingfen {
        font-size: 26rpx;
        color: #eee;
        width: 26rpx;
        height: 26rpx;
}
.icon-pingfens{
        font-size: 26rpx;
        color:#ffda44;
        width: 26rpx;
        height: 26rpx;
}
.user_information_box {
        padding: 31rpx 25rpx 25rpx 25rpx;
        box-sizing: border-box;
        background: #fff;
        margin-bottom:20rpx;
}

.user_information {
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.the_star {
        display: flex;
        align-items: center;
}
.head_portrait {
        width: 62rpx;
        height: 62rpx;
        border-radius: 50%;
        overflow: hidden
}

.head_portrait image {
        width: 100%;
        height: 100%;
}
.star_box {
        margin-left: 25rpx;
}
.user_name {
        font-size: 26rpx;
        color: #222;
}
.title {
        font-size: 24rpx;
        color: #888;
}
.evaluation {
        font-size: 24rpx;
        color: #222;
        margin-top: 25rpx;
}
.evaluation_img {
        margin-top: 21rpx;
}

.upload_img_box {
        display: flex;
}

.upload_img {
        width: 160rpx;
        height: 160rpx;
        margin-right: 20rpx;
}
.upload_img image {
        width: 100%;
        height: 100%;
}
.comments_btn {
        height: 20rpx;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 23rpx;
        color: #949a9a;
        margin-top: 34rpx;
        line-height: 20rpx
}
.icon-message {
        font-size: 22rpx;
        color: #949a9a;
        margin-right: 10rpx;
}
.input_box{
        width: 100%;
        height: 70rpx;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
}
.placeholder{
        font-size: 26rpx;
        color: #888;
        line-height: 70rpx;        
}
.input{
        width: 80%;
        padding:0  16rpx;
        box-sizing: border-box;
        float: left;
        margin-right: 2%;
        font-size: 26rpx;
        color: #888;
        line-height: 70rpx;    
}
.input_btn{
        width: 16%;
        height: 50rpx;
        margin-top: 10rpx;
        border-radius: 18rpx;
        text-align: center;
        line-height: 50rpx;
        color: #fff;
        font-size: 26rpx;
        background: #ffda44;
        float: left
}