|
@@ -376,15 +376,23 @@ a:active, a:focus {
|
|
|
/* <-- start 底部模块 */
|
|
|
.footerContainer{
|
|
|
width: 100%;
|
|
|
- height: 1.50rem;
|
|
|
background-color: rgba(32, 32, 32, 1);
|
|
|
position: relative;
|
|
|
z-index: 10;
|
|
|
}
|
|
|
-
|
|
|
+.warningContainer{
|
|
|
+ background-color: gray;
|
|
|
+}
|
|
|
+.warningBox{
|
|
|
+ padding: .16rem 0;
|
|
|
+ color: rgba(255, 255, 255, .8);
|
|
|
+ font-size: .15rem;
|
|
|
+ line-height: 1.4;
|
|
|
+}
|
|
|
.footerConter{
|
|
|
color: #FFF;
|
|
|
padding-top: .3rem;
|
|
|
+ padding-bottom: .24rem;
|
|
|
display: flex;
|
|
|
}
|
|
|
.leftText{
|
|
@@ -719,4 +727,7 @@ a:active, a:focus {
|
|
|
.sunNavItem .sunNavTitle{
|
|
|
font-size: .2rem;
|
|
|
}
|
|
|
+ .warningBox{
|
|
|
+ font-size: .2rem;
|
|
|
+ }
|
|
|
}
|