修改两层弹窗问题弹窗

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-03-28 18:40:12 +08:00
parent d46cd159d2
commit b2c0238103
50 changed files with 215 additions and 214 deletions

View File

@@ -316,16 +316,16 @@ const deleteVote = () => {
z-index: 1;
}
.box {
width: 750px;
// width: 750px;
height: 606px;
background-color: rgba(255, 255, 255, 1);
border-radius: 10px;
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.117647058823529);
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.117647058823529);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.117647058823529);
// background-color: rgba(255, 255, 255, 1);
// border-radius: 10px;
// -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.117647058823529);
// -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.117647058823529);
// box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.117647058823529);
flex-direction: column;
// padding: 30px 30px 46px;
padding: 30px 8px 46px;
// padding: 30px 8px 46px;
position: relative;
.cross {