yyws.css 1.83 KB
.content_box {
    width: 1200px;
    margin: 0 auto;
    color: #4a4a4a;
}

.next_button {
    text-align: center;
    margin: 50px 0;
}
.no_info {
    text-align: center;
    color: #FF5722;
    margin: 30px 0;
}
.no_info, .success_info h2 {
    font-weight: 600;
}
.success_info h2 img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
    margin-right: 3px;
}
.success_info {
    text-align: center;
    color: #6D7278;;
    margin: 30px 0;
}
.nav_title {
    margin-bottom: 20px;
}
.nav_title h3 , .buyer_information h3{
    height: 16px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dotted #E6E6E6;
    padding-bottom: 15px;
}
.nav_title h3::before, .buyer_information h3::before{
    position:absolute;
    content:"";
    left:0;
    width:4px;
    height:12px;
    border-radius: 1px;
    top: 5px;
    background-color: #0091FF;
}
.tax_information li {
    display: inline-block;
    width: 31%;
    margin-right: 15px;
    line-height: 36px;
    font-size: 14px;
}
.tax_information li span , .buyer_information li span{
    width: 85px;
    color: #9B9B9B;;
    display: inline-block;
    text-align: right;
}
.tax_information li p{
    display: inline-block;
    margin-left: 10px;
}
.buyer_information {
    margin: 20px 0;
}

.buyer_information ul {
    font-size: 0;
    box-sizing: border-box;
}
.buyer_information ul li {
    width: 33%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
}
.buyer_information ul li{
    line-height: 36px;
    box-sizing: border-box;
}
.taxItem {
    width: 33%!important;
    margin-bottom: 5px;
}

.informationList li {
    width: 100%!important;
}
.informationList p {
    width: 25%!important;
    display: inline-block;
}
.informationList p span {
    width: 80px!important;
}