You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.0 KiB
70 lines
1.0 KiB
/*
|
|
认证缴费样式
|
|
*/
|
|
/* 面包屑样式 */
|
|
.rumbs {
|
|
width: 100%;
|
|
height: 60px;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.rumbs .rumbs_box {
|
|
width: 1200px;
|
|
margin: 0px auto;
|
|
line-height: 60px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.rumbs .rumbs_box .rumbs_title {
|
|
float: left;
|
|
}
|
|
|
|
.rumbs .rumbs_box .rumbs_name {
|
|
float: left;
|
|
}
|
|
|
|
/* 内容样式 */
|
|
.wraper .CerationPayment_left {
|
|
float: left;
|
|
width: 180px;
|
|
height: 520px;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.wraper .CerationPayment_left ul li {
|
|
text-align: center;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.wraper .CerationPayment_left ul li a {
|
|
text-decoration: none;
|
|
color: #444444;
|
|
}
|
|
|
|
.wraper .CerationPayment_left ul li .active {
|
|
color: #4689C6;
|
|
}
|
|
|
|
/* 右侧样式 */
|
|
.wraper .CerationPayment_right {
|
|
float: left;
|
|
width: 980px;
|
|
background: #FFFFFF;
|
|
padding: 20px;
|
|
min-height: 520px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.wraper .CerationPayment_right .rightBox {
|
|
display: block;
|
|
}
|
|
|
|
.wraper .CerationPayment_right .right_title {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.wraper .CerationPayment_right .table span {
|
|
display: inline-block;
|
|
color: #0000FF;
|
|
}
|