|
@@ -163,14 +163,16 @@ dl,dd,dt{zoom:1}
|
|
.info-banner {margin: 16px auto 0 auto;width: 1185px;height:384px;box-sizing: border-box;display: flex;justify-content: space-between;}
|
|
.info-banner {margin: 16px auto 0 auto;width: 1185px;height:384px;box-sizing: border-box;display: flex;justify-content: space-between;}
|
|
.info-banner .banner {width: 524px;border: 1px solid;}
|
|
.info-banner .banner {width: 524px;border: 1px solid;}
|
|
.info-banner .sider-banner {width: 360px;display: flex;flex-direction: column;justify-content: space-between;}
|
|
.info-banner .sider-banner {width: 360px;display: flex;flex-direction: column;justify-content: space-between;}
|
|
- .info-banner .info-Notice {width: 284px;border: 1px solid;background: #fff;}
|
|
|
|
- .info-banner .sider-banner div {height: 49%;border: 1px solid;}
|
|
|
|
|
|
+ .info-banner .info-Notice {width: 284px;background: #fff;}
|
|
|
|
+ .info-banner .sider-banner div {height: 49%;}
|
|
.info-banner .info-Notice .notice-title {display: flex;justify-content: space-between;box-sizing: border-box;height: 48px;padding: 14px 16px;}
|
|
.info-banner .info-Notice .notice-title {display: flex;justify-content: space-between;box-sizing: border-box;height: 48px;padding: 14px 16px;}
|
|
.info-banner .info-Notice .notice-title div:nth-child(1) {font-size: 16px;font-weight: bold;color: #333333;}
|
|
.info-banner .info-Notice .notice-title div:nth-child(1) {font-size: 16px;font-weight: bold;color: #333333;}
|
|
- .info-banner .info-Notice .notice-content {height: calc(100% - 48px);padding: 0 30px;box-sizing: border-box;overflow: hidden;}
|
|
|
|
|
|
+ .info-banner .info-Notice .notice-content {height: calc(100% - 48px);padding: 0 20px;box-sizing: border-box;overflow: hidden;}
|
|
.info-banner .info-Notice .notice-content .notice-content-list {border-top: 1px solid #F0F0F0;}
|
|
.info-banner .info-Notice .notice-content .notice-content-list {border-top: 1px solid #F0F0F0;}
|
|
- .info-banner .info-Notice .notice-content .notice-content-li {padding: 14px 0;border-top: 1px solid #F0F0F0;list-style: disc;cursor: pointer;}
|
|
|
|
|
|
+ .info-banner .info-Notice .notice-content .notice-content-li {padding: 14px 0 14px 18px;border-top: 1px solid #F0F0F0;list-style: disc;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;color: #333333;position: relative;}
|
|
|
|
+ .info-banner .info-Notice .notice-content .notice-content-li:before {content: "";width: 6px;height: 6px;background: #ccc;position: absolute;left: 0;border-radius: 50%;top: calc(50% - 4px);}
|
|
.info-banner .info-Notice .notice-content .notice-content-li:hover {color: #FF5B00;}
|
|
.info-banner .info-Notice .notice-content .notice-content-li:hover {color: #FF5B00;}
|
|
|
|
+ .info-banner .info-Notice .notice-content .notice-content-li:hover:before {background: #FF5B00;}
|
|
|
|
|
|
.new-list .row{position:relative;display:table;width:800px;height:150px;margin:0 30px;padding:24px 0;border-bottom:solid 1px #ededed}
|
|
.new-list .row{position:relative;display:table;width:800px;height:150px;margin:0 30px;padding:24px 0;border-bottom:solid 1px #ededed}
|
|
.row .new-img{position:absolute;width:210px;height:150px;margin-right:20px;background:#FFF url(/img/base/placeholder.png) no-repeat center center;}
|
|
.row .new-img{position:absolute;width:210px;height:150px;margin-right:20px;background:#FFF url(/img/base/placeholder.png) no-repeat center center;}
|
|
@@ -202,7 +204,7 @@ dl,dd,dt{zoom:1}
|
|
.article .write{margin-left:5px;margin-right:30px}
|
|
.article .write{margin-left:5px;margin-right:30px}
|
|
.row .new-blurb .introduction{margin-top: 10px; color:#777;font-size:14px;line-height:26px;min-height:52px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
|
|
.row .new-blurb .introduction{margin-top: 10px; color:#777;font-size:14px;line-height:26px;min-height:52px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
|
|
.content .other{width:284px;float:right}
|
|
.content .other{width:284px;float:right}
|
|
- .content .classify{height:50px;line-height:50px;border-left:solid 4px #FF5B00;font-size:20px;color:#333;padding-left:15px;padding-right:5px;background:#fff}
|
|
|
|
|
|
+ .content .classify{height:50px;line-height:50px;border-left:solid 4px #FF5B00;font-size:20px;color:#333;padding-left:15px;padding-right:5px;background:#fff; display: flex;justify-content: space-between;}
|
|
|
|
|
|
|
|
|
|
.content .classify .pre,.content .classify .next{display:inline-block;width:16px;height:16px;line-height:16px;color:#fff;text-align:center;float:right;margin-right:10px;margin-top:20px;cursor:pointer;background:#ccc;font-size:12px;font-weight:normal}
|
|
.content .classify .pre,.content .classify .next{display:inline-block;width:16px;height:16px;line-height:16px;color:#fff;text-align:center;float:right;margin-right:10px;margin-top:20px;cursor:pointer;background:#ccc;font-size:12px;font-weight:normal}
|
|
@@ -216,7 +218,7 @@ dl,dd,dt{zoom:1}
|
|
.other .recommend{background:#fff;margin-bottom:20px}
|
|
.other .recommend{background:#fff;margin-bottom:20px}
|
|
|
|
|
|
/*感兴趣的商品*/
|
|
/*感兴趣的商品*/
|
|
- .other .recommend .classify .more-product {display: inline-flex;align-items: center;margin-left: 30px;}
|
|
|
|
|
|
+ .other .recommend .classify .more-product {display: inline-flex;align-items: center;}
|
|
.other .recommend .classify .more-product a {cursor: pointer; font-size: 12px;}
|
|
.other .recommend .classify .more-product a {cursor: pointer; font-size: 12px;}
|
|
|
|
|
|
.other .recommend .row{padding:15px;border-top:solid 1px #ededed;border-bottom:none;padding-bottom:21px}
|
|
.other .recommend .row{padding:15px;border-top:solid 1px #ededed;border-bottom:none;padding-bottom:21px}
|