23 lines
429 B
Plaintext
23 lines
429 B
Plaintext
|
|
page {
|
||
|
|
background-color: #f8f8f8;
|
||
|
|
}
|
||
|
|
.HomePage {
|
||
|
|
background: linear-gradient(180deg, #44ba04 0%, #44ba04 300rpx, #f8f8f8 650rpx);
|
||
|
|
padding-bottom: 190rpx;
|
||
|
|
}
|
||
|
|
.OrderTitle {
|
||
|
|
display: flex;
|
||
|
|
padding: 0 30rpx;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
color: #333;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
.OrderTitle .more_btn {
|
||
|
|
color: #3da605;
|
||
|
|
font-size: 27rpx;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
.footer_group_btn {
|
||
|
|
padding: 30rpx;
|
||
|
|
}
|