hist_service.wxss
1.7 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
121
122
page {
  height: 100%;
}
.box {
  width: 0px;
  height: 0px;
  margin-left: 15rpx;
  border-top: 11rpx solid rgba(0, 0, 0, 0);
  border-right: 10rpx solid rgba(0, 0, 0, 0);
  border-left: 10rpx solid rgba(0, 0, 0, 0);
  display: inline-block;
  margin-bottom: 10rpx;
  color: red;
  transform: rotate(0deg);
  border-bottom: 18rpx solid rgb(153, 153, 153);
}
.exption {
  padding: 0rpx 45rpx;
  background-color: rgb(238, 238, 238);
  height: 70rpx;
  color: rgb(153, 153, 153);
  position: fixed;
  top:0rpx;
  left: 0rpx;
  width: 660rpx;
}
.count {
  margin: 0rpx 5rpx;
}
.Resetfram {
  margin-right: 40rpx;
}
.Reset {
  margin-right: 5rpx;
}
.Resetsub {
  width: 30rpx;
  height: 30rpx;
}
.items{
  margin-top: 70rpx;
}
.item {
  margin: 0rpx 25rpx;
  padding: 0rpx 20rpx;
  height: 100rpx;
  border-bottom: 1rpx solid rgb(242, 242, 242);
}
.itemName {
  margin-right: 10rpx;
  max-width: 130rpx;
}
.itemUsna {
  max-width: 150rpx;
}
.serState {
  color: rgb(255, 82, 125);
  text-align: right;
}
.container {
  position: fixed;
  width: 100%;
  top: 0rpx;
}
/* 无历史服务 */
.empty_order {
  height: 100%;
  background-color: rgb(238, 238, 238);
}
.empty_order image {
  width: 329rpx;
  height: 229rpx;
  margin-top: 202rpx;
}
.empty_order .xc-ash {
  margin-top: 10rpx;
  font-weight: 600px;
}
.empty_order navigator {
  margin-top: 65rpx;
  border-radius: 40rpx;
}
.empty_order navigator view {
  width: 247rpx;
  height: 65rpx;
  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;
}
.slot{
  color: rgb(153, 153, 153);
  height:300rpx;
  width:100%;
}