|
@@ -37,7 +37,7 @@
|
|
|
alt=""
|
|
|
draggable="false"
|
|
|
>
|
|
|
- <span.text>开始</span.text>
|
|
|
+ <span class="text">开始</span>
|
|
|
</button>
|
|
|
</Transition>
|
|
|
|
|
@@ -146,8 +146,8 @@ function onVideoEnd() {
|
|
|
left: 50%;
|
|
|
bottom: calc(56 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
transform: translateX(-50%);
|
|
|
- width: calc(71 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
- height: calc(69 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ width: calc(100 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ height: calc(100 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
font-family: KaiTi, KaiTi;
|
|
|
font-weight: 400;
|
|
|
font-size: calc(24 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
@@ -157,13 +157,13 @@ function onVideoEnd() {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
- transform: translate(-50%, -50%);
|
|
|
- width: 140%;
|
|
|
- height: 140%;
|
|
|
- animation-name: spin;
|
|
|
- animation-duration: 1s;
|
|
|
- animation-timing-function: linear;
|
|
|
- animation-iteration-count: infinite;
|
|
|
+ transform: translate(-47%, -47%);
|
|
|
+ width: calc(90 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ height: calc(90 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ // animation-name: spin;
|
|
|
+ // animation-duration: 1s;
|
|
|
+ // animation-timing-function: linear;
|
|
|
+ // animation-iteration-count: infinite;
|
|
|
}
|
|
|
>.text{
|
|
|
position: absolute;
|
|
@@ -182,13 +182,13 @@ function onVideoEnd() {
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
|
|
|
- @keyframes spin {
|
|
|
- 0% {
|
|
|
- transform: translate(-50%, -50%) rotate(0deg);
|
|
|
- }
|
|
|
- 100% {
|
|
|
- transform: translate(-50%, -50%) rotate(360deg);
|
|
|
- }
|
|
|
- }
|
|
|
+ // @keyframes spin {
|
|
|
+ // 0% {
|
|
|
+ // transform: translate(-50%, -50%) rotate(0deg);
|
|
|
+ // }
|
|
|
+ // 100% {
|
|
|
+ // transform: translate(-50%, -50%) rotate(360deg);
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
</style>
|