更改上传页面

This commit is contained in:
李志鹏
2025-10-16 13:57:00 +08:00
parent c10a0eb120
commit bb2738ab24
5 changed files with 127 additions and 85 deletions

View File

@@ -18,18 +18,13 @@ button.sandblasted-blurred::after {
width: 100%;
height: 100%;
}
button.sandblasted-blurred::after {
z-index: 0;
button.sandblasted-blurred::before {
backdrop-filter: blur(9.5rem);
}
button.sandblasted-blurred::before {
z-index: 1;
button.sandblasted-blurred::after {
opacity: 0.1;
background: url('@/assets/images/customer_form_bg.png');
}
button.sandblasted-blurred > span {
z-index: 2;
}
button.sandblasted-blurred:active {
opacity: 0.7;
}