|
@@ -71,16 +71,25 @@ i {
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
|
|
|
.sld_option {
|
|
.sld_option {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
height: 52px;
|
|
height: 52px;
|
|
- width: 380px;
|
|
|
|
|
|
+ // width: 380px;
|
|
|
|
|
|
.sld_option_list {
|
|
.sld_option_list {
|
|
- margin-top: 18px;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ // margin-top: 18px;
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
margin-left: 15px;
|
|
margin-left: 15px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #282E30;
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
- color: $colorMain2;
|
|
|
|
|
|
+ color: $colorMain;
|
|
}
|
|
}
|
|
|
|
|
|
img {
|
|
img {
|
|
@@ -95,17 +104,23 @@ i {
|
|
|
|
|
|
.sld_option_btn {
|
|
.sld_option_btn {
|
|
padding: 5px 20px 5px;
|
|
padding: 5px 20px 5px;
|
|
- margin-top: 13px;
|
|
|
|
- margin-right: 10px;
|
|
|
|
|
|
+ margin-left: 20px;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #282E30;
|
|
|
|
+ // margin-top: 13px;
|
|
|
|
+ // margin-right: 10px;
|
|
//font-family: "Microsoft YaHei";
|
|
//font-family: "Microsoft YaHei";
|
|
- background-color: #fff;
|
|
|
|
border: 1px solid #e7e7e7;
|
|
border: 1px solid #e7e7e7;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
transition: all 0.2s;
|
|
transition: all 0.2s;
|
|
|
|
+ width: 160px;
|
|
|
|
+ height: 44px;
|
|
|
|
+ background: #DDE1E6;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
- background-color: $colorMain2;
|
|
|
|
|
|
+ background-color: $colorMain;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -120,20 +135,21 @@ i {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 178px;
|
|
width: 178px;
|
|
text-align: center;
|
|
text-align: center;
|
|
- font-size: 14px;
|
|
|
|
- color: #333;
|
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #282E30;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
border-right: 1px solid #eeeeee;
|
|
border-right: 1px solid #eeeeee;
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
- color: $colorMain2;
|
|
|
|
|
|
+ color: $colorMain;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
a.on {
|
|
a.on {
|
|
- color: $colorMain2;
|
|
|
|
|
|
+ color: #fff;
|
|
height: 53px;
|
|
height: 53px;
|
|
- background-color: #fff;
|
|
|
|
|
|
+ background-color: $colorMain;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -170,16 +186,16 @@ i {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0;
|
|
right: 0;
|
|
top: 0;
|
|
top: 0;
|
|
- width: 240px;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 358px;
|
|
height: 358px;
|
|
- background: rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
+ // background: rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
.border {
|
|
.border {
|
|
display: block;
|
|
display: block;
|
|
position: absolute;
|
|
position: absolute;
|
|
- right: -1px;
|
|
|
|
- top: -1px;
|
|
|
|
- width: 241px;
|
|
|
|
|
|
+ right: 0px;
|
|
|
|
+ top: 0px;
|
|
|
|
+ width: 100%;
|
|
height: 360px;
|
|
height: 360px;
|
|
z-index: 0;
|
|
z-index: 0;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -191,7 +207,7 @@ i {
|
|
width: 31px;
|
|
width: 31px;
|
|
height: 31px;
|
|
height: 31px;
|
|
visibility: visible;
|
|
visibility: visible;
|
|
- background-image: url(/member/choose.png);
|
|
|
|
|
|
+ // background-image: url(/member/choose.png);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -206,7 +222,7 @@ i {
|
|
}
|
|
}
|
|
|
|
|
|
input[type="checkbox"]:checked~.border {
|
|
input[type="checkbox"]:checked~.border {
|
|
- border: 2px solid #e60012;
|
|
|
|
|
|
+ border: 2px solid $colorMain;
|
|
|
|
|
|
.checklogo {
|
|
.checklogo {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -214,7 +230,7 @@ i {
|
|
right: -2px;
|
|
right: -2px;
|
|
width: 31px;
|
|
width: 31px;
|
|
height: 31px;
|
|
height: 31px;
|
|
- background-image: url(/member/chosen.png);
|
|
|
|
|
|
+ // background-image: url(/member/chosen.png);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -286,40 +302,48 @@ i {
|
|
.cg_btns {
|
|
.cg_btns {
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: -1px;
|
|
bottom: -1px;
|
|
- left: -1px;
|
|
|
|
- width: 240px;
|
|
|
|
|
|
+ left: 0px;
|
|
|
|
+ width: 100%;
|
|
height: 42px;
|
|
height: 42px;
|
|
-
|
|
|
|
|
|
+ background: #DDE1E6;
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: $colorMain;
|
|
|
|
+ }
|
|
a {
|
|
a {
|
|
float: left;
|
|
float: left;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 42px;
|
|
height: 42px;
|
|
text-align: center;
|
|
text-align: center;
|
|
- color: #666666;
|
|
|
|
- font-size: 12px;
|
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #282E30;
|
|
line-height: 42px;
|
|
line-height: 42px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
|
|
- a:nth-child(1) {
|
|
|
|
- border-top: 1px solid #eeeeee;
|
|
|
|
-
|
|
|
|
- &:nth-child(1):hover {
|
|
|
|
- color: $colorMain;
|
|
|
|
- cursor: pointer;
|
|
|
|
- }
|
|
|
|
|
|
+ a:hover {
|
|
|
|
+ color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
- a:nth-child(2) {
|
|
|
|
- border: 1px solid #eee;
|
|
|
|
- }
|
|
|
|
|
|
+ // a:nth-child(1) {
|
|
|
|
+ // border-top: 1px solid #eeeeee;
|
|
|
|
|
|
- a:nth-child(2):hover {
|
|
|
|
- color: $colorMain;
|
|
|
|
- cursor: pointer;
|
|
|
|
- }
|
|
|
|
|
|
+ // &:nth-child(1):hover {
|
|
|
|
+ // color: '#FFF';
|
|
|
|
+ // cursor: pointer;
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+
|
|
|
|
+ // a:nth-child(2) {
|
|
|
|
+ // border: 1px solid #eee;
|
|
|
|
+ // }
|
|
|
|
+
|
|
|
|
+ // a:nth-child(2):hover {
|
|
|
|
+ // color: $colorMain;
|
|
|
|
+ // cursor: pointer;
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
|
|
|
|
.cg_price {
|
|
.cg_price {
|