346149741
2024-06-22 ade1aa658df84e8b52f5d1dfa9d2971da5cdad55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.per-button{
    font-size: 36rpx;
    text-align: center;
    color: white;
    border-radius: 20rpx;
    padding: 22rpx 0;
    background-color: $main-color;
}
.set-flex{
    display: flex;
    
}
.set-flex-content-between{
    justify-content: space-between;
}