This commit is contained in:
WangXiaoDong
2023-09-25 10:09:00 +08:00
parent 173f35042d
commit d9868d5cf0
37 changed files with 1618 additions and 1146 deletions

View File

@@ -4,6 +4,7 @@ html,body,#app{
padding: 0;
height: 100%;
font-family: 'Roboto', sans-serif;
// --antd-wave-shadow-color: #341e57;
}
input{
outline:none
@@ -13,7 +14,7 @@ ul,li{
padding: 0;
}
.page_content{
width: 1440px;
// width: 1440px;
max-width: 100%;
height: 100%;
margin: 0 auto;
@@ -202,6 +203,34 @@ ul,li{
}
}
}
//提示框样式
.ant-modal-root{
.ant-modal-wrap{
.ant-modal-confirm-confirm{
.ant-modal-content{
.ant-modal-body{
.ant-modal-confirm-body-wrapper{
.ant-modal-confirm-btns{
.ant-btn:hover{
color: #39215b;
border-color: #39215b;
}
.ant-btn-primary{
background: #39215b;
border-color: #39215b;
}
.ant-btn-primary:hover{
color: #fff;
border-color: #543087;
background: #543087;
}
}
}
}
}
}
}
}
.pin_block{
text-align: center;
margin-top:.5rem;