forked from Gitlink/forgeplus-react
40 lines
759 B
SCSS
40 lines
759 B
SCSS
.expert_review_system{
|
|
height: 500px;
|
|
font-size: 20px;
|
|
& .center_flex{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
& .navigation{
|
|
font-size: 0.6em;
|
|
margin: -35px 0 15px;
|
|
}
|
|
& .notExpert{
|
|
height: 80%;
|
|
flex-direction: column;
|
|
background: #FAFCFF;
|
|
border-radius: 4px 4px 0px 0px;
|
|
border: 1px solid rgba(42, 97, 255, 0.23);
|
|
&>img{
|
|
width: 5.5vw;
|
|
}
|
|
& .ne_title{
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
color: #181818;
|
|
}
|
|
& .ne_tips{
|
|
font-size: 0.75em;
|
|
color: #595959;
|
|
}
|
|
& .ne_bar{
|
|
width: 30vw;
|
|
border-top: 1px solid #EEEEEE;
|
|
margin: 50px 0 30px !important;
|
|
}
|
|
& .but41_fill{
|
|
font-size: 0.7em;
|
|
}
|
|
}
|
|
} |