邓洁 : 打开弹窗时背景更改

This commit is contained in:
admin
2023-12-14 16:41:51 +08:00
parent d6661dc5fd
commit c70dd888fd
6 changed files with 44 additions and 31 deletions

View File

@@ -99,7 +99,6 @@ let isWaring = computed(() => {
white-space: nowrap;
height: 37px;
font-size: 28px;
font-family: MicrosoftYaHei;
color: #d6f1fa;
line-height: 37px;
margin: 0 20px 0 14px;
@@ -125,7 +124,7 @@ let isWaring = computed(() => {
#point {
position: absolute;
height: 20px;
background: #60ddde;
background: #92D18F;
width: 3px;
border-radius: 4px;
box-shadow: 0 0 10px #92D18F;