|
|
|
@import "../../../components/style/themes/default.less";
|
|
|
|
|
|
|
|
.nav-phone-icon {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
right: 30px;
|
|
|
|
top: 25px;
|
|
|
|
z-index: 1;
|
|
|
|
width: 16px;
|
|
|
|
height: 22px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: @screen-xl) {
|
|
|
|
#search-box {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#logo {
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
|
|
|
.banner-wrapper .banner-title-wrapper {
|
|
|
|
h1 {
|
|
|
|
font-size: 36px;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 767.99px) {
|
|
|
|
#header {
|
|
|
|
text-align: center;
|
|
|
|
#logo {
|
|
|
|
float: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#search-box {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.code-boxes-col-2-1, .code-boxes-col-1-1 {
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.preview-image-boxes {
|
|
|
|
margin: 0 !important;
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.preview-image-box {
|
|
|
|
padding-left: 0;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-wrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.version {
|
|
|
|
display: block;
|
|
|
|
margin: 29px auto 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-menu {
|
|
|
|
width: 300px;
|
|
|
|
div.version {
|
|
|
|
margin: 16px auto;
|
|
|
|
}
|
|
|
|
.ant-popover-inner {
|
|
|
|
overflow: hidden;
|
|
|
|
&-content {
|
|
|
|
padding: 0;
|
|
|
|
.ant-select {
|
|
|
|
width: 60%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.ant-btn {
|
|
|
|
margin: 16px 8% 0 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#nav a.header-link {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#nav,
|
|
|
|
ul#nav li {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#nav li {
|
|
|
|
line-height: 40px;
|
|
|
|
height: 40px;
|
|
|
|
padding: 0 !important;
|
|
|
|
border: 0;
|
|
|
|
a {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.toc {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-phone-icon {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
|
|
|
height: calc(100% - 86px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.aside-container {
|
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container {
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
margin-right: 0;
|
|
|
|
> .markdown > * {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|