|
@@ -23,7 +23,7 @@ li{list-style:none;}
|
|
|
.productBox .detailBox .title{font-size:18px;font-weight:bold;line-height:24px;padding:5px 0;color:#4A4F58}
|
|
|
.productBox .detailBox .tags{padding:2px 0}
|
|
|
.productBox .detailBox .tags span{display:inline-block;height:16px;line-height:16px;padding:0 6px;font-size:12px;color:#FFF;background:#86B2FF;border-radius:2px;margin-right:10px}
|
|
|
-.productBox .detailBox .detail{box-sizing:border-box;padding:14px 20px;font-size:14px;color:#93979F;background:#F3F7FE;border-radius:2px;margin:10px 0}
|
|
|
+.productBox .detailBox .detail{box-sizing:border-box;padding:14px 20px;font-size:14px;color:#93979F;background:#F3F7FE;border-radius:2px;margin:10px 0;position:relative;}
|
|
|
.productBox .detailBox .detail hr{border:none;border-top:1px dashed #BEC2C9;margin:12px 0}
|
|
|
.productBox .detailBox .row{position:relative;padding:3px 0 3px 62px;line-height:24px}
|
|
|
.productBox .detailBox .row .l{position:absolute;left:0;top:3px;display:inline-block;width:60px;height:24px;text-align:justify}
|
|
@@ -37,6 +37,146 @@ li{list-style:none;}
|
|
|
.productBox .detailBox .price .icon.on{position:absolute;left:0;top:0;margin:0}
|
|
|
.productBox .detailBox .price .icon:before{width:24px;height:24px;background-position:-146px -251px}
|
|
|
.productBox .detailBox .price .icon.on:before{background-position:-116px -251px}
|
|
|
-.productBox .detailBox .number{display:inline-block;width:130px;line-height:24px;height:24px;box-sizing:border-box;background:#dae0f3;border-radius:2px;font-size:0;white-space:nowrap;text-align:center}
|
|
|
-.productBox .detailBox .number>em{display:inline-block;width:24px;font-size:20px;line-height:20px;vertical-align:top;cursor:pointer}
|
|
|
-.productBox .detailBox .number input{width:80px;border:1px solid #dae0f3;line-height:22px;font-size:14px;vertical-align:top;text-align:center}
|
|
|
+.productBox .detailBox .number{display:inline-block;width:130px;line-height:24px;height:24px;box-sizing:border-box;border:1px solid #FFE6DC;border-radius:2px;font-size:0;white-space:nowrap;text-align:center;overflow:hidden;vertical-align:top;}
|
|
|
+.productBox .detailBox .number>em{display:inline-block;width:24px;height:22px;background:#FFE6DC;font-size:20px;line-height:20px;vertical-align:top;cursor:pointer}
|
|
|
+.productBox .detailBox .number input{width:80px;border:none;line-height:22px;font-size:14px;vertical-align:top;text-align:center;color:#E15616;}
|
|
|
+
|
|
|
+.productBox .detailBox .detail .flag{position:absolute;right:0;top:0;font-size:0}
|
|
|
+.productBox .detailBox .detail .flag:before{display:inline-block;width:115px;height:115px;background-position:0 -453px}
|
|
|
+.productBox .detailBox .detail .btn{position:absolute;right:20px;top:20px;height:32px;line-height:32px;padding:0 16px;background:#F94B4B;font-size:14px;color:#FFF;border-radius:2px}
|
|
|
+.productBox .detailBox .detail .row .btn{top:6px;right:0}
|
|
|
+.productBox .detailBox .btnBox{text-align:center;padding:15px 0}
|
|
|
+.productBox .detailBox .btnBox .cart,.productBox .detailBox .btnBox .buy{display:inline-block;width:160px;height:40px;line-height:40px;text-align:center;border:1px solid #E15616;background:#FFE6DC;cursor:pointer;border-radius:2px;font-size:16px;color:#E15616;margin:0 15px}
|
|
|
+.productBox .detailBox .btnBox .cart:before{display:inline-block;width:20px;height:20px;vertical-align:middle;background-position:-30px -1px;margin-right:2px}
|
|
|
+.productBox .detailBox .btnBox .buy{background:#E15616;color:#FFF}
|
|
|
+.productBox .detailBox .detail .btn:hover,.productBox .detailBox .btnBox .cart:hover,.productBox .detailBox .btnBox .buy:hover{opacity:.8}
|
|
|
+.productBox .detailBox .concatBox{height:120px;padding:15px}
|
|
|
+.productBox .detailBox .concatBox img{height:120px;width:auto}
|
|
|
+
|
|
|
+.recommendBox{margin-bottom:16px}
|
|
|
+.recommendBox .hd{font-size:16px;color:#4A4F58;font-weight:bold;padding:16px 32px}
|
|
|
+.recommendBox .bd{width:100%;height:205px;padding:15px 0;background:#FFF}
|
|
|
+.recommendBox .bd li{float:left;width:153px;height:205px;margin-left:14px;overflow:hidden;line-height:22px}
|
|
|
+.recommendBox .bd li a{display:block;width:100%;height:100%;color:#93979F}
|
|
|
+.recommendBox .bd li a:hover{color:#E15616}
|
|
|
+.recommendBox .bd li img{display:block;width:153px;height:153px}
|
|
|
+
|
|
|
+.wrap>.detailBox{
|
|
|
+ float:left;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding:0 16px;
|
|
|
+ width:884px;
|
|
|
+ background: #FFF;
|
|
|
+}
|
|
|
+.detailBox .tabTit{
|
|
|
+ height:40px;
|
|
|
+ line-height: 40px;
|
|
|
+ border-bottom: 1px solid #E15621;
|
|
|
+ font-size:16px;
|
|
|
+ color:#93979F;
|
|
|
+}
|
|
|
+.detailBox .tabTit span{
|
|
|
+ display: inline-block;
|
|
|
+ box-sizing: border-box;
|
|
|
+ min-width: 130px;
|
|
|
+ text-align: center;
|
|
|
+ height:100%;
|
|
|
+ padding:0 32px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.detailBox .tabTit span:hover{color:#E15621;}
|
|
|
+.detailBox .tabTit span.on,.detailBox .tabTit span.on:hover{
|
|
|
+ background:#E15621;
|
|
|
+ color:#FFF;
|
|
|
+}
|
|
|
+.detailBox .tabCon{
|
|
|
+ padding:16px 0;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.detailBox .tabCon table{width:100%;text-align:left;}
|
|
|
+.detailBox .tabCon td{
|
|
|
+ padding:10px 12px;
|
|
|
+ line-height: 20px;
|
|
|
+}
|
|
|
+.detailBox .tabCon td:nth-of-type(1){width:20%;color:#93979F;}
|
|
|
+.detailBox .tabCon td:nth-of-type(2){width:80%;color:#4A4F58;}
|
|
|
+.detailBox .comment{
|
|
|
+ color:#93979F;padding:40px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wrap>.rgt{
|
|
|
+ float:right;
|
|
|
+ width:284px;
|
|
|
+
|
|
|
+}
|
|
|
+.wrap>.rgt .hd{
|
|
|
+ height:40px;
|
|
|
+ line-height: 40px;
|
|
|
+ padding:0 16px;
|
|
|
+ font-size: 16px;
|
|
|
+ color:#E15616;
|
|
|
+ font-weight: bold;
|
|
|
+ background:#FEF6F3;
|
|
|
+}
|
|
|
+.shopBox {
|
|
|
+ margin-bottom: 16px;
|
|
|
+ background: #FFF;
|
|
|
+}
|
|
|
+.shopBox .bd{
|
|
|
+ padding: 0 16px 16px;
|
|
|
+}
|
|
|
+.shopBox .bd .name{
|
|
|
+ height:40px;
|
|
|
+ line-height: 40px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #4A4F58;
|
|
|
+ font-size: 14px;
|
|
|
+ border-bottom: 1px solid #F7F7F7;
|
|
|
+}
|
|
|
+.shopBox .shop,.shopBox .heart{vertical-align: text-top;}
|
|
|
+.shopBox .shop:before{
|
|
|
+ width: 30px;
|
|
|
+ height: 25px;
|
|
|
+ background-position: 5px -297px;
|
|
|
+}
|
|
|
+.shopBox .bd .heart:before{
|
|
|
+ width: 25px;
|
|
|
+ height: 25px;
|
|
|
+ background-position: -35px -297px;
|
|
|
+}
|
|
|
+.shopBox .bd .tit{
|
|
|
+ line-height: 30px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #4A4F58;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.shopBox .bd .con{
|
|
|
+ line-height: 20px;
|
|
|
+ color:#93979F;
|
|
|
+ font-size: 12px;
|
|
|
+ margin-bottom: 12px;
|
|
|
+}
|
|
|
+.shopBox .bd .btn{
|
|
|
+ display: block;
|
|
|
+ width:100%;
|
|
|
+ height:36px;
|
|
|
+ line-height: 36px;
|
|
|
+ text-align: center;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 2px;
|
|
|
+ border:1px solid #E15616;
|
|
|
+ font-size: 14px;
|
|
|
+ color:#E15616;
|
|
|
+ margin-top: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.wrap>.rgt .contact{
|
|
|
+background: #FFF;
|
|
|
+}
|
|
|
+.wrap>.rgt .contact .bd{
|
|
|
+ padding:10px 16px 16px;
|
|
|
+ line-height: 24px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #4A4F58;
|
|
|
+ font-weight: bold;
|
|
|
+}
|