forked from Gitlink/forgeplus-react
40 lines
871 B
SCSS
40 lines
871 B
SCSS
.glcc_help{
|
|
background-image:linear-gradient(180deg,#ebf2ff 0%,#f2f4ff 100%);
|
|
padding: 30px 0 120px;
|
|
min-height: 85vh;
|
|
.help_main{
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
}
|
|
.menuList{
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 16%;
|
|
padding: 20px 0 25px 25px;
|
|
background-color:#f3f8ff;
|
|
border:1px solid;
|
|
border-color:#ffffff;
|
|
margin-right: 40px;
|
|
min-height: 450px;
|
|
}
|
|
.wiki_title{
|
|
cursor: pointer;
|
|
&:hover, &.active{
|
|
color:#466aff;
|
|
}
|
|
}
|
|
.help_cntent{
|
|
position: relative;
|
|
width: 80%;
|
|
word-break: break-all;
|
|
.bg{
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 0;
|
|
}
|
|
div img{
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
} |