29 lines
619 B
Plaintext
29 lines
619 B
Plaintext
.order_list_header.data-v-8b43de22 {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #232323;
|
|
}
|
|
.order_list_header_view.data-v-8b43de22 {
|
|
position: relative;
|
|
margin-right: 50rpx;
|
|
}
|
|
.order_list_header_view view.data-v-8b43de22 {
|
|
position: relative;
|
|
z-index: 99;
|
|
}
|
|
.order_list_header_view_dian.data-v-8b43de22 {
|
|
position: absolute !important;
|
|
bottom: 0rpx;
|
|
right: 20rpx;
|
|
width: 66rpx;
|
|
height: 20rpx;
|
|
background-color: #4874e5;
|
|
border-radius: 10rpx;
|
|
z-index: 1 !important;
|
|
} |