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.
80 lines
1.1 KiB
80 lines
1.1 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 .mydeal_left {
|
|
float: left;
|
|
width: 180px;
|
|
height: 520px;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.wraper .mydeal_left ul li {
|
|
text-align: center;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.wraper .mydeal_left ul li a {
|
|
text-decoration: none;
|
|
color: #444444;
|
|
}
|
|
|
|
.wraper .mydeal_left ul li .active {
|
|
color: #4689C6;
|
|
}
|
|
|
|
/* 右侧样式 */
|
|
.wraper .mydeal_right {
|
|
float: left;
|
|
width: 980px;
|
|
background: #FFFFFF;
|
|
padding: 20px;
|
|
min-height: 520px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.wraper .mydeal_right .rightBox {
|
|
display: block;
|
|
}
|
|
|
|
.wraper .mydeal_right .right_title {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.wraper .mydeal_right .right_name {
|
|
border-left: 5px solid rgba(17, 116, 155, 1);
|
|
margin-top: 15px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.wraper .mydeal_right .table {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.wraper .mydeal_right .table span {
|
|
display: inline-block;
|
|
color: #0000FF;
|
|
}
|