yyws.css 1.7 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: 10px 0;
}
.next_button a {
    color: #ffffff;
}
.no_info {
    text-align: center;
    color: #FF5722;
    margin: 30px 0;
}
.no_info, .success_info h2 {
    font-weight: 600;
}
.success_info {
    text-align: center;
    color: #5FB878;
    margin: 30px 0;
}
.nav_title {
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
}
.nav_title h2 {
    padding-left: 5px;
    border-left: 3px solid #1E9FFF;
    height: 14px;
    line-height: 14px;
    font-weight: 600;
}
.tax_information li {
    display: inline-block;
    width: 31%;
    margin-right: 15px;
    line-height: 36px;
}
.tax_information li span {
    width: 90px;
    display: inline-block;
    text-align-last: justify;
}
.tax_information li p {
    display: inline-block;
    margin-left: 10px;
}
.buyer_information h2{
    padding: 10px;
    background-color: #1E9FFF;
    color: #ffffff;
    width: 68px;
    margin: 15px 0;
    border-radius: 2px;
}
.buyer_information ul {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
}
.buyer_information ul li {
    width: 25%;
    height: 260px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
}
.buyer_information ul li div{
    border: 1px solid #01AAED;
    line-height: 50px;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 15px;
}