mine_kefu.wxss 1.3 KB
/* pages/mine_kefu/mine_kefu.wxss */

.layer_star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.layer_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

page {
    background: rgba(249, 249, 249, 1);
}

.top {
    background: #fff;
    padding: 0 32rpx;
    box-sizing: border-box;
}

.top_one {
    padding: 34rpx 0;
    box-sizing: border-box;
    border-bottom: 1rpx solid rgba(238, 238, 238, 1);
}

.no_border {
    border: none;
}

.top_icon {
    width: 22rpx;
    height: 22rpx;
    font-size: 0;
}

.top_icon image {
    width: 100%;
    height: 100%;
}

.top_left {
    font-size: 28rpx;
    font-weight: 400;
    color: rgba(6, 18, 30, 1);
}

.time {
    font-size: 24rpx;
    font-weight: 400;
    color: rgba(140, 145, 152, 1);
    margin-right: 18rpx;
}

.bottom {
    background: #fff;
    margin-top: 24rpx;
    padding: 34rpx 32rpx;
    box-sizing: border-box;
}

.left {
    font-size: 28rpx;
    font-weight: 400;
    color: rgba(6, 18, 30, 1);
}

.right_word {
    font-size: 28rpx;
    font-weight: 400;
    color: rgba(255, 90, 78, 1);
    margin-right: 18rpx
}
.right_icon{
    width: 22rpx;
    height: 22rpx;
    font-size: 0
}
.right_icon image{
    width: 100%;
    height: 100%
}