25 lines
519 B
Plaintext
25 lines
519 B
Plaintext
.container.data-v-fef30a70 {
|
|
height: 100%;
|
|
background: #F3F5F7;
|
|
background: linear-gradient(180deg, #C1DEFF 0%, rgba(243, 245, 247, 0) 100%);
|
|
background-size: 100% 600rpx;
|
|
background-repeat: no-repeat;
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: #333333;
|
|
}
|
|
.container .body.data-v-fef30a70 {
|
|
flex: 1;
|
|
height: 0;
|
|
padding: 16rpx 0 30rpx;
|
|
overflow: auto;
|
|
}
|
|
.container .orderList.data-v-fef30a70 {
|
|
width: 686rpx;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 20rpx;
|
|
}
|
|
|