comment.css 2.9 KB
/*.tabbar_box{*/
    /*width: 100%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*padding: 0 0.65rem;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background: #fff;*/
    /*border-top: 1px solid #EBEBEB;*/
    /*box-sizing: border-box;*/
/*}*/
/*.tabbar_item{*/
    /*font-size: 0.24rem;*/
    /*color: #969799;*/
    /*text-align: center;*/
/*}*/
/*.tabbar_on{*/
    /*color: #1A9D89;*/
/*}*/
/*.tabbar_img{*/
    /*width: 0.64rem;*/
    /*height: 0.64rem;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
/*}*/
/*.tabbar_img img{*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/



/* 公共底部 */
.footer {
    height: 1.5rem;
}

.footer ul {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    background: #fff;
    z-index: 999;
    /*box-shadow:0px -1px 2px 0px rgba(0,0,0,0.08);*/
    border-top: 1px solid #EBEBEB;
}

.footer li {
    display: inline-block;
    width: 25%;
    padding: 0.1rem 0;
    text-align: center;
}

.footer li a {
    display: block;
    color: #969799;
    font-size: 0.24rem;
}

.footer li em {
    display: block;
    /*margin: 0 auto 0.1rem;*/
    margin: 0 auto;
}

.footer li .footer_icon1 {
    width: 0.64rem;
    height: 0.64rem;
    background: url('../images/anav01@2x.png') no-repeat;
    background-size: 100% 100%;
}

.footer li .footer_icon2 {
    width: 0.64rem;
    height: 0.64rem;
    background: url('../images/anav03@2x.png') no-repeat;
    background-size: 100% 100%;
}

.footer li .footer_icon3 {
    width: 0.64rem;
    height: 0.64rem;
    background: url('../images/anav05@2x.png') no-repeat;
    background-size: 100% 100%;
}

.footer li .footer_icon4 {
    width: 0.64rem;
    height: 0.64rem;
    background: url('../images/anav07@2x.png') no-repeat;
    background-size: 100% 100%;
}

.footer li.footer_curr .footer_icon1 {
    background: url('../images/anav02@2x.png') no-repeat;
    background-size: 100% 100%;
}

.footer li.footer_curr .footer_icon2 {
    background: url('../images/anav04@2x.png') no-repeat;
    background-size: 100% 100%;
}

.footer li.footer_curr .footer_icon3 {
    background: url('../images/anav06@2x.png') no-repeat;
    background-size: 100% 100%;
}

.footer li.footer_curr .footer_icon4 {
    background: url('../images/anav08@2x.png') no-repeat;
    background-size: 100% 100%;
}

/* tanchuang */
.popup_box{
    min-width:5.20rem;
    min-height:2.80rem;
    background:rgba(0,0,0,1);
    opacity:0.7;
    border-radius:0.1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
}
.popup_box text{
    display: inline-block;
    width: 100%;
    font-size: 0.3rem;
    color: #FFFFFF;
    text-align:center;
    line-height: 0.8rem;
}