main.wxss
3.32 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
@import "/static/css/vendor.wxss";
.LoadingMask.data-v-37a4c73e {
position: fixed;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
height: 100%;
width: 100%;
z-index: 99999;
}
.LoadingMask ._img.data-v-37a4c73e {
height: 40rpx;
width: 40rpx;
animation: loading 1s steps(12) infinite;
}
@-webkit-keyframes loading {
0% {
transform: rotate(0);
}
to {
transform: rotate(1turn);
}
}
.img-box.data-v-37a4c73e {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.img-box >._img.data-v-37a4c73e,
.img-box >._div.data-v-37a4c73e {
height: 160rpx;
width: 160rpx;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
.subtitle.data-v-37a4c73e {
display: flex;
padding: 27rpx 40rpx;
font: 27rpx/36rpx false;
word-wrap: break-word;
border-top: 1rpx solid #eee;
border-bottom: 1rpx solid #eee;
}
.greytitle.data-v-37a4c73e {
padding-left: 30rpx;
font: 30rpx/80rpx false;
background: #fff;
}
.para-title.data-v-37a4c73e {
display: flex;
align-items: center;
font: bold 32rpx/100rpx false;
color: #424242;
}
.para-title ._div.data-v-37a4c73e {
margin-right: 20rpx;
height: 45rpx;
width: 10rpx;
background: #aa001a;
}
.commit.data-v-37a4c73e {
padding: 30rpx;
box-sizing: border-box;
}
.commit navigator.data-v-37a4c73e,
.commit ._div.data-v-37a4c73e,
.commit ._button.data-v-37a4c73e {
height: 100%;
width: 100%;
background: #aa001a;
color: #fff;
text-align: center;
font: 32rpx/80rpx false;
border-radius: 10rpx;
}
.between.data-v-37a4c73e {
justify-content: space-between;
}
.list-input.data-v-37a4c73e {
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;
}
.list-input ._span.data-v-37a4c73e {
margin: 0 30rpx;
white-space: nowrap;
}
.list-input ._input.data-v-37a4c73e {
flex: 1;
margin-right: 30rpx;
text-align: right;
}
.list-input .unset.data-v-37a4c73e {
color: #9b9b9b;
}
.list-input navigator.data-v-37a4c73e {
overflow: hidden;
white-space: nowrap;
margin-right: 30rpx;
color: #757575;
}
.list-input >._div.data-v-37a4c73e,
.list-input picker.data-v-37a4c73e {
margin-right: 30rpx;
color: #757575;
}
.fade.data-v-37a4c73e {
opacity: 0.5;
}
.hover.data-v-37a4c73e {
background-color: #d5d5d5 !important;
}
.hover-shallow.data-v-37a4c73e {
background-color: #ededed !important;
}
.hide.data-v-37a4c73e {
display: none !important;
}
._textarea.data-v-37a4c73e {
padding: 10rpx;
}
.container.data-v-37a4c73e {
position: absolute;
padding: 0 20rpx;
box-sizing: border-box;
min-height: 100%;
width: 100%;
font-size: 0;
}
.para-title.data-v-37a4c73e {
display: flex;
align-items: center;
font: bold 32rpx/100rpx false;
color: #424242;
}
.para-title ._div.data-v-37a4c73e {
margin-right: 20rpx;
height: 45rpx;
width: 10rpx;
background: #aa001a;
}
.title.data-v-37a4c73e {
font: bold 40rpx/60rpx false;
margin-bottom: 30rpx;
}
.sub-info.data-v-37a4c73e {
font: 30rpx/50rpx false;
display: flex;
align-items: flex-start;
}
.sub-info >._div.data-v-37a4c73e:nth-child(1) {
color: #808080;
width: 25%;
}
.sub-info >._div.data-v-37a4c73e:nth-child(2) {
width: 75%;
}
.text.data-v-37a4c73e {
font: 30rpx/40rpx false;
text-align: justify;
}
._video.data-v-37a4c73e {
width: 100%;
}