This commit is contained in:
quantulr
2024-05-17 17:14:40 +08:00
parent 8e5986a8ef
commit e679915b6c
11 changed files with 272 additions and 61 deletions

View File

@ -70,7 +70,13 @@ page {
border-radius: 20rpx;
margin: 30rpx 0;
}
.packages {
width: 690rpx;
padding: 16rpx 30rpx 0;
background-color: #ffffff;
border-radius: 20rpx;
margin: 30rpx 0;
}
.cont {
padding: 30rpx 0;
border-bottom: 1rpx #dcdcdc solid;
@ -282,7 +288,6 @@ page {
background-color: #ffffff;
border-radius: 20rpx;
margin: 30rpx 0;
}
.order {
@ -427,4 +432,4 @@ page {
.djs text {
color: #ff372d;
margin-left: 10rpx;
}
}