user_comment.wxss 1.8 KB
/* pages/index/user_comment/user_comment.wxss */
.user_information_box {
        padding: 31rpx 25rpx 25rpx 25rpx;
}
.user_information_box {
        padding: 31rpx 25rpx 25rpx 25rpx;
}

.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;
}

.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;
}
.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 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 23rpx;
        color: #949a9a;
        margin-top: 34rpx;
}
.icon-message {
        font-size: 22rpx;
        color: #949a9a;
        margin-right: 10rpx;
}