|
@@ -42,15 +42,16 @@ p{margin: 0}
|
|
|
.cm-fr{float: right}
|
|
|
.cm-clearfix::after{content: "";display: block;clear: both}
|
|
|
.cm-fixed-bottom{position: fixed;width: 100%;bottom: 0;left: 0}
|
|
|
+.loading{display: flex;justify-content: center;align-items: center;width: 100%; height: 100%;padding:80px 0;box-sizing: border-box; background: #fff;position: absolute;z-index: 99999;top: 0}
|
|
|
/*pc端样式*/
|
|
|
@media screen and (min-width: 768px) {
|
|
|
::-webkit-scrollbar{width:10px;height:10px;background-color:#F6F6F6;}
|
|
|
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);border-radius:2px;background-color:#F6F6F6}
|
|
|
::-webkit-scrollbar-thumb{border-radius:2px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#93979F}
|
|
|
body{background:#F5F5F5;color: #4A4F58;padding-top: 72px;}
|
|
|
-.cm-container{width:1200px;margin:0 auto}
|
|
|
+.cm-container{width:1200px;margin:0 auto;position: relative}
|
|
|
/*顶部区域*/
|
|
|
-.cm-topbar{background:#E15616;height:72px;position: fixed;width: 100%;top: 0;}
|
|
|
+.cm-topbar{background:#E15616;height:72px;position: fixed;width: 100%;top: 0;z-index: 999;}
|
|
|
.cm-topbar .cm-title{font-size:24px;line-height:72px;color:#FFFFFF}
|
|
|
.cm-topbar .cm-search{position:relative;display:table-cell;vertical-align:top;width:280px;height:32px;margin-left:39px}
|
|
|
.cm-topbar .cm-search .cm-keyword{width:280px;height:32px;line-height:32px;margin:22px 0 16px 0;padding:0 32px 0 10px;border:none;border-radius:16px;background:#eb7941;color:#fff;font-size:14px}
|
|
@@ -106,6 +107,7 @@ body{background:#F5F5F5;color: #4A4F58;padding-top: 72px;}
|
|
|
@media screen and (max-width: 768px){
|
|
|
body{color:#4A4F58;background:#fff;padding-top: 26vw;}
|
|
|
#meiye{margin:0 3.2vw;}
|
|
|
+.cm-container{position: relative}
|
|
|
/*顶部区域*/
|
|
|
.cm-mobile-fixed{position: fixed;width: 100%;top: 0;background: #fff;}
|
|
|
.cm-topbar{padding:4vw 0 3vw}
|