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

201 lines
3.7 KiB

page{
background: #fff;
}
.page-bg{
width: 750rpx;
height: 1492rpx;
background: url("https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/homepage-bg.png") no-repeat center center;
background-size:cover;
padding: 0 30rpx;
}
.merchant-information{
display: flex;
justify-content: left;
align-items: center;
padding: 50rpx 0;
}
image.default-avatar{
width: 110rpx;
height: 110rpx;
background-size: cover;
}
.information-content{
margin-left: 30rpx;
}
.information-name{
font-family: "Microsoft YaHei";
font-size: 32rpx;
color: #fff;
font-weight: bold;
}
.address-text{
font-family: "Microsoft YaHei";
font-size: 24rpx;
color: #fff;
margin-top: 15rpx;
}
.revenue-information{
display: flex;
justify-content: space-between;
align-items: center;
width: 691rpx;
height: 200rpx;
background: url("https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/income-bg.png") no-repeat center center;
background-size:cover;
padding: 0 60rpx;
}
.projected-revenue-content{
text-align: center;
}
.projected-revenue-item{
display: flex;
justify-content: left;
align-items: baseline;
}
.character-style{
font-family: "Microsoft YaHei";
font-size: 30rpx;
color: #454545;
}
.character-price{
font-family: "Microsoft YaHei";
font-size: 50rpx;
color: #454545;
font-weight: bold;
margin-left: 10rpx;
}
.character-text{
font-family: "Microsoft YaHei";
font-size: 28rpx;
color: #454545;
font-weight: bold;
}
image.help-icon{
width: 30rpx;
height: 30rpx;
background-size: cover;
margin-left: 10rpx;
}
.revenue-item-text{
display: flex;
justify-content: center;
align-items: center;
margin-top: 10rpx;
}
.segmentation{
width: 1rpx;
height: 90rpx;
background: #E6E3E3;
}
.recent-orders-content{
background: #fff;
margin-top: -1rpx;
}
.recent-orders-title{
display: flex;
justify-content: left;
align-items: center;
padding: 30rpx;
}
image.title-stlye{
width: 15rpx;
height: 19rpx;
background-size: cover;
margin-right: 20rpx;
}
.title-text{
font-family: "Microsoft YaHei";
font-size: 30rpx;
color: #454545;
font-weight: bold;
}
.ordering-information{
padding-bottom: 30rpx;
}
.order-number{
font-family: "Microsoft YaHei";
font-size: 26rpx;
color: #454545;
padding: 0 30rpx;
}
.ordering-information-item{
display: flex;
justify-content: left;
align-items: center;
padding: 30rpx;
}
.ordering-pic{
width: 120rpx;
height: 120rpx;
background-size: cover;
border-radius: 15rpx;
}
image.order-chart{
width: 120rpx;
height: 120rpx;
background-size: cover;
border-radius: 15rpx;
}
.ordering-text{
margin-left: 30rpx;
}
.ordering-text-title{
font-family: "Microsoft YaHei";
font-size: 30rpx;
color: #454545;
font-weight: bold;
}
.amount-of-money{
font-family: "Microsoft YaHei";
font-size: 24rpx;
color: #999;
padding: 10rpx 0;
}
span.price-style{
font-family: "Microsoft YaHei";
font-size: 24rpx;
color: #F52F3E;
}
.order-time{
font-family: "Microsoft YaHei";
font-size: 24rpx;
color: #999;
}
.order-status{
display: flex;
justify-content: space-around;
align-items: center;
padding: 30rpx 0;
border-top: 1rpx solid #eeeeee;
}
button.refund-button{
width: 120rpx;
height: 48rpx;
line-height: 48rpx;
font-family: "Microsoft YaHei";
font-size: 24rpx;
color: #454545;
border-color: #E5E5E5;
background: #fff;
border-radius: 100rpx;
margin: 0;
margin-left: 500rpx;
}
button.refunded-button-style{
width: 130rpx;
height: 48rpx;
line-height: 48rpx;
font-family: "Microsoft YaHei";
font-size: 24rpx;
color: #454545;
border-color: #E5E5E5;
background: #fff;
border-radius: 100rpx;
margin: 0;
margin-left: 500rpx;
}
.divider-style{
width: 690rpx;
height: 10rpx;
background: #f7f7f7;
}