|
|
@@ -498,7 +498,9 @@ export default {
|
|
|
.shopping_cart_top_one_btns {
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
- color: #00fe1e;
|
|
|
+ background-image: -webkit-linear-gradient(bottom, #eeff29, #feae20);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
line-height: 24px;
|
|
|
position: absolute;
|
|
|
top: 13px;
|
|
|
@@ -526,7 +528,7 @@ export default {
|
|
|
.shopping_cart_top_two_con_one {
|
|
|
width: 28px;
|
|
|
height: 2px;
|
|
|
- background: #00fe1e;
|
|
|
+ background: #f3e626;
|
|
|
border-radius: 2px;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
@@ -537,7 +539,7 @@ export default {
|
|
|
.shopping_cart_top_two_con_two {
|
|
|
width: 28px;
|
|
|
height: 2px;
|
|
|
- background: #00fe1e;
|
|
|
+ background: #f3e626;
|
|
|
border-radius: 2px;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
@@ -552,8 +554,10 @@ export default {
|
|
|
}
|
|
|
|
|
|
.active {
|
|
|
- font-weight: 500;
|
|
|
- color: #00fe1e;
|
|
|
+ font-weight: bold;
|
|
|
+ background-image: -webkit-linear-gradient(bottom, #eeff29, #feae20);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -677,7 +681,9 @@ export default {
|
|
|
font-size: 20px;
|
|
|
font-family: OSP-DIN, OSP;
|
|
|
font-weight: normal;
|
|
|
- color: #00fe1e;
|
|
|
+ background-image: -webkit-linear-gradient(bottom, #eeff29, #feae20);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
line-height: 14px;
|
|
|
}
|
|
|
}
|
|
|
@@ -732,7 +738,9 @@ export default {
|
|
|
font-size: 32px;
|
|
|
font-family: OSP-DIN, OSP;
|
|
|
font-weight: normal;
|
|
|
- color: #00fe1e;
|
|
|
+ background-image: -webkit-linear-gradient(bottom, #eeff29, #feae20);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
display: flex;
|
|
|
margin-right: 11px;
|
|
|
|
|
|
@@ -746,17 +754,17 @@ export default {
|
|
|
.shopping_cart_btn_right_three {
|
|
|
width: 120px;
|
|
|
height: 38px;
|
|
|
- background: #00fe1e;
|
|
|
+ background: linear-gradient(126deg, #ff572b 0%, #ffa225 100%);
|
|
|
border-radius: 22px;
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
- color: #0b0b0b;
|
|
|
+ color: #ffffff;
|
|
|
line-height: 38px;
|
|
|
text-align: center;
|
|
|
|
|
|
span {
|
|
|
font-weight: 400;
|
|
|
- color: rgba(0, 0, 0, 0.8);
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
}
|
|
|
}
|