|
@@ -180,9 +180,10 @@
|
|
|
.header-banner-machine {
|
|
|
position: relative;
|
|
|
width: 1080px;
|
|
|
- height: 631px;
|
|
|
+ height: 630px;
|
|
|
background: url(/frontRouter/pc/activity/image/202402/pc-get-eggs-machine-bg.png) no-repeat;
|
|
|
- background-size: contain;
|
|
|
+ background-size: 100% auto;
|
|
|
+ background-position: center;
|
|
|
}
|
|
|
.header-banner-machine .machine-title {
|
|
|
position: absolute;
|
|
@@ -223,7 +224,7 @@
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 264px;
|
|
|
- transform: translateX(-54%);
|
|
|
+ transform: translateX(-50%);
|
|
|
background-color: transparent;
|
|
|
width: 310px;
|
|
|
height: 100px;
|
|
@@ -245,7 +246,7 @@
|
|
|
.header-banner-machine .machine-ani-content {
|
|
|
position: absolute;
|
|
|
top: 48px;
|
|
|
- left: calc(50% - 17px);;
|
|
|
+ left: calc(50% - 8px);;
|
|
|
transform: translateX(-50%);
|
|
|
width: 496px;
|
|
|
height: 252px;
|