cosmetology_list.wxss
1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
page{
height: 100%;
}
.container{
background-color: rgb(255,255,255);
}
.appointment {
width: 100%;
height: 305rpx;
}
.single {
margin-left: 10rpx;
border-bottom: 1rpx solid rgb(229, 229, 229);
padding-bottom: 30rpx;
padding-left: 20rpx;
padding-right: 35rpx;
padding-top: 30rpx;
}
.portrait {
width: 140rpx;
height: 140rpx;
border-radius: 50%;
margin-right: 30rpx;
}
.UserName{
max-width: 250rpx;
}
.Stars {
width: 25rpx;
height: 25rpx;
margin-right: 7rpx;
}
.Label {
margin-top: 25rpx;
}
.Labelitem {
width: 100rpx;
height: 30rpx;
border-radius: 20rpx;
line-height: 30rpx;
margin-right: 14rpx;
}
.itone {
border: 2rpx solid rgb(22, 232, 131);
color: rgb(22, 232, 131);
}
.itwo {
border: 2rpx solid rgb(92, 135, 248);
color: rgb(92, 135, 248);
}
.ith {
border: 2rpx solid rgb(244, 143, 55);
color: rgb(244, 143, 55);
}
.gofu {
width: 120rpx;
padding: 5rpx 0rpx;
border-radius: 25rpx;
}
.go {
border: 1rpx solid rgb(196, 26, 46);
color: rgb(196, 26, 46);
background-color: rgb(255,255,255);
}
.gofull {
border: 1rpx solid rgb(185, 185, 185);
color: rgb(185, 185, 185);
background-color: rgb(255,255,255);
}
.information {
margin-top: 25rpx;
text-indent: 2em;
color: rgb(103, 103, 103);
}
/* 无订单 */
.empty_order image {
width: 330rpx;
height: 280rpx;
margin-top: 120rpx;
}
.empty_order .xc-ash {
margin-top: 10rpx;
font-weight: 600px;
}
.empty_order navigator {
margin-top: 60rpx;
border-radius: 40rpx;
}
.empty_order navigator view {
width: 247rpx;
height: 56rpx;
background-color: rgb(255, 72, 72);
border-radius: 40rpx;
}
.After_all {
height: 80rpx;
}
.After_all .Line {
border-top: 3rpx solid rgb(0, 0, 0);
width: 130rpx;
}
.After_all .end {
margin: 0rpx 15rpx;
}