long
2024-06-20 3fd2da453d30179571958c36153c6c0efe62ab9a
提交 | 用户 | age
3ac5f2 1 /*@import "../js/app/toast/toast.css";*/
J 2 html{
3     -webkit-tap-highlight-color: rgba(0,0,0,0);
4     word-break: break-all;
5     -webkit-text-size-adjust:none;
6     text-size-adjust:none;
7 }
8 a,address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var {
9     margin: 0;
10     padding: 0
11 }
12 html,input,textarea,select{font-family: -apple-system-font, Helvetica Neue, Helvetica, STHeiTi, Microsoft Yahei, sans-serif;}
13 body{
14     font: 0.8785vw/1.5 arial,Microsoft YaHei,"\u5b8b\u4f53",sans-serif;
15     -webkit-font-smoothing: antialiased;
16     color: #333;
17     background: #f2f2f2;
18 }
19 a {color: #333;text-decoration: none;}
20 ol,ul{list-style: none;}
21 .flex {
22   display: box;
23   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
24   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
25   display: -ms-flexbox;      /* TWEENER - IE 10 */
26   display: -webkit-flex;     /* NEW - Chrome */
27   display: -moz-flex;
28   display: -ms-flex;
29   display: -o-flex;
30   display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
31 }
32
33 .flex-1 {
34     -webkit-box-flex: 1;
35     flex: 1;
36     -webkit-flex: 1;
37 }
cf3e3e 38 .flex-1-w1 {width: 1px;}
3ac5f2 39 .w1{width: 0.0732vw;}.h1{height: 0.0732vw;}
J 40
41 .flex-center {
42     justify-content: center;
43     -webkit-justify-content: center;
44     align-items: center;
45     -webkit-align-items: center;
46 }
aeb317 47 /* 水平居中 */
J 48 .flex-align-center{
49     justify-content: center;
50     -webkit-justify-content: center;
51 }
52 /* 水平居左 */
53 .flex-align-start{
54     justify-content: start;
55     -webkit-justify-content: start;
56 }
57 /* 水平居右 */
58 .flex-align-end{
59     justify-content: end;
60     -webkit-justify-content: end;
61 }
3ac5f2 62 .flex-ver {-webkit-align-items: center;align-items: center;}
J 63 .flex-col {-webkit-flex-flow: column;flex-flow: column;}
64 .flex-end{
65     -webkit-justify-content: flex-end;
66     justify-content: flex-end;
67 }
68
69 /* flex 换行 */
70 .flex-wrap {
71     flex-wrap: wrap;
72     -webkit-flex-wrap: wrap;
73 }
74
75 /* flex 容器(设置为flex)内子元素向两边顶齐平分 */
76 .flex-sb {
77     justify-content: space-between;
78     -webkit-justify-content: space-between;
79 }
80
81 /* flex 容器(设置为flex)内子元素向两边平分 */
82 .flex-sa {
83     justify-content: space-around;
84     -webkit-justify-content: space-around;
85 }
86
87 /* 容器(设置为flex)内子元素靠最后对齐(水平时比较像右浮动) */
88 .flex-jcfe {
89     justify-content: flex-end;
90     -webkit-justify-content: flex-end;
91 }
92
93 /* 容器(设置为flex)内子元素靠最前对齐(水平时比较像左浮动) */
94 .flex-jcfs {
95     justify-content: flex-start;
96     -webkit-justify-content: flex-start;
97 }
98
99 /* 容器(设置为flex)内子元素等高 */
100 .flex-ais {
101     align-items: stretch;
102     -webkit-align-items: stretch;
103 }
104
105 /* 容器(设置为flex)内子元素置底 */
106 .flex-aife {
107     align-items: flex-end;
108     -webkit-align-items: flex-end;
109 }
110
111 .ell{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
112 .wsnw{white-space: nowrap;}
113
114 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
115     color: #999;
116 }
117 /* css arrow */
118 .arrow{
119     display: inline-block;
120     border: solid #29262A;
121     border-width: 0.0732vw 0.0732vw 0 0;
122 }
123 .ar-h24{width: 0.6589vw;height: 0.6589vw;}
124 .ar-h20{width: 0.5124vw;height: 0.5124vw;}
125 .arrow-right{-webkit-transform: rotate(45deg);transform: rotate(45deg);}
126 .arrow-down{-webkit-transform: rotate(135deg) translate(-0.1464vw,0.1464vw);transform: rotate(135deg) translate(-0.1464vw,0.1464vw);}
127 .ac{text-align: center;}.ar{text-align: right;}
128 .hide{display: none!important;}
129
130 input::-webkit-outer-spin-button,
131 input::-webkit-inner-spin-button {
132 -webkit-appearance: none;
133 }
134 input[type="number"]{
135 -moz-appearance: textfield;
136 }
137 /*page common*/
138
139 .w{
140     width: 93.7042vw;
141     margin: 0 auto;
142 }
143 .fl{float: left}
144 .fr{float: right}
145 .al{text-align: left;}.ar{text-align: right;}
146 .tdu{text-decoration: underline;}
147 .clear,.clr,.clearfix:after {
148     content: '';
149     display: block;
150     overflow: hidden;
151     clear: both;
152     height: 0;
153     line-height: 0;
154     font-size: 0;
155 }
156 .blue{color: #0084e6;}
157 /* 浅色#23a9fd 中间#218ad9 深色#005bbd */
158 .gray{color: #666;}.g4{color: #444;}
159 .red{color: red;}.green{color: green;}
160 .orange{color: #FC6621;}
161 .vm{vertical-align: middle;}
162 .ml20{margin-left: 1.4641vw;}
163 .fs16{font-size: 1.1713vw;}
164
165 /* ====================================================================== */
166 .fs20{font-size:1.4641vw}
167 html, body{
168     min-height: 100%;
169 }
170 body{
171     height: 100%;
172     /* background: #000; */
173     -webkit-text-size-adjust: 100% !important;
174     text-size-adjust: 100% !important;
175     -moz-text-size-adjust: 100% !important;
176 }
177 #app{
178     user-select: none;
179     -webkit-user-select: none;
180     /* width: 100vw;
181     height: 100vh;
182     background: url(../imgs/bg.jpg) no-repeat;
183     background-size: 100% 100%;
184     min-height: 88.1406vw; */
185 }
186 /* .appContainer{
187     position: relative;width: 100%;
188     min-height: 88.1406vw;
189 } */
190
191 /* 遮罩 */
192 .mask{
193     position: fixed;
194     top: 0;
195     left: 0;
196     right: 0;
197     bottom: 0;
198     z-index: 10;
bb2b08 199     background: rgba(0,0,0,0.67);
3ac5f2 200 }
J 201 body{
202     overflow: hidden;
203 }
204 /* 页面通用样式 */
205 .page {
206     width: 100vw;
207     height: 100vh;
bb2b08 208     /* width: 1440px;
J 209     height: 900px; */
3ac5f2 210     background-color: rgba(34,123,235,1);
J 211     box-sizing: border-box;
908dad 212     padding: 0 23px 23px 23px;
3ac5f2 213 }
878885 214 /* 避免Chrome浏览器看到Safari黑客 */
J 215 @supports (-webkit-touch-callout: none) {
216     .page {
217         /* The hack for Safari */
218         /* height: -webkit-fill-available; */
219         /* height: -webkit-fill-available; */
220     }
221 }
3ac5f2 222 .page_header {
878885 223     height: 100px;
3ac5f2 224 }
J 225
6da3c1 226 .page_header .left {
J 227     cursor: pointer;
228 }
229
3ac5f2 230 .page_logo_1 {
J 231     width: 50px;
232     height: 45px;
233     display: block;
234 }
878885 235 .page_logo_1 .img {
J 236     width: 100%;
237     height: 100%;
3fd2da 238   object-fit: contain;
878885 239 }
3ac5f2 240 .page_logo_2 {
J 241     width: 132px;
242     height: 50px;
243     display: block;
244     margin-left: 10px;
245 }
878885 246 .page_logo_2 .img {
J 247     width: 100%;
248     height: 100%;
3fd2da 249   object-fit: contain;
878885 250 }
3ac5f2 251 .page_date {
J 252     line-height: 28px;
253     color: rgba(255,255,255,1);
254     font-size: 20px;
255     font-family: PingFangSC-regular;
256     text-align: right;
bb2b08 257     margin-left: 33px;
3ac5f2 258 }
J 259
260 .page_week {}
261
262 .page_day {}
263
264 .page_time {
265     line-height: 75px;
266     color: rgba(255,255,255,1);
267     font-size: 54px;
268     font-family: PingFangSC-regular;
269     margin-left: 15px;
270     text-align: right;
271 }
272
273 .page_container {
274     width: 100%;
bb2b08 275 }
J 276
277 .btn_ani {
908dad 278     -webkit-animation: anim_scale 1.1s;
L 279             animation: anim_scale 1.1s;
280   -webkit-animation-iteration-count: infinite;
281           animation-iteration-count: infinite;
282     /* animation-name: anim_scale;
283     animation-duration: 1.1s; */
284     /* animation-iteration-count: infinite; */
285 }
286
287 @-webkit-keyframes anim_scale {
288     0% {
289     transform: scale(1);
290     }
291     50% {
292     transform: scale(1.1);
293     }
294     100% {
295     transform: scale(1);
296   }
bb2b08 297 }
J 298
299 @keyframes anim_scale {
300     0% {
908dad 301     transform: scale(1);
bb2b08 302     }
J 303     50% {
908dad 304     transform: scale(1.1);
bb2b08 305     }
J 306     100% {
908dad 307     transform: scale(1);
L 308   }
bb2b08 309 }