|
@@ -0,0 +1,42 @@
|
|
|
+body{background:#f6f6f6;position:relative}
|
|
|
+
|
|
|
+@media screen and (min-width:768px){
|
|
|
+body{min-width:1184px}
|
|
|
+ #errorContent{width:1200px !important;min-height:500px !important;height:auto !important;overflow:hidden;border:none;margin:auto;padding:160px 0 40px;}
|
|
|
+ #errorContent p{color:#666666;font-size:20px;padding:60px 0}
|
|
|
+ #errorContent p span{color: #E15616;}
|
|
|
+ #errorContent a{width:190px;height:44px;text-align:center;background:#e15616;color:#fff;display:inline-block;line-height:44px;border-radius:2px}
|
|
|
+ .recommend{ position: relative; width:1200px; margin: 0 auto; padding: 100px 0 66px;}
|
|
|
+ .recommend .title{font-size: 16px; color: #4A4F58; text-align: left; margin-bottom: 24px; font-weight: bold;}
|
|
|
+ .recommend .list{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
|
|
|
+ .recommend .list .item{ width: 486px; display: flex; align-items: center; margin-bottom: 32px; cursor: pointer;}
|
|
|
+ .recommend .list .item .cover{width: 98px;height: 68px; box-sizing: border-box; border: 1px dashed #EEEFF1;}
|
|
|
+ .recommend .list .item .cover img{display: block; width: 96px; height: 66px; flex-shrink: 0;}
|
|
|
+ .recommend .list .item .name{ font-size: 16px; color: #4A4F58; margin-left: 16px; flex: 1; line-height: 32px; text-align: justify;}
|
|
|
+ .recommend .list .item .name:hover{ color: #E15616; }
|
|
|
+ .recommend .page{position: absolute; right: 0; top: 100px; font-size: 0;}
|
|
|
+ .recommend .page span{position:relative; display: inline-block; width: 16px; height: 16px; background-color: #E2E2E2; margin-left: 16px; cursor: pointer; font-size: 0;}
|
|
|
+ .recommend .page span::after{ content: ""; display: block; width: 12px; height: 12px; position: absolute; left: 2px; top: 2px; background: url("/img/article/pc-icon-prev.png") no-repeat center; background-size: 12px;}
|
|
|
+ .recommend .page span.next::after{background-image: url("/img/article/pc-icon-next.png")}
|
|
|
+ .recommend .page span:hover{background-color: #e15616; }
|
|
|
+}
|
|
|
+@media screen and (max-width:768px){
|
|
|
+ #errorContent{width:100% !important;overflow:hidden;border:none;padding-top:23.7vw}
|
|
|
+ #errorContent img{width:53.7vw;height:23.2vw}
|
|
|
+ #errorContent p{font-size:3.4vw;color:#666666;padding:7.8vw 7.8vw 5vw}
|
|
|
+ #errorContent p span{color: #E15616;}
|
|
|
+ #errorContent a{width:36vw;height:11.2vw;line-height:11.2vw;color:#fff;background:#e15616;border-radius:.53vw;display:inline-block}
|
|
|
+
|
|
|
+ .recommend{ position: relative; margin-top: 22vw;margin-bottom: 3.2vw;}
|
|
|
+ .recommend .title{font-size: 4vw; color: #4A4F58; text-align: left; margin-bottom: 4.8vw; font-weight: bold; padding: 0 4vw;}
|
|
|
+ .recommend .list{ padding: 0 4vw 8vw; }
|
|
|
+ .recommend .list .item{ display: flex; align-items: center; margin-bottom: 3.2vw; cursor: pointer;}
|
|
|
+ .recommend .list .item .cover{ box-sizing: border-box; border: 0.2vw dashed #EEEFF1;}
|
|
|
+ .recommend .list .item .cover img{display: block; width: 25.8vw;height: 18vw; flex-shrink: 0;}
|
|
|
+ .recommend .list .item .name{ font-size: 3.4vw; color: #4A4F58; margin-left: 4vw; flex: 1; line-height: 6.4vw; text-align: justify;}
|
|
|
+ .recommend .page{position: absolute; right: 4vw; top: 0; font-size: 0;}
|
|
|
+ .recommend .page span{position:relative; display: inline-block; width: 4.8vw; height: 4.8vw; background-color: #E2E2E2; margin-left: 4vw; cursor: pointer; }
|
|
|
+ .recommend .page span::after{ content: ""; display: block; width: 3.2vw; height: 3.2vw; position: absolute; left: 0.8vw; top: 0.8vw; background: url("/img/article/h5-icon-prev.png") no-repeat center; background-size: 3.2vw;}
|
|
|
+ .recommend .page span.next::after{background-image: url("/img/article/h5-icon-next.png")}
|
|
|
+ .recommend .page span:hover{background-color: #e15616; }
|
|
|
+}
|