Blame view

dist/static/css/pages/leaveList/main.wxss 3.69 KB
ce4c83ff   wxy   初始提交
1
2
  @import "/static/css/vendor.wxss";
  
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
3
  .LoadingMask.data-v-c2741972 {
ce4c83ff   wxy   初始提交
4
5
6
7
8
9
10
11
12
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 99999;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
13
  .LoadingMask ._img.data-v-c2741972 {
ce4c83ff   wxy   初始提交
14
15
16
17
18
19
20
21
22
23
24
25
    height: 40rpx;
    width: 40rpx;
    animation: loading 1s steps(12) infinite;
  }
  @-webkit-keyframes loading {
  0% {
      transform: rotate(0);
  }
  to {
      transform: rotate(1turn);
  }
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
26
  .img-box.data-v-c2741972 {
ce4c83ff   wxy   初始提交
27
28
29
30
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
31
32
  .img-box >._img.data-v-c2741972,
  .img-box >._div.data-v-c2741972 {
ce4c83ff   wxy   初始提交
33
34
35
36
37
    height: 160rpx;
    width: 160rpx;
    margin-right: 20rpx;
    margin-bottom: 20rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
38
  .subtitle.data-v-c2741972 {
ce4c83ff   wxy   初始提交
39
40
41
42
43
44
45
    display: flex;
    padding: 27rpx 40rpx;
    font: 27rpx/36rpx false;
    word-wrap: break-word;
    border-top: 1rpx solid #eee;
    border-bottom: 1rpx solid #eee;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
46
  .greytitle.data-v-c2741972 {
ce4c83ff   wxy   初始提交
47
48
49
50
    padding-left: 30rpx;
    font: 30rpx/80rpx false;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
51
  .para-title.data-v-c2741972 {
ce4c83ff   wxy   初始提交
52
53
54
55
56
    display: flex;
    align-items: center;
    font: bold 32rpx/100rpx false;
    color: #424242;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
57
  .para-title ._div.data-v-c2741972 {
ce4c83ff   wxy   初始提交
58
59
60
61
62
    margin-right: 20rpx;
    height: 45rpx;
    width: 10rpx;
    background: #aa001a;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
63
  .commit.data-v-c2741972 {
ce4c83ff   wxy   初始提交
64
65
66
    padding: 30rpx;
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
67
68
69
  .commit navigator.data-v-c2741972,
  .commit ._div.data-v-c2741972,
  .commit ._button.data-v-c2741972 {
ce4c83ff   wxy   初始提交
70
71
72
73
74
75
76
77
    height: 100%;
    width: 100%;
    background: #aa001a;
    color: #fff;
    text-align: center;
    font: 32rpx/80rpx false;
    border-radius: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
78
  .between.data-v-c2741972 {
ce4c83ff   wxy   初始提交
79
80
    justify-content: space-between;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
81
  .list-input.data-v-c2741972 {
ce4c83ff   wxy   初始提交
82
83
84
85
86
87
88
89
90
    display: flex;
    align-items: center;
    height: 90rpx;
    width: 100%;
    font: 30rpx/35rpx false;
    background-color: #fff;
    border-bottom: 1rpx solid #dedede;
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
91
  .list-input ._span.data-v-c2741972 {
ce4c83ff   wxy   初始提交
92
93
94
    margin: 0 30rpx;
    white-space: nowrap;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
95
  .list-input ._input.data-v-c2741972 {
ce4c83ff   wxy   初始提交
96
97
98
99
    flex: 1;
    margin-right: 30rpx;
    text-align: right;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
100
  .list-input .unset.data-v-c2741972 {
ce4c83ff   wxy   初始提交
101
102
    color: #9b9b9b;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
103
  .list-input navigator.data-v-c2741972 {
ce4c83ff   wxy   初始提交
104
105
106
107
108
    overflow: hidden;
    white-space: nowrap;
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
109
110
  .list-input >._div.data-v-c2741972,
  .list-input picker.data-v-c2741972 {
ce4c83ff   wxy   初始提交
111
112
113
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
114
  .fade.data-v-c2741972 {
ce4c83ff   wxy   初始提交
115
116
    opacity: 0.5;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
117
  .hover.data-v-c2741972 {
ce4c83ff   wxy   初始提交
118
119
    background-color: #d5d5d5 !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
120
  .hover-shallow.data-v-c2741972 {
ce4c83ff   wxy   初始提交
121
122
    background-color: #ededed !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
123
  .hide.data-v-c2741972 {
ce4c83ff   wxy   初始提交
124
125
    display: none !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
126
  ._textarea.data-v-c2741972 {
ce4c83ff   wxy   初始提交
127
128
    padding: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
129
  .container.data-v-c2741972 {
ce4c83ff   wxy   初始提交
130
131
132
133
134
135
136
    position: absolute;
    background: #f6f6f6;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 86rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
137
  .list.data-v-c2741972 {
ce4c83ff   wxy   初始提交
138
139
140
141
142
143
144
145
    margin: 20rpx;
    width: calc(100% - 40rpx);
    box-sizing: border-box;
    padding: 20rpx;
    border-radius: 12rpx;
    background-color: #fff;
    position: relative;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
146
  .title.data-v-c2741972 {
ce4c83ff   wxy   初始提交
147
148
    margin-bottom: 15rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
149
  .reason.data-v-c2741972 {
ce4c83ff   wxy   初始提交
150
151
152
153
154
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
155
  .list ._p.data-v-c2741972 {
ce4c83ff   wxy   初始提交
156
157
158
159
    margin-top: 10rpx;
    font-size: 28rpx;
    color: #666;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
160
  .status.data-v-c2741972 {
ce4c83ff   wxy   初始提交
161
162
163
164
165
166
167
    float: right;
    display: inline-block;
    padding: 5rpx 10rpx;
    border-radius: 6rpx;
    color: #fff;
    font-size: 26rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
168
  .ongoing.data-v-c2741972 {
ce4c83ff   wxy   初始提交
169
170
    background-color: #f6b35a;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
171
  .finish.data-v-c2741972 {
ce4c83ff   wxy   初始提交
172
173
    background-color: #00d49d;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
174
  .leave.data-v-c2741972 {
ce4c83ff   wxy   初始提交
175
176
177
178
179
180
181
182
183
184
185
186
187
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25rpx 0;
    background-color: #fff;
    color: #1d7bef;
    border-top: 1rpx solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
188
  .leave ._img.data-v-c2741972 {
ce4c83ff   wxy   初始提交
189
190
191
192
    margin-right: 15rpx;
    width: 36rpx;
    height: 36rpx;
  }