36 lines
706 B
Plaintext
36 lines
706 B
Plaintext
|
|
.toolbar.data-v-5330050f {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: calc(var(--window-bottom));
|
|
z-index: 1;
|
|
background-image: linear-gradient(to right, #525252 70%, #4095e5 70%);
|
|
width: 90%;
|
|
height: 100rpx;
|
|
padding: 0 20rpx;
|
|
border-top: 1rpx solid #eaeaea;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: content-box;
|
|
margin: 0 auto;
|
|
border-radius: 50rpx;
|
|
margin-bottom: 10px;
|
|
}
|
|
.total-pay.data-v-5330050f {
|
|
font-size: 40rpx;
|
|
color: #fff;
|
|
}
|
|
.decimal.data-v-5330050f {
|
|
font-size: 75%;
|
|
}
|
|
.button.data-v-5330050f {
|
|
width: 200rpx;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
}
|
|
|