You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.2 KiB
71 lines
1.2 KiB
2 years ago
|
.information_item_label{
|
||
|
color: #BBBBBB;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.information_item_value{
|
||
|
font-size: 32rpx;
|
||
|
color: #666666;
|
||
|
}
|
||
|
.information_item{
|
||
|
margin: 20rpx 0;
|
||
|
}
|
||
|
.examine_popup_header{
|
||
|
width: 100%;
|
||
|
/* display: flex; */
|
||
|
color: #666666;
|
||
|
}
|
||
|
.examine_popup_header_title{
|
||
|
font-size: 32rpx;
|
||
|
}
|
||
|
.examine_popup_header_top{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.examine_popup_orderType{
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
border-bottom: dashed 1px #F0F0F0;
|
||
|
padding-bottom: 20rpx;
|
||
|
}
|
||
|
.examine_popup_orderType_text{
|
||
|
color: #666666;
|
||
|
font-size: 40rpx;
|
||
|
margin-left: 40rpx;
|
||
|
}
|
||
|
.information_item_other_label{
|
||
|
color: #BBBBBB;
|
||
|
font-size: 20rpx;
|
||
|
}
|
||
|
.information_item_other{
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
.information_item_other_value{
|
||
|
font-size: 24rpx;
|
||
|
color: #666666;
|
||
|
}
|
||
|
.listCard_header_Type{
|
||
|
background: rgba(232, 205, 48, 0.15);
|
||
|
border-radius: 40rpx;
|
||
|
color: #E8CD30;
|
||
|
/* padding: 10rpx 20rpx; */
|
||
|
font-size: 24rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
Width :
|
||
|
180rpx;
|
||
|
Height:
|
||
|
54rpx;
|
||
|
}
|
||
|
.orderNumber{
|
||
|
color: #BBBBBB;
|
||
|
font-size: 24rpx;
|
||
|
}
|
||
|
.garden{
|
||
|
background-color: #E8CD30;
|
||
|
border-radius: 50%;
|
||
|
width: 20rpx;
|
||
|
height: 20rpx;
|
||
|
margin-right: 16rpx;
|
||
|
}
|