|
@@ -2,11 +2,11 @@ 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{width:1200px !important;min-height:380px !important;height:auto !important;overflow:hidden;border:none;margin:auto;padding:100px 0 0;}
|
|
|
+ #errorContent p{color:#666666;font-size:20px;padding:30px 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{ position: relative; width:1200px; margin: 0 auto; padding: 20px 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;}
|