yohood_base.css 1.64 KB

/*一些基础元素样式设置*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, header, section, aside, nav, menu, footer, article {
    margin: 0;
    padding: 0;
}

article, aside, footer, header, main, nav, section, div {
    display: block;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
}



p,span,h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font:inherit;
    font-size: 100%;
    vertical-align: baseline;
}

img {
    width: 100%;
    height: auto;
    border: none;
}

.full-img {
    width: 100%;
    height: 100%;
}

ul {

    margin: 0 auto;
    padding: 0;
    list-style: none;
}


video {
    position: relative;
    z-index:0;
}


.live-app-download-msg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 30;
}

/*-----微信中的下载提示-----*/chuan
.live-app-download-msg .wx-img1 {
    display: none;
    width: 43.33%;
    position: absolute;
    /*background-image: url(../image/wx-img1.png);*/
    background-size: contain;
    right: 2%;
    top: 1%;
}

.live-app-download-msg .wx-img2 {
    display: none;
    width: 94.8%;
    position: absolute;
    /*background-image: url(../image/wx-img2.png);*/
    background-size: contain;
    bottom: 1%;
    left: 2%;
}

.live-app-download-msg .wx-img3 {
    display: none;
    width: 94.8%;
    position: absolute;
    /*background-image: url(../image/wx-img3.png);*/
    background-size: contain;
    top: 10%;
    right: 0;
}
/*-----微信下载提示结束-----*/