|
@@ -65,13 +65,14 @@ a{ text-decoration:none; }
|
|
|
/*套餐详情页*/
|
|
|
.v-banner{ width:100%; }
|
|
|
.v-v{ padding:20px 10px 0px; }
|
|
|
-.v-v h1{ font-size:1.2rem; margin-bottom:8px; }
|
|
|
-.v-v h3{ font-size:.8rem; line-height:1.2rem; color:#999; margin-bottom:8px; }
|
|
|
.v-v .price{ line-height:1.4rem; }
|
|
|
.v-v .price em{ font-size:1rem; color:#D83F31; margin:0 2px; }
|
|
|
.v-v .price .new{ font-size:1.5rem; color:#D83F31; margin-right:20px; }
|
|
|
-.v-v .price .old{ font-size:1rem; color:#CCC; text-decoration:line-through; }
|
|
|
+.v-v .price .old{ font-size:1rem; color:#CCC; }
|
|
|
+.v-v .price .old span{ text-decoration:line-through; }
|
|
|
.v-v .tag{ height:22px; margin:10px 0; text-align:justify; text-justify:inter-ideograph; }
|
|
|
+.v-v h1{ font-size:1.2rem; margin:8px 0; }
|
|
|
+.v-v h3{ font-size:.8rem; line-height:1.2rem; color:#999; margin-bottom:8px; }
|
|
|
.v-v .sstk, .v-v .ksyy{ height:22px; line-height:22px; display:inline-block; padding-left:25px; margin-right:10px; font-size:.8rem; color:#999; }
|
|
|
.v-v .sstk{ background:url(tag-sstk.png) no-repeat center left; background-size:18px; }
|
|
|
.v-v .ksyy{ background:url(tag-ksyy.png) no-repeat center left; background-size:18px; }
|
|
@@ -145,15 +146,43 @@ a{ text-decoration:none; }
|
|
|
.mineNavL em, .mineNavC em, .mineNavR em{ padding-bottom:3px; font-size:.8rem; color:#999; }
|
|
|
.mineNavL span, .mineNavC span, .mineNavR span{ padding-top:3px; font-size:1.2rem; color:#000; }
|
|
|
.mine ul{ display:block; margin:15px; background-color:#FFF; border-radius:4px; }
|
|
|
-.mine ul .yytj, .mine ul .bgcx, .mine ul .scdd, .mine ul .cjwt, .mine ul .xgmm{ display:block; height:50px; margin:0 12px; padding-left:36px; }
|
|
|
+.mine ul .yytj, .mine ul .bgcx, .mine ul .scdd, .mine ul .cjwt, .mine ul .xgmm, .mine ul .lkdh{ display:block; height:50px; margin:0 12px; padding-left:36px; }
|
|
|
.mine ul .yytj{ background:url(mine_yytj.png) no-repeat center left; background-size:28px; }
|
|
|
.mine ul .bgcx{ background:url(mine_bgcx.png) no-repeat center left; background-size:28px; }
|
|
|
.mine ul .scdd{ background:url(mine_scdd.png) no-repeat center left; background-size:28px; }
|
|
|
.mine ul .cjwt{ background:url(mine_cjwt.png) no-repeat center left; background-size:28px; }
|
|
|
.mine ul .xgmm{ background:url(mine_xgmm.png) no-repeat center left; background-size:28px; }
|
|
|
+.mine ul .lkdh{ background:url(mine_lkdh.png) no-repeat center left; background-size:28px; }
|
|
|
.mine ul .yytj a{ border-bottom:.5px solid #DDD; }
|
|
|
.mine ul .cjwt a{ border-bottom:.5px solid #DDD; }
|
|
|
.mine ul li a{ display:block; height:50px; line-height:50px; color:#000; background:url(mine_more.png) right center no-repeat; background-size:12px; }
|
|
|
.mine .tcdl{ display:block; height:50px; line-height:50px; text-align:center; text-decoration:none; margin:15px; background-color:#FFF; border-radius:4px; color:#666; }
|
|
|
|
|
|
+/*0719新增商品购买页*/
|
|
|
+.shopBuy{}
|
|
|
+.shopBuy dl{}
|
|
|
+.shopBuy dt{ padding:0 15px; height:35px; line-height:35px; color:#999; font-size:.8rem; }
|
|
|
+.shopBuy dd{ background-color:#FFF; }
|
|
|
+.shopBuy dd ul li{ padding:15px; overflow:hidden; border-bottom:1px solid #EEE; }
|
|
|
+.shopBuy dd ul li img{ width:70px; height:50px; float:left; margin-right:15px; }
|
|
|
+.shopBuy dd ul li h3{ font-size:1rem; color:#333; }
|
|
|
+.shopBuy dd ul li p{ margin-top:10px; }
|
|
|
+.shopBuy dd ul li p span, .shopBuy dd ul li p em{ font-style:normal; font-size:.9rem; color:#999; }
|
|
|
+.shopBuy dd ul li p em{ float:right; }
|
|
|
+.shopBuy dd a{ padding:0 15px; height:50px; line-height:50px; color:#999; font-size:.8rem; display:inline-block; }
|
|
|
+
|
|
|
+/*表单提交*/
|
|
|
+.txtBox{ padding:5px 15px; }
|
|
|
+.txtBox dl{ padding:0 0 10px; }
|
|
|
+.txtBox dt{ padding:0 0 10px; font-size:1rem; }
|
|
|
+.txtBox dd{ width:100%; }
|
|
|
+.txtBox .txt{ height:50px; border:1px solid #CCC; border-radius:3px;-webkit-appearance: none; font-size:1rem; }
|
|
|
+.txtBox .btn{ height:50px; border-radius:3px; border:none; font-size:1rem; background-image:linear-gradient(to bottom right, #F4E1E1, #65D8EB); color:#FFF; }
|
|
|
|
|
|
+/*提交结果提示*/
|
|
|
+.txtBox-tips{ }
|
|
|
+.txtBox-tips .ture, .txtBox-tips .false{ width:100%; padding-top:80px; }
|
|
|
+.txtBox-tips .ture{ background:url(true-tips.png) no-repeat center top; background-size:64px; }
|
|
|
+.txtBox-tips .false{ background:url(false-tips.png) no-repeat center top; background-size:64px; }
|
|
|
+.txtBox-tips p{ text-align:center; line-height:1.6rem; }
|
|
|
+.txtBox-tips p a{ display:inline-block; padding:5px 8px; }
|