67 lines
1.1 KiB
CSS

.billImg {
margin-top: 70rpx;
}
.billImg image {
width: 199rpx;
height: 170.12rpx;
margin: 0 auto;
}
.billText {
font-size: 28rpx;
color: #999999;
text-align: center;
margin-top: 25rpx;
}
.orderList {
background: #FFFFFF;
box-shadow: 0rpx 2rpx 11rpx 0rpx rgba(0, 0, 0, 0.25);
border-radius: 20rpx 20rpx 20rpx 20rpx;
width: 620rpx;
padding: 68rpx 53rpx;
box-sizing: border-box;
margin: 0 auto;
margin-top: 56rpx;
}
.Tit {
font-size: 36rpx;
color: #222222;
margin-bottom: 10rpx;
}
.item_msg {
font-size: 28rpx;
color: #999999;
margin: 10rpx 0;
}
.item_msg span {
font-size: 28rpx;
color: #FF370B;
font-weight: 700;
}
.line {
height: 2rpx;
width: 100%;
border-bottom: 1rpx dashed #D9D9D9;
}
.btn {
width: 600rpx;
height: 90rpx;
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
margin-top: 80rpx;
font-size: 36rpx;
color: #FFFFFF;
}