forked from Gitlink/forgeplus-react
90 lines
2.0 KiB
SCSS
90 lines
2.0 KiB
SCSS
.systemBox{
|
|
.ant-modal-body{
|
|
padding:1px 0px 0px 0px;
|
|
.sysBox{
|
|
background-image: url('./bg.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 334px;
|
|
margin-top: -55px;
|
|
}
|
|
.sysnoticeBox{
|
|
width: 100%;
|
|
padding:80px 0px 34px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 780px;
|
|
margin: 0px auto;
|
|
p.ntitle{
|
|
height: 33px;
|
|
font-size: 24px;
|
|
font-weight: 500;
|
|
color: #31FFF7;
|
|
line-height: 33px;
|
|
text-align: center;
|
|
}
|
|
p.nSubtitle{
|
|
height: 25px;
|
|
line-height: 25px;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
margin-top: 60px;
|
|
padding-left: 20px;
|
|
}
|
|
.markdown-body{
|
|
box-shadow: 0px 0px 17px rgba(0,0,0,0.2);
|
|
border-radius: 4px;
|
|
margin-top: 17px!important;
|
|
}
|
|
.nContent{
|
|
padding:20px 34px;
|
|
background-color: #fff;
|
|
line-height: 30px;
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
color: #333;
|
|
.realmName{
|
|
margin-top: 20px;
|
|
display: flex;
|
|
ul{
|
|
width: 50%;
|
|
padding-left: 0px!important;
|
|
li{
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
line-height: 32px;
|
|
text-align: left;
|
|
color: #000;
|
|
list-style-type: none!important;
|
|
&:first-child{
|
|
color: #E65714;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.nSubdesc{
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
line-height: 31px;
|
|
margin-top: 20px;
|
|
}
|
|
.nInfo{
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
text-align: right;
|
|
margin-top: 25px;
|
|
p{
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
}
|
|
.nBtn{
|
|
text-align: center;
|
|
margin-top: 33px;
|
|
}
|
|
}
|
|
}
|
|
} |