|
|
@charset "utf-8";
|
|
|
@use postcss-clearfix ;
|
|
|
|
|
|
.clearfix {
|
|
|
clear: fix;
|
|
|
}
|
|
|
|
|
|
* {
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
}
|
|
|
|
|
|
html,
|
|
|
body {
|
|
|
font-family: helvetica, Arial, "黑体";
|
|
|
width: 100%;
|
|
|
font-size: 12PX;
|
|
|
line-height: 1.4;
|
|
|
}
|
|
|
|
|
|
button,
|
|
|
input,
|
|
|
select,
|
|
|
textarea {
|
|
|
font-size: 100%;
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
img {
|
|
|
max-width: 100%;
|
|
|
display: block;
|
|
|
border: 0;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
text-decoration: none;
|
|
|
outline: none;
|
|
|
color: #000;
|
|
|
}
|
|
|
|
|
|
*:focus {
|
|
|
outline: none;
|
|
|
}
|
|
|
|
|
|
.hide {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.overflow-hidden {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.yoho-tip {
|
|
|
position: fixed;
|
|
|
display: none;
|
|
|
text-align: center;
|
|
|
width: 70%;
|
|
|
padding: 34PX 0;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
margin-left: -35%;
|
|
|
margin-top: -45PX;
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
color: #fff;
|
|
|
font-size: 18PX;
|
|
|
border: none;
|
|
|
z-index: 4;
|
|
|
border-radius: 10PX;
|
|
|
}
|
|
|
|
|
|
@import "common/reset";
|
|
|
@import "common/lazy-failure";
|
|
|
@import "common/loading";
|
|
|
@import "channel/index"; |
...
|
...
|
|