|
@@ -151,8 +151,8 @@ watch(haveShownStartUp, (v) => {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 54%;
|
|
|
- width: 314px;
|
|
|
- height: 83px;
|
|
|
+ width: 220px;
|
|
|
+ height: 58px;
|
|
|
background-image: url(@/assets/images/startup-begin.png);
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
@@ -182,8 +182,8 @@ watch(haveShownStartUp, (v) => {
|
|
|
}
|
|
|
>button.skip{
|
|
|
position: absolute;
|
|
|
- width: 291px;
|
|
|
- height: 85px;
|
|
|
+ width: 220px;
|
|
|
+ height: 58px;
|
|
|
right: 50px;
|
|
|
bottom: 50px;
|
|
|
background-image: url(@/assets/images/startup-video-skip.png);
|