加油站付款小程序,打印小票
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

75 lines
1.4 KiB

.payment.data-v-eade9ab2 {
height: 100vh;
background: #F1F5F8;
width: 750rpx;
margin: 0 auto;
}
.container.data-v-eade9ab2 {
width: 96%;
margin: 0rpx auto;
border-radius: 20rpx;
box-sizing: border-box;
padding: 20rpx;
overflow: hidden;
background: white;
margin-top: 20rpx;
}
.money-input.data-v-eade9ab2 {
display: flex;
align-items: center;
background: #F6F7FB;
padding: 30rpx 10rpx;
border-radius: 20rpx;
}
.tip.data-v-eade9ab2 {
color: #00aaff;
margin-top: 10rpx;
}
.money-input image.data-v-eade9ab2 {
width: 45rpx;
}
.money-input input.data-v-eade9ab2 {
font-size: 36rpx;
}
.select-money.data-v-eade9ab2 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 30rpx 0rpx;
}
.select-money .money-item.data-v-eade9ab2 {
width: 32.33%;
background: #F1F5F8;
border-radius: 20rpx;
margin-bottom: 20rpx;
overflow: hidden;
}
.select-money .money.data-v-eade9ab2 {
display: flex;
align-items: center;
justify-content: center;
padding: 30rpx 0rpx;
box-sizing: border-box;
color: #5D5C61;
}
.select-money .active-money.data-v-eade9ab2 {
background: #00aaff;
color: white;
}
.select-money .unit.data-v-eade9ab2 {
font-size: 26rpx;
}
.select-money .number.data-v-eade9ab2 {
font-size: 34rpx;
}
.sumit.data-v-eade9ab2 {
background: #33a5fc;
color: white;
font-size: 36rpx;
display: flex;
align-items: center;
justify-content: center;
height: 80rpx;
border-radius: 20rpx;
}