|
@@ -4,6 +4,15 @@ li{list-style:none}
|
|
|
* PC端
|
|
|
*/
|
|
|
@media screen and (min-width:768px){
|
|
|
+.title{height:24px;line-height:24px;padding-left:10px;border-left:4px solid #E15616;margin:32px 0 16px 0;font-size:24px;color:#4A4F58;font-weight:bold;text-align:left}
|
|
|
+.title .btn{float:right;width:128px;height:32px;line-height:32px;color:#FFF;background:#E15616;font-size:14px;text-align:center;font-weight:normal;margin-top:-8px}
|
|
|
+.title .btn:hover{opacity:.8}
|
|
|
+.content{width:1184px;margin:0 auto;background:#FFF}
|
|
|
+.content img{display:block;width:100%}
|
|
|
+.content .btnBox{height:214px}
|
|
|
+.fixedBtn{display:block;width:706px;height:214px;margin:0 auto;background:url(/img/maintenance/btn.png) no-repeat center center;cursor:pointer}
|
|
|
+.fixedBtn,.fixedBtn:hover{color:transparent}
|
|
|
+.fixedBtn.fixed{position:fixed;right:50%;margin-right:-353px;bottom:0}
|
|
|
|
|
|
|
|
|
}
|
|
@@ -12,6 +21,14 @@ li{list-style:none}
|
|
|
* 移动端
|
|
|
*/
|
|
|
@media screen and (max-width:768px){
|
|
|
+.title{height:10vw;line-height:10vw;padding-left:10px;font-size:3.7vw;color:#4A4F58;background:#FFF;font-weight:bold;text-align:center}
|
|
|
+.title .btn{display:none}
|
|
|
+.content{width:100vw;margin:0 auto;background:#FFF}
|
|
|
+.content img{display:block;width:100%}
|
|
|
+.content .btnBox{height:21.4vw}
|
|
|
+.fixedBtn{display:block;width:70.6vw;height:21.4vw;margin:0 auto;background:url(/img/maintenance/btn.png) no-repeat center center;background-size:100%;cursor:pointer}
|
|
|
+.fixedBtn,.fixedBtn:hover{color:transparent}
|
|
|
+.fixedBtn.fixed{position:fixed;right:50%;margin-right:-35.3vw;bottom:0}
|
|
|
|
|
|
|
|
|
}
|