|
@@ -0,0 +1,62 @@
|
|
|
+/* 公共样式 */
|
|
|
+html{-webkit-overflow-scrolling:touch;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
|
|
|
+body{-webkit-overflow-scrolling:touch;height:100%;background-color:#fff; font-family: -apple-system, Helvetica, sans-serif;font-size:.16rem;}
|
|
|
+body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,g,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,textarea{margin:0;padding:0;}
|
|
|
+ol,li,ul,dl,dt,dd{list-style:none;}
|
|
|
+table{border-spacing:0;border-collapse:collapse;;}
|
|
|
+input[type='submit'],input[type='reset'],input[type='button'],input,textarea{resize:none;border:none;}
|
|
|
+body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
|
|
+article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
|
|
|
+/* img{width:100%;width:auto\9;height:auto;-ms-interpolation-mode:bicubic;border:none;} */
|
|
|
+em,g,i{display:inline-block;font-style:normal;}
|
|
|
+textarea{resize:none;}
|
|
|
+p{word-wrap:break-word;}
|
|
|
+button{border:0;background-color:transparent;}
|
|
|
+strong,b{font-weight:normal;}
|
|
|
+a{text-decoration:none;color:#fff;font-family: -apple-system, Helvetica, sans-serif;}
|
|
|
+a:hover{text-decoration:none;outline:none;}
|
|
|
+h1,h2,h3,h4,h5,h6{font-family: -apple-system, Helvetica, sans-serif;font-size:100%;font-weight:normal;}
|
|
|
+input{box-sizing:border-box;background-color:transparent;font-family: -apple-system, Helvetica, sans-serif;}
|
|
|
+a:link,a:active,a:visited,a:hover{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;}
|
|
|
+@media screen and (max-width: 750px) {
|
|
|
+ html {
|
|
|
+ font-size: calc(100vw / 7.5);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ @media screen and (min-width: 750px) {
|
|
|
+ html {
|
|
|
+ font-size: calc(450px / 7.5);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ * {
|
|
|
+ outline: none;
|
|
|
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
+ }
|
|
|
+ [v-cloak] {
|
|
|
+ display: none !important;
|
|
|
+ }
|
|
|
+ * {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ div{
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+::-webkit-scrollbar {
|
|
|
+ width: 0 !important;
|
|
|
+ height: 0
|
|
|
+}
|
|
|
+
|
|
|
+/* .app::-webkit-scrollbar {
|
|
|
+ display: none;
|
|
|
+ } */
|
|
|
+::-webkit-scrollbar {
|
|
|
+ display: none;
|
|
|
+ /*隐藏滚轮*/
|
|
|
+}
|
|
|
+
|
|
|
+.app::-webkit-scrollbar {
|
|
|
+ width: 0 !important
|
|
|
+}
|