Feat(我的):按照新设计调整

This commit is contained in:
lifizer
2024-03-08 17:38:51 +08:00
parent b92e043c77
commit 569d5d86f2
3 changed files with 1250 additions and 96 deletions
+19 -5
View File
@@ -2417,11 +2417,25 @@ page {
.user .wrapper .myOrder .title,
.user .wrapper .myService .title {
height: 0.88*100rpx;
padding: 0 0.3*100rpx;
border-bottom: 1px dashed #eee;
font-size: 0.3*100rpx;
color: #282828;
height: 88rpx;
padding: 0 30rpx;
border-bottom: 1px solid #ECECEE;
font-size: 28rpx;
color: #333;
font-weight: 600;
}
.user .wrapper .myService .title {
border-bottom: 0;
}
.user .wrapper .myOrder .title .line,
.user .wrapper .myService .title .line {
display: block;
width: 6rpx;
height: 28rpx;
margin: 0 15rpx 0 0;
border-radius: 6rpx;
background-color: #FF564A;
}
.user .wrapper .myOrder .title .allOrder {