177 lines
2.9 KiB
Plaintext
177 lines
2.9 KiB
Plaintext
page {
|
|
overflow: hidden;
|
|
background: #f3f4f6;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.While {
|
|
border-radius: 10rpx;
|
|
margin-bottom: 30rpx;
|
|
background-color: #FFFFFF;
|
|
padding: 0 30rpx;
|
|
box-sizing: border-box;
|
|
box-shadow: 0 0 10rpx rgba(0, 0, 0, .05);
|
|
}
|
|
|
|
.order {
|
|
margin-top: 90rpx;
|
|
}
|
|
|
|
.order-top {
|
|
line-height: 90rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
font-size: 28rpx;
|
|
border-bottom: 2rpx #f2f2f2 solid;
|
|
}
|
|
|
|
.order-top-number {
|
|
flex: 1;
|
|
}
|
|
|
|
.order-top-tips {
|
|
font-size: 26rpx;
|
|
color: #eb504c;
|
|
}
|
|
|
|
.order-name {
|
|
padding: 20rpx 0;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
|
|
.order-img {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
margin-right: 20rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.order-goods {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 20rpx 20rpx 20rpx 110rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.order-label {
|
|
display: flex;
|
|
font-size: 30rpx;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
|
|
.order-label-name {
|
|
flex: 1;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.order-label-price {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.order-specs {
|
|
font-size: 24rpx;
|
|
color: #919191;
|
|
display: flex;
|
|
}
|
|
|
|
.order-specs text {
|
|
display: inline-block;
|
|
flex: 1;
|
|
}
|
|
|
|
.order-text {
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
display: flex;
|
|
padding-bottom: 20rpx;
|
|
border-top: 2rpx solid #f2f2f2;
|
|
border-bottom: 2rpx solid #f2f2f2;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.order-time {
|
|
color: #919191;
|
|
font-size: 24rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.order-price text {
|
|
font-weight: 600;
|
|
color: #1d37e2;
|
|
}
|
|
|
|
.order-btn {
|
|
padding: 30rpx 0;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: flex;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.order-btn-type {
|
|
flex: 1;
|
|
}
|
|
|
|
.order-btn-type text {
|
|
display: inline-block;
|
|
background-image: linear-gradient(to right, #f16e06, #f34206);
|
|
color: #FFFFFF;
|
|
border-radius: 6rpx;
|
|
padding: 0 10rpx;
|
|
height: 44rpx;
|
|
line-height: 44rpx;
|
|
margin-top: 6rpx;
|
|
}
|
|
|
|
.order-btn-type text.active {
|
|
background-image: linear-gradient(to right, #027be6, #2855f0);
|
|
}
|
|
|
|
.order-btn-atn {
|
|
border: 2rpx solid #f2f2f2;
|
|
border-radius: 40rpx;
|
|
padding: 0 30rpx;
|
|
height: 52rpx;
|
|
line-height: 52rpx;
|
|
color: #767676;
|
|
display: inline-block;
|
|
margin-left: 15rpx;
|
|
}
|
|
|
|
.order-btn-atn.active {
|
|
color: #1d37e2;
|
|
border-color: #bfc5ff;
|
|
}
|
|
|
|
/* tabs */
|
|
.header {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 99;
|
|
}
|
|
|
|
.tabs {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
background: white;
|
|
padding: 15rpx 0;
|
|
font-size: 30rpx;
|
|
color: #9d9d9d;
|
|
}
|
|
|
|
.item {
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.item.show {
|
|
color: #1d37e2;
|
|
border-bottom: solid 4rpx #1d37e2;
|
|
} |