|
@@ -3,10 +3,10 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}
|
|
|
body{margin:0;font-family: Microsoft YaHei;}
|
|
|
main{display:block}
|
|
|
h1{font-size:2em;margin:0.67em 0}
|
|
|
-hr{box-sizing:content-box;height:0;overflow:visible}
|
|
|
+hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}
|
|
|
pre{font-family:monospace,monospace;font-size:1em}
|
|
|
a{background-color:transparent;text-decoration: none}
|
|
|
-abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
|
|
|
+abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
|
|
|
b,strong{font-weight:bolder}
|
|
|
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
|
|
|
small{font-size:80%}
|
|
@@ -21,10 +21,10 @@ button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
|
|
|
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
|
|
|
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
|
|
|
fieldset{padding:0.35em 0.75em 0.625em}
|
|
|
-legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
|
|
|
+legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
|
|
|
progress{vertical-align:baseline}
|
|
|
textarea{overflow:auto}
|
|
|
-[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
|
|
|
+[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}
|
|
|
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
|
|
|
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
|
|
|
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
|
|
@@ -42,7 +42,7 @@ 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}
|
|
|
+.loading{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%; height: 100%;padding:80px 0;-webkit-box-sizing: border-box;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;}
|
|
@@ -50,6 +50,9 @@ p{margin: 0}
|
|
|
::-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;position: relative}
|
|
|
+.cm-empty{width: 100%;height: 460px; text-align: center;}
|
|
|
+.cm-empty.cm-empty-pc img{width: 180px;height: 180px;margin-top: 120px;}
|
|
|
+.cm-empty.cm-empty-pc span{display: block;font-size: 16px;color: #9AA5B5;font-weight: 400;}
|
|
|
/*顶部区域*/
|
|
|
.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}
|
|
@@ -84,7 +87,7 @@ body{background:#F5F5F5;color: #4A4F58;padding-top: 72px;}
|
|
|
.cm-loading{display: none;}
|
|
|
/*分页*/
|
|
|
.pageWrap{text-align:center;padding:30px 0}
|
|
|
-.pageWrap a{box-sizing:border-box;display:inline-block;width:40px;height:40px;line-height:40px;border:1px solid #EBECEF;font-size:16px;margin:0 5px;color:#2D3036;background:#fff;border-radius:2px}
|
|
|
+.pageWrap a{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:40px;height:40px;line-height:40px;border:1px solid #EBECEF;font-size:16px;margin:0 5px;color:#2D3036;background:#fff;border-radius:2px}
|
|
|
.pageWrap a.on{background:#e15616;color:#fff;border:1px solid #e15616}
|
|
|
.pageWrap a:hover{color:#E15616}
|
|
|
.pageWrap a.on:hover{color:#fff;opacity:.8}
|
|
@@ -93,11 +96,11 @@ body{background:#F5F5F5;color: #4A4F58;padding-top: 72px;}
|
|
|
.pageWrap .next:before{content:'\276F'}
|
|
|
.pageWrap span{display:inline-block;height:40px;line-height:40px;margin:0 5px;color:#93979F}
|
|
|
.pageWrap b{color:#2D3036;font-weight:normal}
|
|
|
-.pageWrap input{box-sizing:border-box;width:80px;height:40px;line-height:40px;font-size:16px;border:1px solid #EBECEF;outline:none;border-radius:2px;text-align:center}
|
|
|
-.crumbs{width:1184px;margin:0 auto;box-sizing:border-box;padding:12px 0;font-size:16px;color: #22272E;}
|
|
|
+.pageWrap input{-webkit-box-sizing:border-box;box-sizing:border-box;width:80px;height:40px;line-height:40px;font-size:16px;border:1px solid #EBECEF;outline:none;border-radius:2px;text-align:center}
|
|
|
+.crumbs{width:1184px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px 0;font-size:16px;color: #22272E;}
|
|
|
/*底部*/
|
|
|
.foot{width:100%;height:130px;background:#262626;margin-top:100px}
|
|
|
-.footer{width:1190px;margin:0 auto;text-align:center;height: 130px;box-sizing: border-box;padding: 39px 0;}
|
|
|
+.footer{width:1190px;margin:0 auto;text-align:center;height: 130px;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 39px 0;}
|
|
|
.footer p{line-height: 30px;color: #FFFFFF;margin: 0;font-size: 14px}
|
|
|
.footer p span{margin:0 5px}
|
|
|
.footer p span img.icp{width: 18px;height: 18px;display: inline-block;}
|
|
@@ -108,6 +111,9 @@ body{background:#F5F5F5;color: #4A4F58;padding-top: 72px;}
|
|
|
body{color:#4A4F58;background:#fff;padding-top: 26vw;}
|
|
|
#meiye{margin:0 3.2vw;}
|
|
|
.cm-container{position: relative}
|
|
|
+.cm-empty{width: 100%;margin-top: 40vw; text-align: center;}
|
|
|
+.cm-empty.cm-empty-h5 img{width: 36vw;height: 36vw}
|
|
|
+.cm-empty.cm-empty-h5 span{display: block;font-size: 3.4vw;color: #9AA5B5;font-weight: 400;}
|
|
|
/*顶部区域*/
|
|
|
.cm-mobile-fixed{position: fixed;width: 100%;top: 0;background: #fff;}
|
|
|
.cm-topbar{padding:4vw 0 3vw}
|
|
@@ -126,7 +132,7 @@ body{color:#4A4F58;background:#fff;padding-top: 26vw;}
|
|
|
.cm-tabs .cm-tab-item.on{border-color:#E15616;color:#E15616}
|
|
|
.cm-tab-content .cm-list .cm-section{padding:3.2vw 0;border-top:1px solid #D8D8D8}
|
|
|
.cm-tab-content .cm-list{margin-top:3.2vw;padding: 0 3.2vw;}
|
|
|
-.cm-tab-content .cm-list .cm-section .cm-cover{width:24vw;height:24vw;border: 1px solid #E1E1E1;box-sizing: border-box;}
|
|
|
+.cm-tab-content .cm-list .cm-section .cm-cover{width:24vw;height:24vw;border: 1px solid #E1E1E1;-webkit-box-sizing: border-box;box-sizing: border-box;}
|
|
|
.cm-tab-content .cm-list .cm-section .cm-cover img{display:block;width:100%;height:100%}
|
|
|
.cm-tab-content .cm-list .cm-section .cm-content{width:69vw;padding-left:3.2vw;-webkit-box-sizing:border-box;box-sizing:border-box}
|
|
|
.cm-tab-content .cm-list .cm-section.no-border{border:0}
|