|
@@ -294,27 +294,30 @@ body {
|
|
|
}
|
|
|
}
|
|
|
.mod-primary {
|
|
|
- height: 1026px;
|
|
|
- background-image: url(../img/pc/bg-primary.jpg);
|
|
|
+ height: 951px;
|
|
|
+ background-image: url(../img/pc/bg-primary-new.jpg);
|
|
|
.btn-popup-video {
|
|
|
- height: 78px;
|
|
|
- width: 78px;
|
|
|
+ background: url(../img/btn-primary-play.png?__sprite) top left no-repeat;
|
|
|
+ }
|
|
|
+ .btn-popup-video {
|
|
|
+ height: 98px;
|
|
|
+ width: 104px;
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
- top: 331px;
|
|
|
- left: 50%;
|
|
|
- margin-left: 152px;
|
|
|
- background: url(../img/btn-primary-play.png?__sprite) top left no-repeat;
|
|
|
- transition: opacity 0.3s;
|
|
|
+ top: 226px;
|
|
|
+ right: 50%;
|
|
|
+ margin-right: 53px;
|
|
|
+ background: url(../img/btn-primary-play-new.png) top left no-repeat !important;
|
|
|
+ transition: transform 0.3s;
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
- @include opacity(0.9);
|
|
|
+ transform: translate(0, -5px);
|
|
|
}
|
|
|
}
|
|
|
.tools-wrap {
|
|
|
width: 846px;
|
|
|
position: absolute;
|
|
|
- top: 771px;
|
|
|
+ top: 696px;
|
|
|
left: 50%;
|
|
|
margin-left: -423px;
|
|
|
.btns {
|