mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
897 lines
16 KiB
SCSS
897 lines
16 KiB
SCSS
@import '../scss/mixins';
|
|
@import '../scss/functions';
|
|
@import '../scss/variables';
|
|
|
|
body {
|
|
background-color: #fff !important;
|
|
&.dark {
|
|
background-color: #333538 !important;
|
|
}
|
|
}
|
|
|
|
a {
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.page-play,
|
|
.page-edit {
|
|
&:before {
|
|
display: table;
|
|
content: ' ';
|
|
}
|
|
|
|
&:after {
|
|
clear: both;
|
|
display: block;
|
|
content: '';
|
|
height: 0;
|
|
}
|
|
|
|
.app-content {
|
|
position: absolute;
|
|
top: 50px;
|
|
bottom: 0;
|
|
height: auto;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.app-content-body {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.resizer {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin-left: -2px;
|
|
width: 4px;
|
|
background: lighten($dark, 20%);
|
|
z-index: 1;
|
|
cursor: col-resize;
|
|
|
|
&:hover {
|
|
background: $dark;
|
|
}
|
|
}
|
|
|
|
.MDPreview {
|
|
flex: 1 auto;
|
|
overflow: auto;
|
|
width: 100%;
|
|
position: relative;
|
|
|
|
&-shcema-preview-popover {
|
|
box-shadow: none !important;
|
|
margin-top: -1px !important;
|
|
padding: 0 45px !important;
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
// max-width: 980px !important;
|
|
z-index: 1 !important;
|
|
background: transparent !important;
|
|
border: none !important;
|
|
}
|
|
|
|
&-schema-preview {
|
|
border: 1px solid #ddd;
|
|
// background: rgb(240, 243, 244);
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
// .view-code {
|
|
// position: fixed;
|
|
// top: 15px;
|
|
// z-index: 1200;
|
|
// right: 175px;
|
|
// }
|
|
|
|
.amis-schema-editor.fix-settings
|
|
.amis-schema-editor-settings-inner
|
|
.amis-schema-editor-config-tab
|
|
> .tab-content,
|
|
.amis-schema-editor.fix-settings
|
|
.amis-schema-editor-settings-inner
|
|
.amis-schema-editor-code-tab
|
|
> .tab-content {
|
|
bottom: 50px;
|
|
}
|
|
|
|
.app-wrapper {
|
|
.a-Layout,
|
|
.cxd-Layout,
|
|
.dark-Layout {
|
|
padding-top: 100px;
|
|
|
|
&-header {
|
|
height: 64px !important;
|
|
box-shadow: none !important;
|
|
|
|
&::before {
|
|
position: fixed;
|
|
height: 64px;
|
|
content: '';
|
|
z-index: -1;
|
|
left: 0;
|
|
right: 0;
|
|
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.gh-icon {
|
|
position: fixed;
|
|
right: 15px;
|
|
top: 15px;
|
|
font-size: 22px;
|
|
padding: 0 10px;
|
|
color: #333;
|
|
|
|
&:hover {
|
|
color: #333;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-brandBar,
|
|
&-searchBar {
|
|
position: relative;
|
|
|
|
&::before {
|
|
top: 50%;
|
|
right: 0;
|
|
height: 32px;
|
|
content: ' ';
|
|
position: absolute;
|
|
transform: translateY(-50%);
|
|
border-left: 1px solid #e8ebee;
|
|
width: 1px;
|
|
}
|
|
}
|
|
|
|
&-brandBar {
|
|
background-color: transparent;
|
|
|
|
.a-Layout-brand,
|
|
.cxd-Layout-brand,
|
|
.dark-Layout-brand {
|
|
height: 64px;
|
|
line-height: 64px;
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
padding: 0;
|
|
|
|
.logo {
|
|
background: url('./static/logo.png') left/contain no-repeat;
|
|
height: 40px;
|
|
width: 130px;
|
|
margin-top: 12px;
|
|
}
|
|
}
|
|
|
|
.a-Layout-brand > a,
|
|
.cxd-Layout-brand > a {
|
|
color: #333;
|
|
}
|
|
.dark-Layout-brand > a {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
&-headerBar {
|
|
height: 64px;
|
|
padding-right: 20px;
|
|
|
|
&-links {
|
|
height: 64px;
|
|
line-height: 64px;
|
|
font-size: 14px;
|
|
padding-left: 35px;
|
|
|
|
> a {
|
|
display: inline-block;
|
|
color: #333;
|
|
padding: 0px 22px;
|
|
font-weight: 500;
|
|
|
|
&.is-active {
|
|
color: #108cee;
|
|
position: relative;
|
|
|
|
&::before {
|
|
content: '';
|
|
border-bottom: 2px solid #108cee;
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&-searchBar {
|
|
width: 120px;
|
|
|
|
.Doc-search {
|
|
margin-top: 15px;
|
|
border: 0;
|
|
|
|
> .icon-search {
|
|
margin-right: 8px;
|
|
top: 3px;
|
|
}
|
|
}
|
|
|
|
&::before {
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
&-offScreen-btn {
|
|
line-height: 64px;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
.dark-Layout {
|
|
&-header::before {
|
|
background-color: #191c22;
|
|
}
|
|
.Doc-search .dark-TextControl-input {
|
|
background-color: #191c22;
|
|
}
|
|
|
|
&-headerBar-links > a {
|
|
color: #eee;
|
|
}
|
|
}
|
|
|
|
.a-Layout,
|
|
.cxd-Layout {
|
|
&::before {
|
|
background-color: #fff;
|
|
}
|
|
&-header::before {
|
|
background: #fff;
|
|
}
|
|
}
|
|
}
|
|
|
|
.Doc {
|
|
height: 100%;
|
|
|
|
.anchor {
|
|
padding-top: 100px;
|
|
margin-top: -100px;
|
|
}
|
|
|
|
&-nav,
|
|
&-toc {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
&-nav,
|
|
&-toc {
|
|
a {
|
|
display: inline-block;
|
|
width: 100%;
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
> div {
|
|
scrollbar-width: none;
|
|
/* Firefox */
|
|
-ms-overflow-style: none;
|
|
/* IE 10+ */
|
|
|
|
&::-webkit-scrollbar-track {
|
|
box-shadow: none !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
&::-webkit-scrollbar {
|
|
width: 3px !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-nav {
|
|
width: 200px;
|
|
}
|
|
|
|
&-toc {
|
|
margin: 30px 0;
|
|
width: 120px;
|
|
}
|
|
|
|
&-navigation {
|
|
.a-AsideNav,
|
|
.cxd-AsideNav,
|
|
.dark-AsideNav {
|
|
&-subList {
|
|
background: #fff;
|
|
}
|
|
|
|
&-label {
|
|
font-size: px2rem(14px);
|
|
font-weight: 700;
|
|
margin-bottom: px2rem(10px);
|
|
margin-top: px2rem(30px);
|
|
white-space: pre-wrap;
|
|
border-top: 0;
|
|
padding-left: 0;
|
|
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
&-item {
|
|
padding-left: px2rem(20px);
|
|
border-left: px2rem(1px) solid #e8ebee;
|
|
position: relative;
|
|
|
|
&Arrow:empty:before {
|
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgOTkgMTc2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgoJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMTMyODEyLCAwLjMwNDY4OCkiIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1ydWxlPSJub256ZXJvIj4KCQk8cGF0aCBkPSJNOTUuNjM1MzY5Nyw3OS40MDMxMzQ2IEM5NS4zNDMzNjc4LDc5LjExMTEzMjYgOTUuMDM3NTc1LDc4Ljg0MTcxNTIgOTQuNzIxOTg5MSw3OC41OTA2ODU0IEwxOS44MTkzNzMsMy4yOTk5MzI2MiBDMTUuNjQ5MjAwNCwtMC44NzAwNDAyMzQgOC44ODgxODQzNywtMC44NzAwNDAyMzQgNC43MTgyMTE3MiwzLjI5OTkzMjYyIEMwLjU0ODIzODg2Nyw3LjQ3MDEwNTI3IDAuNTQ4MjM4ODY3LDE0LjIzMDkyMTUgNC43MTgyMTE3MiwxOC40MDEwOTM5IEw3Mi45MzI5NjIxLDg3LjAwNDE4MTEgTDMuMjUzMjA0ODgsMTU2LjYxNzc4MyBDLTAuOTE2NzY3OTY5LDE2MC43ODc5NTYgLTAuOTE2NzY3OTY5LDE2Ny41NDg3NzIgMy4yNTMyMDQ4OCwxNzEuNzE5MTQ0IEM3LjQyMzE3NzczLDE3NS44ODkxMTcgMTQuMTg0MTkzNywxNzUuODg5MTE3IDE4LjM1NDM2NjIsMTcxLjcxOTE0NCBMOTQuNzIxMTg5NSw5NS40MTgwNzY0IEM5NS4wMzY5NzU0LDk1LjE2Njg0NjcgOTUuMzQyOTY4LDk0Ljg5NzYyOTMgOTUuNjM1MTY5Nyw5NC42MDU0MjczIEM5Ny43MzI5NDc1LDkyLjUwNzY0OTYgOTguNzc0NDQxMiw4OS43NTM5MTY2IDk4Ljc2MTU3MzksODcuMDA0MzgwOSBDOTguNzc0NjQxNCw4NC4yNTQ0NDUzIDk3LjczMzE0NzUsODEuNTAwOTEyMyA5NS42MzUzNjk3LDc5LjQwMzEzNDYgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
a {
|
|
font-size: px2rem(14px);
|
|
font-weight: 700;
|
|
color: #666;
|
|
padding: px2rem(5px) px2rem(20px) px2rem(5px) 0;
|
|
background: transparent;
|
|
border-left: 0;
|
|
|
|
&:hover {
|
|
color: #999;
|
|
background: transparent;
|
|
}
|
|
|
|
& > span {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
&.is-top {
|
|
padding-left: 0;
|
|
border-left: 0;
|
|
display: block;
|
|
|
|
> a {
|
|
color: #333;
|
|
|
|
&:hover {
|
|
color: #000;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.is-active {
|
|
> a {
|
|
color: #108cee;
|
|
|
|
&:hover {
|
|
color: #108cee;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&-headingPopover {
|
|
width: px2rem(200px);
|
|
padding: px2rem(10px) 0;
|
|
|
|
.Doc-headingList-item a {
|
|
display: inline-block;
|
|
width: 100%;
|
|
padding: 5px 10px;
|
|
}
|
|
}
|
|
|
|
&-headingList {
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
border-left: 1px solid #e8ebee;
|
|
user-select: none;
|
|
|
|
&-item {
|
|
padding-left: 15px;
|
|
|
|
a {
|
|
color: #666;
|
|
cursor: pointer;
|
|
&:hover {
|
|
color: #333;
|
|
}
|
|
}
|
|
|
|
&.is-active {
|
|
&::before {
|
|
content: ' ';
|
|
border-left: 2px solid #108cee;
|
|
}
|
|
> a {
|
|
color: #108cee;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&-content {
|
|
position: relative;
|
|
|
|
.Doc-title {
|
|
// margin-top: 50px;
|
|
padding-left: 40px;
|
|
position: relative;
|
|
|
|
h1 {
|
|
margin: 0;
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.Doc-headingPopBtn {
|
|
color: #999;
|
|
position: absolute;
|
|
right: px2rem(50px);
|
|
top: px2rem(8px);
|
|
cursor: pointer;
|
|
|
|
> i {
|
|
font-size: px2rem(16px);
|
|
transform: rotateX(180deg);
|
|
}
|
|
&:hover {
|
|
font-weight: 700;
|
|
color: #108cee;
|
|
}
|
|
}
|
|
}
|
|
|
|
.markdown-body {
|
|
> *:first-child {
|
|
margin-top: 36px !important;
|
|
}
|
|
|
|
> h1,
|
|
> h2 {
|
|
border-top: 1px solid #e0e7ec;
|
|
border-bottom: 0;
|
|
padding-bottom: 0;
|
|
padding-top: 35px;
|
|
margin: 55px 0 35px;
|
|
}
|
|
|
|
> p,
|
|
> blockquote,
|
|
> ul,
|
|
> ol,
|
|
> dl,
|
|
> table,
|
|
> pre {
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-footer {
|
|
margin: 60px 40px 80px;
|
|
padding-bottom: 25px;
|
|
|
|
&-divider {
|
|
border-top: 2px solid #e0e8ef;
|
|
margin: 25px 0;
|
|
}
|
|
|
|
&-fixme {
|
|
font-size: 16px;
|
|
color: #333;
|
|
text-align: right;
|
|
|
|
> a {
|
|
color: #108cee;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
.Doc-navLinks {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
&--prev,
|
|
&--next {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 330px;
|
|
height: 80px;
|
|
border: 1px solid #e8ebee;
|
|
border-radius: 3px;
|
|
padding: 20px;
|
|
transition: border-color ease-out 0.3s, color ease-out 0.3s;
|
|
box-shadow: #e8ebee 0px 3px 8px 0px;
|
|
color: #666;
|
|
|
|
&:hover {
|
|
border-color: #108cee;
|
|
color: #108cee;
|
|
|
|
.Doc-navLinks-title {
|
|
color: #108cee;
|
|
}
|
|
}
|
|
|
|
&:first-child:nth-last-child(1) {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
&-icon {
|
|
line-height: 40px;
|
|
}
|
|
|
|
&-body {
|
|
.Doc-navLinks-subtitle {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.Doc-navLinks-title {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #333;
|
|
transition: color ease-out 0.3s;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.is-flipped {
|
|
&::before {
|
|
transform: rotate(180deg);
|
|
}
|
|
}
|
|
|
|
> .schema-wrapper {
|
|
padding: 0 35px;
|
|
|
|
> .a-Page,
|
|
> .cxd-Page,
|
|
> .dark-Page {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.a-AsideNav-item .a-AsideNav-item a,
|
|
.cxd-AsideNav-item .cxd-AsideNav-item a,
|
|
.dark-AsideNav-item .dark-AsideNav-item a,
|
|
.a-AsideNav-item .a-AsideNav-item .a-AsideNav-item a,
|
|
.cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item a,
|
|
.dark-AsideNav-item .dark-AsideNav-item .dark-AsideNav-item a {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.Doc-navDrawer {
|
|
.a-Drawer,
|
|
.cxd-Drawer,
|
|
.dark-Drawer {
|
|
&-overlay {
|
|
background-color: rgba(25, 35, 60, 0.3);
|
|
}
|
|
|
|
&-content {
|
|
width: px2rem(220px);
|
|
padding: px2rem(30px) 0 px2rem(30px) px2rem(30px);
|
|
overflow: auto;
|
|
}
|
|
|
|
&-close {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.dark-Layout .Doc {
|
|
.Doc-headingList-item a {
|
|
color: #fff;
|
|
&:hover {
|
|
color: #999;
|
|
}
|
|
}
|
|
|
|
.dark-AsideNav-item {
|
|
> a {
|
|
color: #ccc;
|
|
&:hover {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
&.is-top > a {
|
|
color: #eee;
|
|
&:hover {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
&.is-active > a,
|
|
&.is-active.is-top > a {
|
|
color: #108cee;
|
|
}
|
|
}
|
|
|
|
&-footer {
|
|
.Doc-navLinks--prev,
|
|
.Doc-navLinks--next {
|
|
color: #eee;
|
|
}
|
|
|
|
.Doc-navLinks-title {
|
|
color: #fff;
|
|
}
|
|
&-fixme {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.Backtop {
|
|
color: #eee;
|
|
&:hover {
|
|
color: #108cee;
|
|
}
|
|
}
|
|
|
|
.markdown-body pre {
|
|
background-color: #282c34;
|
|
}
|
|
}
|
|
|
|
.Backtop {
|
|
position: fixed;
|
|
right: 40px;
|
|
bottom: 40px;
|
|
width: 44px;
|
|
height: 44px;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
border: 1px solid #e8ebee;
|
|
border-radius: 50%;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
cursor: pointer;
|
|
color: #666;
|
|
font-size: 16px;
|
|
transition: all 0.2s ease-in-out;
|
|
opacity: 0;
|
|
z-index: -2;
|
|
background: #fff;
|
|
|
|
&:hover {
|
|
color: #108cee;
|
|
}
|
|
|
|
&.visible {
|
|
opacity: 1;
|
|
z-index: 999;
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-up(xs) {
|
|
.a-Layout,
|
|
.cxd-Layout,
|
|
.dark-Layout {
|
|
&-brandBar {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-up(md) {
|
|
.a-Layout,
|
|
.cxd-Layout,
|
|
.dark-Layout {
|
|
&-brandBar {
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
.Doc {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
&-content,
|
|
.schema-wrapper {
|
|
flex: 1 auto;
|
|
width: 0;
|
|
}
|
|
|
|
&-toc > div {
|
|
position: fixed;
|
|
width: 220px;
|
|
top: 100px;
|
|
bottom: 21px;
|
|
overflow: auto;
|
|
}
|
|
|
|
&-nav > div {
|
|
position: fixed;
|
|
width: 200px;
|
|
top: 100px;
|
|
bottom: 0;
|
|
overflow-y: auto;
|
|
border-right: 1px solid #e8ebee;
|
|
}
|
|
}
|
|
|
|
.app-wrapper {
|
|
.a-Layout,
|
|
.cxd-Layout,
|
|
.dark-Layout {
|
|
&-header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
&Bar {
|
|
flex: 1 auto;
|
|
width: 0;
|
|
}
|
|
}
|
|
|
|
&-brandBar > div {
|
|
width: 220px;
|
|
position: fixed;
|
|
}
|
|
|
|
&-searchBar > div {
|
|
width: 220px;
|
|
}
|
|
|
|
&-offScreen-btn {
|
|
line-height: 60px;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 1640px) {
|
|
.Doc {
|
|
&-toc {
|
|
width: 1px;
|
|
}
|
|
|
|
&-nav {
|
|
width: 1px;
|
|
|
|
> div {
|
|
margin-left: -199px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.app-wrapper {
|
|
.a-Layout,
|
|
.cxd-Layout,
|
|
.dark-Layout {
|
|
&-brandBar {
|
|
width: 1px;
|
|
> div {
|
|
margin-left: -220px;
|
|
}
|
|
}
|
|
|
|
&-searchBar {
|
|
width: 1px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.Doc-searchDrawer {
|
|
border: 0;
|
|
|
|
.a-Drawer-content,
|
|
.cxd-Drawer-content,
|
|
.dark-Drawer-content {
|
|
border: 0;
|
|
}
|
|
|
|
.a-Drawer-close,
|
|
.cxd-Drawer-close,
|
|
.dark-Drawer-close {
|
|
display: none;
|
|
}
|
|
|
|
.a-Drawer-overlay,
|
|
.cxd-Drawer-overlay,
|
|
.dark-Drawer-overlay {
|
|
background-color: rgba(25, 35, 60, 0.3);
|
|
}
|
|
|
|
.search-bar {
|
|
padding: 22px 20px;
|
|
border: 0;
|
|
border-bottom: 1px solid #e8ebee;
|
|
border-radius: 0;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
|
|
> .icon-search {
|
|
margin-right: 10px;
|
|
top: 1px;
|
|
}
|
|
}
|
|
|
|
.search-result {
|
|
// background-color: #fff;
|
|
top: 65px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
position: fixed;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
// box-shadow: 0px 2px 7px #888888;
|
|
|
|
h4,
|
|
p {
|
|
padding: 20px;
|
|
border-bottom: 1px solid #e8ebee;
|
|
margin: 0;
|
|
|
|
&:hover {
|
|
background-color: #f5f7f9;
|
|
}
|
|
}
|
|
|
|
h4 {
|
|
font-weight: 500;
|
|
position: relative;
|
|
color: #000;
|
|
|
|
&::before {
|
|
content: ' ';
|
|
border-left: 2px solid #108cee;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
p {
|
|
color: #666;
|
|
|
|
strong {
|
|
color: #19233c;
|
|
background-color: rgba(16, 140, 238, 0.3);
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.dark {
|
|
.search-result {
|
|
background-color: #333538;
|
|
}
|
|
}
|