修改bug

This commit is contained in:
‘937886381’
2024-03-27 12:01:25 +08:00
parent 028cd07e1a
commit c361a8c519
6 changed files with 29 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zhp
* @LastEditTime: 2024-03-26 09:57:35
* @LastEditTime: 2024-03-27 10:25:15
* @Description:
-->
<template>
@@ -410,6 +410,9 @@ export default {
<style lang="scss" scoped>
.visual-container {
width: 1920px;
height: 1080px;
@@ -422,7 +425,8 @@ export default {
background-size: 100% 100%;
color: #00fff0;
text-align: center;
word-spacing:8px;
letter-spacing: 8px;
word-spacing: 8px;
position: relative;
.unit{
position: absolute;
@@ -430,6 +434,7 @@ export default {
top:25px;
color: rgba($color: #ffffff, $alpha: 8);
font-size: 20px;
letter-spacing: 0px;
}
.time{
position: absolute;
@@ -437,6 +442,7 @@ export default {
top:25px;
color: rgba($color: #ffffff, $alpha: 8);
font-size: 20px;
letter-spacing: 0px;
}
.title-button {
color: #00fff0;