坐标修改、提示框样式修改

This commit is contained in:
2025-10-27 14:35:43 +08:00
parent 073fa8702d
commit 147b0bb43a
3 changed files with 129 additions and 10 deletions

View File

@ -3862,12 +3862,24 @@
}
#YJ-custom-message.success {
background-color: #f0f9eb;
color: rgb(82, 196, 26);
/* background-color: #f0f9eb; */
/* color: rgb(82, 196, 26); */
background:
linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
linear-gradient(0deg, rgba(27, 248, 195, 0.5) 0%, rgba(27, 248, 195, 0) 100%);
font-size: 14px !important;
font-weight: 500 !important;
color: rgba(27, 248, 195, 1);
}
#YJ-custom-message.warning {
background-color: #fdf6ec;
color: #e6a23c;
/* background-color: #fdf6ec;
color: #e6a23c; */
background:
linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
linear-gradient(0deg, rgba(255, 161, 69, 0.5) 0%, rgba(255, 161, 69, 0) 100%);
font-size: 14px !important;
font-weight: 500 !important;
color: rgba(255, 161, 69, 1)
}
/* 滑入动画 */