0a57d57e by 任超

style:样式

1 parent 04c1eaed
......@@ -93,7 +93,7 @@ div.banner ul li a {
padding: 20px;
height: 60px;
box-sizing: border-box;
border-bottom: 2px solid #E6E6E6;
border-bottom: 1px solid #DEDEDE;
width: 100%;
}
.laws_regulations .title h2 a p{
......@@ -145,7 +145,7 @@ div.banner ul li a {
color: #0091FF;
}
.laws_regulations .laws_list li:not(:last-child) {
border-bottom: 2px dashed #DEDEDE;
border-bottom: 1px dashed #DEDEDE;
}
/* ---------------end----------------------- */
......@@ -189,7 +189,7 @@ div.banner ul li a {
width: 40%;
height: 50px;
line-height: 50px;
border-bottom: 2px dashed #DEDEDE;
border-bottom: 1px dashed #DEDEDE;
}
.common_question .list_content dd a .icon {
width: 20px;
......@@ -223,7 +223,7 @@ div.banner ul li a {
box-sizing: border-box;
height: 60px;
box-sizing: border-box;
border-bottom: 2px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6;
width: 100%;
}
.common_question .title h2 a p{
......@@ -270,8 +270,8 @@ div.banner ul li a {
text-align: center;
}
.common_question .list_content_right dd {
border-right: 2px dashed #DEDEDE;
border-bottom: 2px dashed #DEDEDE;
border-right: 1px dashed #DEDEDE;
border-bottom: 1px dashed #DEDEDE;
}
.common_question .list_content_right dd:nth-of-type(n+3) {
border-bottom: none;
......@@ -311,7 +311,7 @@ div.banner ul li a {
div.c_one div:first-child .news, div.c_one div:first-child .notice {
margin-top: 40px;
height: 340px;
border: #f3f3f3 2px solid;
border: #DEDEDE 1px solid;
padding: 0 15px 0 15px;
}
......@@ -336,7 +336,7 @@ div.c_one h2 {
float: left;
width: 100%;
padding: 20px 0 0 0;
border-bottom: 2px solid #efefef;
border-bottom: 1px solid #DEDEDE;
}
div.c_one h2 a {
......@@ -376,7 +376,7 @@ div.c_one ul li {
line-height: 276%;
}
div.c_one ul li:not(:last-child) {
border-bottom: 2px dashed #DEDEDE;
border-bottom: 1px dashed #DEDEDE;
}
div.c_one ul li a {
......