Blame view

dist/static/css/vendor.wxss 2.75 KB
ce4c83ff   wxy   初始提交
1
  
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
2
  .LoadingMask.data-v-01cb091e {
ce4c83ff   wxy   初始提交
3
4
5
6
7
8
9
10
11
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 99999;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
12
  .LoadingMask ._img.data-v-01cb091e {
ce4c83ff   wxy   初始提交
13
14
15
16
17
18
19
20
21
22
23
24
    height: 40rpx;
    width: 40rpx;
    animation: loading 1s steps(12) infinite;
  }
  @-webkit-keyframes loading {
  0% {
      transform: rotate(0);
  }
  to {
      transform: rotate(1turn);
  }
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
25
  .img-box.data-v-01cb091e {
ce4c83ff   wxy   初始提交
26
27
28
29
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
30
31
  .img-box >._img.data-v-01cb091e,
  .img-box >._div.data-v-01cb091e {
ce4c83ff   wxy   初始提交
32
33
34
35
36
    height: 160rpx;
    width: 160rpx;
    margin-right: 20rpx;
    margin-bottom: 20rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
37
  .subtitle.data-v-01cb091e {
ce4c83ff   wxy   初始提交
38
39
40
41
42
43
44
    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手机日期显示问题
45
  .greytitle.data-v-01cb091e {
ce4c83ff   wxy   初始提交
46
47
48
49
    padding-left: 30rpx;
    font: 30rpx/80rpx false;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
50
  .para-title.data-v-01cb091e {
ce4c83ff   wxy   初始提交
51
52
53
54
55
    display: flex;
    align-items: center;
    font: bold 32rpx/100rpx false;
    color: #424242;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
56
  .para-title ._div.data-v-01cb091e {
ce4c83ff   wxy   初始提交
57
58
59
60
61
    margin-right: 20rpx;
    height: 45rpx;
    width: 10rpx;
    background: #aa001a;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
62
  .commit.data-v-01cb091e {
ce4c83ff   wxy   初始提交
63
64
65
    padding: 30rpx;
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
66
67
68
  .commit navigator.data-v-01cb091e,
  .commit ._div.data-v-01cb091e,
  .commit ._button.data-v-01cb091e {
ce4c83ff   wxy   初始提交
69
70
71
72
73
74
75
76
    height: 100%;
    width: 100%;
    background: #aa001a;
    color: #fff;
    text-align: center;
    font: 32rpx/80rpx false;
    border-radius: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
77
  .between.data-v-01cb091e {
ce4c83ff   wxy   初始提交
78
79
    justify-content: space-between;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
80
  .list-input.data-v-01cb091e {
ce4c83ff   wxy   初始提交
81
82
83
84
85
86
87
88
89
    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手机日期显示问题
90
  .list-input ._span.data-v-01cb091e {
ce4c83ff   wxy   初始提交
91
92
93
    margin: 0 30rpx;
    white-space: nowrap;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
94
  .list-input ._input.data-v-01cb091e {
ce4c83ff   wxy   初始提交
95
96
97
98
    flex: 1;
    margin-right: 30rpx;
    text-align: right;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
99
  .list-input .unset.data-v-01cb091e {
ce4c83ff   wxy   初始提交
100
101
    color: #9b9b9b;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
102
  .list-input navigator.data-v-01cb091e {
ce4c83ff   wxy   初始提交
103
104
105
106
107
    overflow: hidden;
    white-space: nowrap;
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
108
109
  .list-input >._div.data-v-01cb091e,
  .list-input picker.data-v-01cb091e {
ce4c83ff   wxy   初始提交
110
111
112
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
113
  .fade.data-v-01cb091e {
ce4c83ff   wxy   初始提交
114
115
    opacity: 0.5;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
116
  .hover.data-v-01cb091e {
ce4c83ff   wxy   初始提交
117
118
    background-color: #d5d5d5 !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
119
  .hover-shallow.data-v-01cb091e {
ce4c83ff   wxy   初始提交
120
121
    background-color: #ededed !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
122
  .hide.data-v-01cb091e {
ce4c83ff   wxy   初始提交
123
124
    display: none !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
125
  ._textarea.data-v-01cb091e {
ce4c83ff   wxy   初始提交
126
127
    padding: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
128
  ._div.data-v-01cb091e {
ce4c83ff   wxy   初始提交
129
130
131
132
133
134
135
136
137
    position: fixed;
    width: 100%;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font: 35rpx/35rpx false;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
138
  ._div ._img.data-v-01cb091e {
ce4c83ff   wxy   初始提交
139
140
141
142
    height: 200rpx;
    width: 200rpx;
    margin-bottom: 20rpx;
  }