yyws.css 1.86 KB
.content_box {
    width: 1200px;
    margin: 0 auto;
    color: #4a4a4a;
}
.name_title {
    padding: 10px;
    margin:15px 0;
}
.name_title h2 {
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    border-left: 3px solid #0091FF;
    height: 16px;
    line-height: 16px;
    padding-left: 5px;
}
.name_title p {
    display: inline-block;
    color: #0091FF;
}
.next_button {
    text-align: center;
    margin: 30px 0 100px 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;
}
.tax_information li span {
    width: 90px;
    color: #9B9B9B;;
    display: inline-block;
    text-align-last: justify;
}
.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;
}