37 lines
566 B
Plaintext
37 lines
566 B
Plaintext
.container {
|
|
box-sizing: border-box;
|
|
min-height: 100vh;
|
|
padding: 0 0 170rpx;
|
|
}
|
|
|
|
.money-box {
|
|
margin: 0 27rpx;
|
|
}
|
|
|
|
.money {
|
|
padding: 34rpx 27rpx 0;
|
|
}
|
|
|
|
.start-btn-box {
|
|
bottom: 0;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
height: 106rpx;
|
|
left: 0;
|
|
padding: 0 10rpx;
|
|
position: fixed;
|
|
width: 100vw;
|
|
}
|
|
|
|
.start-btn-box .scan-btn {
|
|
align-items: center;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
flex: 1;
|
|
justify-content: center;
|
|
position: static;
|
|
}
|
|
|
|
.start-btn-box .scan-subscribe {
|
|
margin-right: 10rpx;
|
|
} |