|
@@ -166,7 +166,7 @@ body {
|
|
|
}
|
|
|
}
|
|
|
.mod-primary {
|
|
|
- height: 1007px;
|
|
|
+ height: 924px;
|
|
|
overflow: hidden;
|
|
|
background: top center no-repeat;
|
|
|
}
|
|
@@ -280,7 +280,7 @@ body {
|
|
|
.gift-wrap {
|
|
|
padding: 12px 20px 0;
|
|
|
.g-wrap {
|
|
|
- height: 250px;
|
|
|
+ height: 245px;
|
|
|
margin-top: 7px;
|
|
|
border-top: 1px #68150A solid;
|
|
|
&:first-child {
|
|
@@ -322,7 +322,6 @@ body {
|
|
|
width: 440px;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
- margin-bottom: 8px;
|
|
|
.btn {
|
|
|
position: absolute;
|
|
|
width: 25px;
|
|
@@ -349,7 +348,7 @@ body {
|
|
|
}
|
|
|
.banner-wrap {
|
|
|
width: 360px;
|
|
|
- height: 95px;
|
|
|
+ height: 92px;
|
|
|
margin: 0 auto;
|
|
|
overflow: hidden;
|
|
|
ul {
|
|
@@ -667,13 +666,17 @@ body {
|
|
|
|
|
|
.btn-lingqu {
|
|
|
float: left;
|
|
|
- width: 149px;
|
|
|
- height: 50px;
|
|
|
+ width: 182px;
|
|
|
+ height: 80px;
|
|
|
font-size: 0;
|
|
|
color: transparent;
|
|
|
background: url(../img/btn-lingqu.png?__sprite) center no-repeat;
|
|
|
margin-top: 1px;
|
|
|
+ transition: transform 0.3s;
|
|
|
cursor: pointer;
|
|
|
+ &:hover {
|
|
|
+ transform: translate(0, -3px);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|
|
@@ -854,10 +857,10 @@ body {
|
|
|
}
|
|
|
|
|
|
.lingqu-wrap {
|
|
|
- height: 44px;
|
|
|
- margin-left: 178px;
|
|
|
+ height: 80px;
|
|
|
+ margin-left: 157px;
|
|
|
&.is-active {
|
|
|
- margin-left: 95px;
|
|
|
+ margin-left: 86px;
|
|
|
.linqu-sn {
|
|
|
display: block;
|
|
|
}
|
|
@@ -886,19 +889,23 @@ body {
|
|
|
background: transparent;
|
|
|
display: block;
|
|
|
float: left;
|
|
|
- margin-top: 4px;
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
.btn-copy {
|
|
|
@include inline-block();
|
|
|
- width: 101px;
|
|
|
- height: 50px;
|
|
|
+ width: 110px;
|
|
|
+ height: 80px;
|
|
|
font-size: 0;
|
|
|
color: transparent;
|
|
|
background: url(../img/btn-copy.png?__sprite) no-repeat;
|
|
|
display: block;
|
|
|
float: left;
|
|
|
margin-left: 10px;
|
|
|
+ transition: transform 0.3s;
|
|
|
cursor: pointer;
|
|
|
+ &:hover {
|
|
|
+ transform: translate(0, -3px);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
p {
|