排队支付小程序
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.
 

74 lines
1.3 KiB

page{
background: #F7F7F7;
}
.page-content{
background: #fff;
padding: 30rpx;
padding-top: 0;
}
.tab-bar{
background: #fff;
position: fixed;
top:0;
left: 0;
width: 100%;
z-index: 1000;
margin-bottom: 10rpx;
}
.flex-grow-1 view{
display: block;
padding:0 8rpx;
text-align: center;
}
.flex-grow-1 view text{
height: 100rpx;
line-height: 100rpx;
display: inline-block;
font-family: PingFangSC-Regular, sans-serif;
font-size: 30rpx;
color: #454545;
font-weight: bold;
}
.flex-grow-1 view.active text{
font-family: PingFangSC-Regular, sans-serif;
font-size: 30rpx;
color: #F52F3E;
font-weight: bold;
border-bottom: 4rpx solid #F52F3E;
}
/****tab切换 结束****/
.queued-content{
background: #fff;
padding: 30rpx 0;
padding-top: 0;
margin-top: 110rpx;
}
.queued-content-item{
display: flex;
justify-content: space-between;
align-items: center;
padding: 40rpx 0;
border-bottom: 1rpx solid #eee;
}
.content-item-title{
font-family: PingFangSC-Regular, sans-serif;
font-size: 24rpx;
color: #454545;
font-weight: bold;
}
.content-item-text{
font-family: PingFangSC-Regular, sans-serif;
font-size: 24rpx;
color: #454545;
}
span.text-style{
font-family: PingFangSC-Regular, sans-serif;
font-size: 24rpx;
color: #F52F3E;
padding: 0 15rpx;
font-weight: bold;
}