feat(M08-C): 补管理员订单处置与代下单
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
.order-create {
|
||||
padding-bottom: 48rpx;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
color: #64748b;
|
||||
margin: 8rpx 0 24rpx;
|
||||
}
|
||||
|
||||
.notice {
|
||||
background: #eff6ff;
|
||||
border: 1rpx solid #bfdbfe;
|
||||
border-radius: 16rpx;
|
||||
color: #1e40af;
|
||||
font-size: 24rpx;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 24rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.field {
|
||||
margin-bottom: 24rpx;
|
||||
}
|
||||
|
||||
.label {
|
||||
color: #334155;
|
||||
display: block;
|
||||
font-size: 25rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.field input,
|
||||
.picker-value {
|
||||
background: #fff;
|
||||
border: 1rpx solid #cbd5e1;
|
||||
border-radius: 14rpx;
|
||||
min-height: 48rpx;
|
||||
padding: 18rpx;
|
||||
}
|
||||
|
||||
.datetime-row {
|
||||
display: grid;
|
||||
gap: 14rpx;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.loading {
|
||||
color: #64748b;
|
||||
padding: 20rpx 0;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user