“关于我们”的样式调整
This commit is contained in:
parent
42ddc0bf3c
commit
f1a6e3d7e3
|
@ -680,6 +680,8 @@ a.referenceTypeBlock {color:#888888; display:inline-block; padding:0px 20px;}
|
||||||
/*20150826协议 LB*/
|
/*20150826协议 LB*/
|
||||||
.AgreementBox{ margin:20px 0; color:#666666; font-size:14px; line-height:1.9;}
|
.AgreementBox{ margin:20px 0; color:#666666; font-size:14px; line-height:1.9;}
|
||||||
.Agreementh4{ color:#2980b9; font-weight:bold; font-size:14px; margin-top:30px; border: none;}
|
.Agreementh4{ color:#2980b9; font-weight:bold; font-size:14px; margin-top:30px; border: none;}
|
||||||
|
.AgreementTxt{text-indent: 2em; margin-bottom: 15px;}
|
||||||
|
.AgreementImg{margin: 0px auto; width: 820px;}
|
||||||
|
|
||||||
/*底部*/
|
/*底部*/
|
||||||
#Footer{background-color:#ffffff; padding-bottom:15px; color:#666666;} /*margin-bottom:10px;*/
|
#Footer{background-color:#ffffff; padding-bottom:15px; color:#666666;} /*margin-bottom:10px;*/
|
||||||
|
|
|
@ -536,5 +536,6 @@ a.resourcesBlack:hover {font-size:12px; color:#000000;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.AgreementBox{margin: 20px 0; color: #666666; font-size: 14px; line-height: 1.9;}
|
.AgreementBox{margin: 20px 0; color: #666666; font-size: 14px; line-height: 1.9;}
|
||||||
|
.Agreementh4{ color:#2980b9; font-weight:bold; font-size:14px; margin-top:30px; border: none;}
|
||||||
.AgreementTxt{text-indent: 2em; margin-bottom: 15px;}
|
.AgreementTxt{text-indent: 2em; margin-bottom: 15px;}
|
||||||
.AgreementImg{margin: 0px auto; width: 820px;}
|
.AgreementImg{margin: 0px auto; width: 820px;}
|
||||||
|
|
|
@ -789,3 +789,9 @@ div.flash.warning, .conflict {
|
||||||
/*消息铃铛样式*/
|
/*消息铃铛样式*/
|
||||||
.navHomepageNews {width:30px; display:block; float:right; margin-top:4px; position:relative; margin-right: 8px;}
|
.navHomepageNews {width:30px; display:block; float:right; margin-top:4px; position:relative; margin-right: 8px;}
|
||||||
.newsActive {width:6px; height:6px; border-radius:50%; border:2px solid #ffffff; background-color:#ff0000; position:absolute; left:20px; top:8px;z-index:999}
|
.newsActive {width:6px; height:6px; border-radius:50%; border:2px solid #ffffff; background-color:#ff0000; position:absolute; left:20px; top:8px;z-index:999}
|
||||||
|
|
||||||
|
/*20150826协议 LB*/
|
||||||
|
.AgreementBox{ margin:20px 0; color:#666666; font-size:14px; line-height:1.9;}
|
||||||
|
.Agreementh4{ color:#2980b9; font-weight:bold; font-size:14px; margin-top:30px; border: none;}
|
||||||
|
.AgreementTxt{text-indent: 2em; margin-bottom: 15px;}
|
||||||
|
.AgreementImg{margin: 0px auto; width: 820px;}
|
Loading…
Reference in New Issue