mine_exchange.wxss 1.1 KB
/* pages/mine_exchange/mine_exchange.wxss */

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

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

.box {
    margin-top: 74rpx;
}

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

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

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

.input {
    margin-top: 16rpx;
    padding: 0 32rpx;
    box-sizing: border-box;
}

.input input {
    width: 100%;
    height: 92rpx;
    background: #fff;
    text-align: center
}

.button {
    margin-top: 24rpx;
    padding: 0 32rpx;
    box-sizing: border-box;
}

.btn {
    background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
    border-radius: 44rpx;
    font-size: 28rpx;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 26rpx 0;
    box-sizing: border-box;
}

.words {
    margin-top: 26rpx;
    font-size: 24rpx;
    font-weight: bold;
    color: rgba(140, 145, 152, 1);
    text-align: center;
}