Administrator пре 4 година
родитељ
комит
c694e6ef9d

+ 2 - 2
src/main/resources/static/css/equipment/detail.css

@@ -22,10 +22,10 @@ li{list-style:none}
 .equipmentBox .infoBox .buy:hover{opacity:.8}
 
 .detailInfo{box-sizing:border-box;padding:0 16px;width:1184px;background:#FFF}
-.detailInfo .tabTit{height:40px;line-height:40px;border-bottom:1px solid #E15621;font-size:16px;color:#93979F}
+.detailInfo .tabTit{height:40px;line-height:40px;border-bottom:1px solid #ffe6dc;font-size:16px;color:#93979F}
 .detailInfo .tabTit span{display:inline-block;box-sizing:border-box;min-width:130px;text-align:center;height:100%;padding:0 32px;cursor:pointer}
 .detailInfo .tabTit span:hover{color:#E15621}
-.detailInfo .tabTit span.on,.detailInfo .tabTit span.on:hover{background:#E15621;color:#FFF}
+.detailInfo .tabTit span.on,.detailInfo .tabTit span.on:hover{background:#ffe6dc;color:#e15616;font-weight: bold;}
 .detailInfo .tabCon{padding:16px 0;text-align:center}
 .detailInfo .tabCon img{max-width:100%;}
 .detailInfo .tabCon table{width:100%;text-align:left}

+ 2 - 2
src/main/resources/static/css/product/detail.pc.css

@@ -59,8 +59,8 @@ li{list-style:none;}
 .productBox .detailBox .upgrade{background:#F94B4B;border-radius:2px;display:inline-block;text-align:center;color:#FFFFFF;height:40px;line-height:40px;padding:0 30px;font-size:16px}
 
 .recommendBox{margin-bottom:16px;overflow: hidden;}
-.recommendBox .hd{font-size:16px;color:#4A4F58;font-weight:bold;padding:16px 32px}
-#productRecommend{padding:16px;background: #fff}
+.recommendBox .hd{font-size:16px;color:#4A4F58;font-weight:bold;padding:16px 15px}
+#productRecommend{padding:16px 5px;background: #fff}
 #productRecommend li{float:left;width:167px;height:205px;overflow:hidden;background:#FFF;}
 #productRecommend li .item{width:151px;height:205px;margin:0 auto;line-height:22px;background:#FFF;}
 #productRecommend li .item a{display:block;width:100%;height:100%;color:#93979F}

+ 1 - 1
src/main/resources/static/css/supplier/index.css

@@ -35,7 +35,7 @@ li{list-style:none}
 .supplierInfo .infoBox{box-sizing:border-box;padding:16px;font-size:16px;line-height:22px;color:#4A4F58;background:#FFF;}
 .supplierInfo .infoBox .part{margin-top:30px}
 .supplierInfo .infoBox .part:first-child{margin-top:0}
-.supplierInfo .infoBox .title{height:24px;line-height:24px;padding-left:10px;border-left:4px solid #E15616;font-size:24px;color:#4A4F58;font-weight:bold;text-align:left;margin-bottom:20px}
+.supplierInfo .infoBox .title{height:24px;line-height:24px;font-size:24px;color:#4A4F58;font-weight:bold;text-align:left;margin-bottom:20px}
 .supplierInfo .infoBox span.l{display:inline-block;min-width:70px;height:24px;text-align:justify;vertical-align:top;overflow:hidden}
 .supplierInfo .infoBox span.l:after{content:'';display:inline-block;width:100%}
 .supplierInfo .tabCon .tag{display:inline-block;height:20px;line-height:20px;font-style:normal;background:#86B2FB;color:#FFF;border-radius:2px;margin-right:10px;padding:0 5px}