117 lines
2.7 KiB
Plaintext
117 lines
2.7 KiB
Plaintext
|
|
.effect .effect-selectTime {
|
||
|
|
padding: 20rpx 30rpx;
|
||
|
|
background: #fff;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
.effect .order-container {
|
||
|
|
padding-top: 20rpx;
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card {
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
padding: 20rpx;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .order-number {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
margin-bottom: 22rpx;
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #333333;
|
||
|
|
line-height: 37rpx;
|
||
|
|
text-align: left;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .order-number .number {
|
||
|
|
margin-right: 6rpx;
|
||
|
|
color: #333333;
|
||
|
|
overflow: hidden;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .order-number .copy-btn {
|
||
|
|
color: #439EF0;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .service-info {
|
||
|
|
display: flex;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .service-info .service-img {
|
||
|
|
width: 150rpx;
|
||
|
|
height: 150rpx;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
object-fit: cover;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .service-info .service-detail {
|
||
|
|
margin-left: 20rpx;
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .service-info .service-detail .service-name {
|
||
|
|
display: block;
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #333333;
|
||
|
|
line-height: 42rpx;
|
||
|
|
text-align: left;
|
||
|
|
font-style: normal;
|
||
|
|
margin-bottom: 24rpx;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .service-info .service-detail .order-time {
|
||
|
|
display: block;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #999999;
|
||
|
|
line-height: 37rpx;
|
||
|
|
text-align: left;
|
||
|
|
font-style: normal;
|
||
|
|
margin-bottom: 10rpx;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .service-info .service-detail .order-status {
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #999999;
|
||
|
|
line-height: 37rpx;
|
||
|
|
text-align: left;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .amount-info {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
border-top: 1rpx solid #edeeee;
|
||
|
|
padding-top: 20rpx;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .amount-info .amount-item {
|
||
|
|
flex: 1;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .amount-info .amount-item .amount-label {
|
||
|
|
display: block;
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #999999;
|
||
|
|
line-height: 37rpx;
|
||
|
|
text-align: center;
|
||
|
|
font-style: normal;
|
||
|
|
margin-bottom: 10rpx;
|
||
|
|
}
|
||
|
|
.effect .order-container .order-card .amount-info .amount-item .amount-value {
|
||
|
|
font-family: DINPro, DINPro;
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 32rpx;
|
||
|
|
color: #333333;
|
||
|
|
line-height: 41rpx;
|
||
|
|
text-align: center;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
.common-list {
|
||
|
|
background-color: #fafafa !important;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
.common-list .list-scroll {
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
.common-list .list-container {
|
||
|
|
padding: 0 20rpx;
|
||
|
|
}
|
||
|
|
|