index.css 1.55 KB
@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;
}

@font-face {
    font-family: "iconfont";
    src: resolve('h5/iconfont.eot'); /* IE9 */
    src: resolve('h5/iconfont.eot?#iefix') format('embedded-opentype'), resolve('h5/iconfont.woff') format('woff'), resolve('h5/iconfont.ttf') format('truetype'), resolve('h5/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16PX;
    font-style: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2PX;
    -moz-osx-font-smoothing: grayscale;
}

.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";