替换成蓝色主题缺图标部分
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
page{
|
||||
background: #ccc;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
button::before {
|
||||
border:none;
|
||||
@@ -34,10 +34,10 @@ button::after {
|
||||
}
|
||||
.cartmbox{float:left;margin:0; padding:0; width:100%; height:100%;}
|
||||
.cartmbox .leftbox{float:left;position:relative;margin:0; padding:0; padding-left:1em; color: #000;font-size:1em; height:100%;line-height:50px;}
|
||||
.cartmbox .leftbox text.cart_Total{font-style:normal; font-weight:bold; color:#ff0000;}
|
||||
.cartmbox .leftbox text.cart_Total{font-style:normal; font-weight:bold; color:#1E88E5;}
|
||||
.cartmbox .rightbox{float:right;margin:0;padding-right:1em;height:100%; line-height:100%;}
|
||||
.cartmbox .rightbox button{float:right; margin:0.7em 0; padding:0; width:6em; height:2.5em; line-height:2.5em; display:block; border:0; font-size: 1em; background-color:#fe6e09;border-radius:3px; color:#fff; border:0;border-radius:0 2em 2em 0;border:0;}
|
||||
.cartmbox .rightbox button.input_shopcart,.cartmbox .rightbox button.input_shopdh{background: linear-gradient(to left,#ff9615,#fec811);border-radius:2em 0 0 2em;}
|
||||
.cartmbox .rightbox button{float:right; margin:0.7em 0; padding:0; width:6em; height:2.5em; line-height:2.5em; display:block; border:0; font-size: 1em; background-color:#1E88E5;border-radius:3px; color:#fff; border:0;border-radius:0 2em 2em 0;border:0;}
|
||||
.cartmbox .rightbox button.input_shopcart,.cartmbox .rightbox button.input_shopdh{background: linear-gradient(to left,#1E88E5,#42A5F5);border-radius:2em 0 0 2em;}
|
||||
.cartmbox .rightbox button.input_shopdh{border-radius:2em;width:7em;}
|
||||
.cartmbox .rightbox button[disabled='true']{background:#bbb;}
|
||||
.cartmbox .rightbox button.input_shopdh[disabled='true']{width:7em;background:#bbb;border-radius:2em;}
|
||||
@@ -50,7 +50,7 @@ button::after {
|
||||
.cart-product .cart-product-item .rname view{float:left;display:block;width:100%;padding-left:0;font-size: 12px;}
|
||||
.cart-product .cart-product-item .rname view.prodName{float:left; display:block;width:100%; }
|
||||
.cart-product .cart-product-item .rname view.je{ margin-top:0.5em;}
|
||||
.cart-product .cart-product-item .rname text{ font-style:normal; color:#ff0000;}
|
||||
.cart-product .cart-product-item .rname text{ font-style:normal; color:#1E88E5;}
|
||||
.cart-product .cart-product-item .rname view.je del{ font-style:normal; font-size:1em; font-weight:bold; color:#939393;}
|
||||
.cart-product .cart-product-item .rname view.tnum{margin-top:0.8em;}
|
||||
.cart-product .cart-product-item .rname view.tnum view,.cart-product .cart-product-item .rname view.tnum input{float:left; display: block; height:2.2em;width:2.2em;box-sizing: border-box; overflow: hidden;}
|
||||
|
||||
Reference in New Issue
Block a user