Commit d64ce9aa authored by 姬鋆屾's avatar 姬鋆屾

tui

parent 00b32e4e
...@@ -245,13 +245,15 @@ export default { ...@@ -245,13 +245,15 @@ export default {
.del-box { .del-box {
width: 100%; width: 100%;
height: 150px; height: 150px;
background: rgba(0, 0, 0, 0.5); background: rgba(247, 50, 50, 0.8);
position: fixed; position: fixed;
top: -100%; top: -100%;
left: 0px; left: 0px;
transition: all 0.2s; transition: all 0.2s;
z-index: 999;
.del-text { .del-text {
position: absolute; position: absolute;
font-size: 26px;
} }
} }
.active { .active {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment