You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115 lines
1.5 KiB
Plaintext

9 months ago
.cy-back {
position: absolute;
width: 100%;
height: 100%;
}
.cy-content {
position: absolute;
width: 100%;
height: 100%;
}
.cy-content-title {
width: 100%;
height: 200rpx;
overflow: hidden;
background-color: white;
}
.cy-content-item {
margin-top: 30rpx;
width: 50%;
height: 120rpx;
}
.cy-use-item {
width: auto;
height: 55rpx;
font-size: 30rpx;
text-align: center;
margin-left: 10rpx;
border-bottom: 5rpx solid #004585;
}
.cy-use-line {
width: 70rpx;
height: 50rpx;
}
.cy-use-line image {
width: 100%;
height: 100%;
}
.cy-content-list {
position: relative;
margin-top: 30rpx;
width: 750rpx;
height: auto;
}
.cy-list-item {
width: 100%;
height: auto;
min-height: 270rpx;
background-color: white;
}
.cy-item-row {
position: relative;
width: 100%;
height: 90rpx;
border-bottom: 1px solid gainsboro
;
}
.cy-item-order {
width: 100%;
height: auto;
min-height: 160rpx;
}
.cy-item-store {
margin-left: 40rpx;
width: auto;
max-width: 380rpx;
height: 90rpx;
font-size: 32rpx;
}
.cy-item-status {
position: absolute;
width: auto;
height: 90rpx;
right: 40rpx;
font-size: 30rpx;
color: #004585;
}
.cy-order-list {
position: relative;
width: 100%;
height: auto;
min-height: 90rpx;
}
.cy-order-footer {
position: relative;
width: 100%;
height: 90rpx;
}
.cy-once-order {
position: absolute;
top: 20rpx;
right: 40rpx;
width: 120rpx;
height: 50rpx;
padding: 0px 10rpx;
font-size: 12px;
border-radius: 60rpx;
border: 1px solid #004585;
color: #004585;
}