Browse Source

style(Verify): remove mask background color

main
刘凯 1 year ago
parent
commit
e0eddf0005
  1. 3
      src/components/Verifition/src/style/verify.css

3
src/components/Verifition/src/style/verify.css

@ -1,6 +1,6 @@
.verifybox { .verifybox {
position: relative; position: relative;
top: 25%; top: 20%;
left: 50%; left: 50%;
box-sizing: border-box; box-sizing: border-box;
background-color: #fff; background-color: #fff;
@ -43,7 +43,6 @@
z-index: 1001; z-index: 1001;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
background: rgb(0 0 0 / 30%);
/* display: none; */ /* display: none; */
transition: all 0.5s; transition: all 0.5s;