sign.css 2.42 KB
.ware {
    width: 100%;
    padding-bottom: 30px;
}

.inner_top {
    position: relative;
    width: 100%;
    background-color: #da3540;
}

.inner_top .bgtop {
    width: 100%;
}

.inner_top .tit {
    padding: 15px 15px 0;
}

.inner_top .tit .twoimg img {
    height: 35px;
    margin: 0 3px;
}

.inner_top .tit .headware {
    position: relative;
    text-align: center;
}

.inner_top .tit .headware img {
    width: 140px;
    height: 140px;
    border: 6px #b5061c solid;
    border-radius: 50%;
}

.inner_top .tit .headware .signfall {
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -47px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background-color: #b5061c;
    display: inline-block;
    padding: 3px 15px;
}

.inner_top .tit .prompt {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
}

.inner_bottom {
    text-align: center;
}

.inner_bottom .titnum {
    text-align: center;
    display: inline-block;
    margin: 30px auto 15px;
    font-size: 20px;
}

.inner_bottom .titnum img {
    width: 16%;
    margin: 0 5px;
}

.inner_bottom .titnum em {
    color: #c4182e;;
}

.botshaw {
    background-color: #f5f5f2;
    border-radius: 50%;
    height: 20px;
}

.siglist {
    margin-top: 20px;
}

.siglist .signtit {
    margin: 15px 15px 0;
    background-color: #fff4e6;
    color: #eaa52e;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 24px;
    padding: 8px 0;
}

.siglist dd {

    padding: 15px 0;
    margin: 0 15px;
    float:left; width: 20%; text-align: center;
}

.siglist dd:last-child {
    border-bottom: 0;
}

.time {
    color: #999;
    font-size: 14px;
    text-align: right;
    line-height: 37px;
}

.fx2 {
    -webkit-flex: 2;
    flex: 2;
    /* for uc */
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.viphead {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px #ddd solid;
}

.fontabs {
    margin-top: 30px;
    background-color: #fff;
    border-bottom: 1px #ddd solid;
    line-height: 0px;
position: relative;
}

.fontabs em {
    position: absolute;
    left:50%;
    top:0;
    margin-left: -83px;
    display: inline-block;
    background-color: #fff;
    height: 1px;
    padding: 0 15px;
    font-size: 18px;
    color: #999;
}