mine_question.wxss 1.1 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 {
    padding: 0 32rpx;
    box-sizing: border-box;
}

.box {
    background: #fff;
}

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

.bottom {
    display: none;
    font-size: 28rpx;
    font-weight: 400;
    line-height: 40rpx;
    color: rgba(140, 145, 152, 1);
    padding: 32rpx 74rpx;
    box-sizing: border-box
}
.bottoms {
    display: block;
    font-size: 28rpx;
    font-weight: 400;
    line-height: 40rpx;
    color: rgba(140, 145, 152, 1);
    padding: 32rpx 74rpx;
    box-sizing: border-box
}