mine_set.wxss 1.5 KB
/* pages/mine_set/mine_set.wxss */

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

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

page {
    background: #f9f9f9;
}

.top_img {
    background: #fff;
    padding: 14rpx 32rpx;
    box-sizing: border-box;
}

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

.img {
    width: 120rpx;
    height: 120rpx;
    font-size: 0;
}

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

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

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

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

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

.icon {
    width: 22rpx;
    height: 22rpx;
    font-size: 0;
    margin-left: 18rpx;
}

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

.btn {
    width: 100%;
    padding: 0 52rpx;
    box-sizing: border-box;
    position: fixed;
    bottom: 80rpx;
}
.bot_btn {
    background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
    border-radius: 50rpx;
    font-size: 32rpx;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 22rpx 0;
    box-sizing: border-box;
}