2016-03-15 17:40:31 +08:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2016-03-08 16:12:04 +08:00
|
|
|
body {
|
2019-02-15 10:48:07 +08:00
|
|
|
overflow-x: hidden;
|
2017-11-28 16:15:22 +08:00
|
|
|
color: @site-text-color;
|
2016-03-15 17:40:31 +08:00
|
|
|
font-size: 14px;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-family: @font-family;
|
|
|
|
line-height: 1.5;
|
2017-02-26 15:41:50 +08:00
|
|
|
background: #fff;
|
2016-03-15 17:40:31 +08:00
|
|
|
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
2016-03-08 16:12:04 +08:00
|
|
|
}
|
|
|
|
|
2016-03-22 19:19:37 +08:00
|
|
|
a {
|
2018-12-07 16:17:45 +08:00
|
|
|
transition: color 0.3s ease;
|
2016-03-22 19:19:37 +08:00
|
|
|
}
|
|
|
|
|
2016-02-29 14:08:40 +08:00
|
|
|
.main-wrapper {
|
|
|
|
position: relative;
|
2019-02-15 10:48:07 +08:00
|
|
|
padding: 40px 0 0;
|
|
|
|
background: #fff;
|
2016-02-29 14:08:40 +08:00
|
|
|
}
|
|
|
|
|
2017-02-21 12:07:28 +08:00
|
|
|
.main-container {
|
2019-02-15 10:48:07 +08:00
|
|
|
position: relative;
|
2016-02-29 14:08:40 +08:00
|
|
|
min-height: 500px;
|
2019-02-15 10:48:07 +08:00
|
|
|
padding: 0 170px 144px 64px;
|
2016-02-29 14:08:40 +08:00
|
|
|
overflow: hidden;
|
2019-02-15 10:48:07 +08:00
|
|
|
background: #fff;
|
2016-03-01 16:20:32 +08:00
|
|
|
}
|
|
|
|
|
2017-11-27 16:51:59 +08:00
|
|
|
.main-menu {
|
|
|
|
z-index: 1;
|
2018-12-24 15:59:59 +08:00
|
|
|
|
|
|
|
&-inner {
|
2019-02-15 10:48:07 +08:00
|
|
|
max-height: 100vh;
|
2018-12-24 15:59:59 +08:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover &-inner {
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2017-11-27 16:51:59 +08:00
|
|
|
}
|
|
|
|
|
2016-03-24 17:13:19 +08:00
|
|
|
.aside-container {
|
2018-12-24 15:59:59 +08:00
|
|
|
padding-bottom: 48px;
|
2019-01-28 16:01:25 +08:00
|
|
|
font-family: Avenir, @font-family, sans-serif;
|
2016-03-02 12:10:18 +08:00
|
|
|
|
2016-03-22 19:19:37 +08:00
|
|
|
&.ant-menu-inline .ant-menu-submenu-title h4,
|
|
|
|
&.ant-menu-inline > .ant-menu-item,
|
|
|
|
&.ant-menu-inline .ant-menu-item a {
|
2019-02-15 10:48:07 +08:00
|
|
|
overflow: hidden;
|
2016-03-18 11:24:01 +08:00
|
|
|
font-size: 14px;
|
2016-05-23 11:35:09 +08:00
|
|
|
text-overflow: ellipsis;
|
2016-03-18 11:24:01 +08:00
|
|
|
}
|
|
|
|
|
2017-11-27 15:36:58 +08:00
|
|
|
&.ant-menu-inline .ant-menu-item-group-title {
|
|
|
|
padding-left: 56px;
|
|
|
|
}
|
|
|
|
|
2016-03-02 12:10:18 +08:00
|
|
|
a[disabled] {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2017-01-22 19:16:54 +08:00
|
|
|
|
|
|
|
.menu-item-link-outside {
|
|
|
|
position: relative;
|
|
|
|
.anticon {
|
|
|
|
position: absolute;
|
|
|
|
top: 16px;
|
2019-02-15 10:48:07 +08:00
|
|
|
right: -10px;
|
|
|
|
color: @primary-color;
|
|
|
|
font-size: 12px;
|
|
|
|
opacity: 0;
|
2018-12-07 16:17:45 +08:00
|
|
|
transition: all 0.3s;
|
2017-01-22 19:16:54 +08:00
|
|
|
}
|
|
|
|
&:hover .anticon {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2016-03-01 17:42:23 +08:00
|
|
|
}
|
|
|
|
|
2016-03-24 17:13:19 +08:00
|
|
|
.aside-container .chinese {
|
2016-03-01 16:20:32 +08:00
|
|
|
margin-left: 6px;
|
|
|
|
font-weight: normal;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-size: 12px;
|
2018-12-07 16:17:45 +08:00
|
|
|
opacity: 0.67;
|
2016-03-07 11:35:23 +08:00
|
|
|
}
|
|
|
|
|
2016-08-04 17:59:07 +08:00
|
|
|
.outside-link {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-08-21 18:33:52 +08:00
|
|
|
.outside-link-icon {
|
2016-03-07 11:35:23 +08:00
|
|
|
margin-left: 5px;
|
2016-08-04 17:59:07 +08:00
|
|
|
color: #aaa;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-size: 12px;
|
2016-03-07 11:35:23 +08:00
|
|
|
}
|
|
|
|
|
2017-11-28 17:59:28 +08:00
|
|
|
// reset menu text color
|
2017-11-29 11:22:15 +08:00
|
|
|
.menu-site .ant-menu-item > a {
|
|
|
|
color: @site-text-color;
|
2017-11-28 17:59:28 +08:00
|
|
|
}
|
|
|
|
|
2017-11-29 11:22:15 +08:00
|
|
|
.menu-site .ant-menu-item-selected > a,
|
|
|
|
.menu-site .ant-menu-item > a:hover {
|
|
|
|
color: @primary-color;
|
2017-11-28 17:59:28 +08:00
|
|
|
}
|
2017-11-28 16:15:22 +08:00
|
|
|
|
|
|
|
#react-content {
|
2018-03-26 16:53:02 +08:00
|
|
|
height: 100%;
|
2019-02-15 10:48:07 +08:00
|
|
|
transition: transform 0.3s @ease-in-out-circ;
|
2017-11-28 16:15:22 +08:00
|
|
|
}
|
2018-01-04 20:00:38 +08:00
|
|
|
.page-wrapper {
|
|
|
|
width: 100%;
|
2019-02-15 10:48:07 +08:00
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
2018-01-04 20:00:38 +08:00
|
|
|
}
|
2017-11-28 16:15:22 +08:00
|
|
|
|
2017-11-17 19:17:37 +08:00
|
|
|
.drawer-content {
|
|
|
|
padding: 40px 0;
|
|
|
|
}
|
|
|
|
|
2017-11-21 11:18:31 +08:00
|
|
|
.drawer {
|
|
|
|
z-index: 1029;
|
2017-11-17 19:17:37 +08:00
|
|
|
}
|
2018-10-28 17:59:34 +08:00
|
|
|
|
2019-03-20 19:34:07 +08:00
|
|
|
#_hj_feedback_container {
|
|
|
|
.path1::before {
|
|
|
|
color: @primary-color !important;
|
|
|
|
}
|
|
|
|
.path2::before {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
2018-10-28 17:59:34 +08:00
|
|
|
}
|