commit 8.5

This commit is contained in:
WangXiaoDong
2023-08-05 12:52:56 +08:00
parent 913b100ac9
commit b28d6585fa
21 changed files with 2020 additions and 772 deletions

View File

@@ -29,13 +29,14 @@ input {
.button_second {
width: 9.85rem;
text-align: center;
background: #343579;
height: 4rem;
line-height: 4rem;
font-size: 1.4rem;
font-weight: 400;
color: #fff;
color: #000;
cursor: pointer;
border-radius: 1.5rem;
border: 2px solid;
}
.system_silder {
width: 100%;
@@ -80,6 +81,16 @@ input {
font-size: 1.3rem;
font-weight: bold;
}
.started_btn {
padding: 0.5rem 2rem;
display: inline-block;
border-radius: 2rem;
font-size: 12px;
color: #fff;
background-color: #39215b;
cursor: pointer;
zoom: 0.9;
}
.modal_component.ant-modal {
top: 0;
}