gswz/SFHY/static/css/help.css

1539 lines
26 KiB
CSS

.footer-wrap {
display: none
}
.fix-box {
z-index: 999
}
@keyframes fade-right {
0% {
opacity: 0;
transform: translate3d(100px, 0, 0)
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
@keyframes fade-left {
0% {
opacity: 0;
transform: translate3d(-50px, 0, 0)
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
@keyframes img-show {
0% {
max-width: 20vw;
max-height: 30vh;
opacity: 0;
transform: scale(0),translate(-50%, -50%)
}
100% {
max-width: 80vw;
max-height: 80vh;
position: fixed;
opacity: 1;
transform: scale(1),translate(-50%, -50%)
}
}
.scrollBar-inner {
overflow-x: hidden;
overflow-y: auto
}
.scrollBar-inner::-webkit-scrollbar {
width: 4px;
height: 5px
}
.scrollBar-inner::-webkit-scrollbar-thumb {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
background: rgba(0,0,0,.2)
}
.scrollBar-inner::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.04);
border-radius: 0;
background: rgba(0,0,0,.04)
}
.catalog-drawer .el-drawer__header {
font-size: 18px;
font-weight: bold;
color: #333
}
.catalog-drawer .el-form {
margin: 0 20px
}
.catalog-drawer .el-form .el-form-item__label {
font-weight: normal
}
.catalog-drawer .catalog-drawer-confirm-box .el-button {
border-radius: 4px;
margin: 40px 10px 0
}
.el-form-item__content {
flex: 1
}
.transition-skew {
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
line-height: 1;
font-weight: bold;
margin: 0
}
.dock-info {
min-width: 42px
}
.dock-tips {
min-width: 26px;
margin: 0;
color: #6e7080 !important;
font-size: 13px !important
}
.dock-tips-blue {
background-color: #ecf8ff;
border-left: 5px solid #50bfff
}
.dock-tips-yellow {
background-color: rgba(255,229,100,.3);
border-left: 5px solid #e7c000;
color: #6b5900
}
.dock-code {
white-space: pre-wrap;
word-wrap: break-word;
overflow: auto;
word-break: break-all;
background-color: #282c34;
color: #98c379;
padding: 5px 10px 5px 15px;
margin: 5px 0 8px;
border-radius: 8px
}
.dock-main-wrap {
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
padding: 10px;
background: #f3f8fa
}
.dock-main-wrap .dock-main-left {
position: relative;
width: 18%;
height: calc(100vh - 77px);
padding: 10px 0;
border-radius: 8px;
background-color: #fff;
animation: fade-left .5s ease-in-out;
transition: all .3s ease-in-out;
box-shadow: 0 0 8px 0 rgba(232,237,250,.6),0 2px 4px 0 rgba(232,237,250,.5)
}
.dock-main-wrap .dock-main-left:hover {
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}
.dock-main-wrap .dock-main-left-hide {
width: 0;
animation: fade-left .5s ease-in-out;
transition: all .3s ease-in-out
}
.dock-main-wrap .dock-main-left-hide .dock-left-header {
overflow: hidden
}
.dock-main-wrap .dock-main-right {
position: relative;
flex: 1;
height: calc(100vh - 77px);
overflow: hidden;
margin-left: 15px;
background-color: #fff;
border-radius: 8px;
animation: fade-right .6s ease-in-out
}
header {
box-shadow: 0px 15px 10px -15px rgba(6,30,46,.15)
}
.header-blank {
display: none
}
html {
height: 100%;
overflow: hidden
}
.dock-wrap {
padding-top: 68px;
width: 100%;
height: 100vh;
overflow: hidden;
display: flex;
align-items: flex-start
}
.dock-wrap .dock-left {
width: 19%;
height: 100%;
min-width: 200px;
border-right: 1px solid #ebeef5;
background-color: #f3f8fa;
transition: all .3s ease-in-out
}
.dock-wrap .dock-main-left-hide {
width: 0;
min-width: 0
}
.dock-wrap .dock-main-left-hide .dock-left-header {
max-width: 0;
overflow: hidden
}
.dock-wrap .dock-right {
flex: 1;
height: 100%;
padding: 30px 10px 10px 10px;
animation: fade-right .6s ease-in-out
}
.dock-left {
position: relative;
padding: 10px 0
}
.dock-left h1 {
font-size: 18px;
margin-top: 0;
text-indent: 10px;
font-weight: bold
}
.dock-left .dock-left-header {
position: sticky;
top: 0;
z-index: 3;
margin: 10px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #f3f8fa;
transition: all .3s ease-in-out
}
.dock-left .dock-left-header .dock-tool {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 15px
}
.dock-left .dock-left-header .dock-tool-expand {
margin-left: 2%
}
.dock-left .dock-left-tree {
height: calc(100% - 72px);
padding: 0 10px
}
.dock-left .toggle-bar {
position: absolute;
top: 48%;
left: 100%;
z-index: 9999;
font-size: 13px;
font-weight: bold;
cursor: pointer;
width: 12px;
height: 34px;
line-height: 34px;
overflow: hidden;
border-radius: 0 4px 4px 0;
color: #fff;
background-color: #f17898;
transition: all .3s ease-in-out
}
.dock-left .toggle-bar i {
font-weight: bold
}
.dock-left .toggle-bar:hover {
background-color: #1881c9
}
.dock-left .toggle-bar-right {
left: 3px;
border-radius: 4px 0 0 4px
}
.dock-left .dock-tool .dock-tool-expand {
padding: 6px 12px !important
}
.dock-left .el-tree {
background: none
}
.dock-left .el-tree-node__content {
height: auto;
max-height: 34px;
display: flex;
align-items: center
}
.dock-left .el-tree-node__content .el-tree-node__expand-icon {
padding: 12px 6px
}
.dock-left .el-tree-node__content .is-leaf {
padding: 6px
}
.dock-left .el-tree-node__content .dock-tree-list {
display: flex;
align-items: center;
justify-content: space-between;
flex: 1
}
.dock-left .el-tree-node__content .el-tree-node__expand-icon {
font-size: 16px
}
.dock-left .el-tree-node__content .dock-tree-title {
height: 34px;
line-height: 34px;
flex: 1;
margin: 0;
font-weight: 700;
font-size: 16px
}
.dock-left .el-tree-node__content .dock-tree-title-second {
line-height: 2;
margin: 0;
color: #333;
font-size: 15px
}
.dock-left .el-tree-node__content .dock-tree-link {
font-size: 15px;
color: #282b42;
transition: all .1s ease-in-out
}
.dock-left .el-tree-node__content .dock-tree-link:hover {
color: #1881c9
}
.dock-left .el-tree-node__content .active {
color: #1881c9 !important
}
.dock-left .el-tree-node__content .dock-tree-text {
height: 32px;
line-height: 32px;
font-weight: 400;
font-size: var(--font-size);
color: #282b42
}
.dock-left .el-tree-node__content .dock-tree-text-last {
height: 26px;
line-height: 26px;
font-weight: 400;
font-size: var(--font-size);
color: #282b42;
position: relative
}
.dock-left .el-tree-node__content .dock-tree-text-last:before {
content: "";
width: 12px;
height: 1px;
background-color: #ccc;
position: absolute;
left: -15px;
top: 12px;
z-index: 999
}
.dock-left .el-tree-node__content .dock-tree-text-last:after {
content: "";
width: 1px;
height: 34px;
background-color: #ccc;
position: absolute;
left: -15px;
top: -21px;
z-index: 999
}
.dock-left .el-tree-node__content .dock-tree-right-menu {
margin: 0 4px
}
.dock-right {
display: flex;
align-items: flex-start;
justify-content: space-between;
scroll-behavior: smooth;
position: relative
}
.dock-right .news-shadow {
padding: 15px 20px;
border-radius: 4px;
border: 1px solid #e3eaf3;
transition: all .3s ease-in-out
}
.dock-right .news-shadow:hover {
box-shadow: 0 0 8px 0 rgba(232,237,250,.6),0 2px 4px 0 rgba(232,237,250,.5)
}
.dock-right .news-list-header h4 {
font-size: 24px;
margin-bottom: 10px
}
.dock-right .news-list-header p {
font-size: var(--font-size)
}
.dock-right .dock-right-menu {
width: 220px;
max-height: 100%;
padding: 15px 10px;
position: sticky;
top: 0;
right: 0;
border-radius: 4px;
border: 1px solid #ebeef5;
transition: .3s ease-in-out;
background-color: #fff
}
.dock-right .dock-right-menu h3 {
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(0,0,0,.12)
}
.dock-right .dock-right-menu:hover {
z-index: 1000;
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}
.dock-right .dock-right-menu .menu {
position: relative;
display: block;
padding-left: 25px;
line-height: 24px;
border-radius: 4px;
font-size: var(--font-size);
padding-top: 4px;
padding-bottom: 4px;
color: #555;
background-color: #fff;
cursor: pointer;
transition: all .3s ease-in-out
}
.dock-right .dock-right-menu .menu::before {
content: "•";
position: absolute;
color: #6e7080;
left: 8px;
font-size: 18px;
line-height: 24px
}
.dock-right .dock-right-menu .menu:hover {
color: #1881c9
}
.dock-right .dock-right-menu .menu:hover::before {
color: #1881c9
}
.dock-right .dock-right-menu .menu object a {
display: block;
height: 26px;
overflow: hidden;
margin-left: -10px;
border-radius: 4px;
background-color: #fff;
cursor: pointer;
transition: all .3s ease-in-out;
font-size: 13px;
line-height: 2;
color: #282b42;
font-weight: normal
}
.dock-right .dock-right-menu .menu object a:hover {
color: #1881c9
}
.dock-right .dock-right-menu .menu .menu-child-active {
max-height: -moz-fit-content;
max-height: fit-content
}
.dock-right .dock-right-menu .menu:hover {
background-color: #f3f8fa
}
.dock-right .dock-right-menu .menu:hover object a {
background-color: #f3f8fa
}
.dock-right .dock-right-menu .menu-active {
height: -moz-fit-content;
height: fit-content;
max-height: auto;
color: #1881c9;
background-color: #f3f8fa
}
.dock-right .dock-right-menu .menu-active::before {
color: #1881c9
}
.dock-right .dock-right-menu .highlight {
color: #1881c9
}
.dock-content {
flex: 1;
padding: 0 2%
}
.dock-content h3 {
font-size: 20px;
font-weight: bold
}
.dock-content h4 {
font-size: 18px;
font-weight: bold;
margin: 15px 0
}
.dock-content h5 {
font-size: var(--font-size);
font-weight: bold
}
.dock-content p {
font-size: 16px;
line-height: 1.7;
margin: 20px 0
}
.dock-content a {
line-height: 2;
color: #00a4ff;
text-decoration: none
}
.dock-content a:hover {
color: #1881c9
}
.dock-content img {
display: block;
margin: 0 auto;
cursor: zoom-in
}
.dock-content .img-box {
margin: 15px auto;
text-align: center
}
.dock-content .img-box img {
max-width: 100%
}
.dock-content video {
width: 70% !important;
height: auto !important;
cursor: pointer
}
.dock-content .img-active {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80% !important;
height: 90% !important;
-o-object-fit: contain;
object-fit: contain;
cursor: zoom-out;
z-index: 999999;
animation: img-show .3s ease-in-out;
transition: all .3s ease-in-out
}
.dock-content .zoom-img {
position: fixed;
top: 0;
left: 0;
z-index: -99;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
cursor: grab;
background-color: rgba(0,0,0,.6);
transform: scale(0);
opacity: 0
}
.dock-content .zoom-img img {
width: 80%;
-o-object-fit: cover;
object-fit: cover
}
.dock-content .zoom-img-active {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
cursor: grab;
background-color: rgba(0,0,0,.8);
z-index: 99999;
cursor: grabbing;
transform: scale(1);
opacity: 1
}
.dock-content .zoom-img-active i {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 40px;
background-color: rgba(0,0,0,.9);
position: absolute;
top: 0;
right: 0;
font-size: 20px;
color: #ccc;
cursor: pointer
}
.dock-content .zoom-img-active i:hover {
color: #fff
}
.dock-list-wrap {
flex: 1;
padding: 0 2%
}
.dock-list-wrap .source-item {
display: block;
margin-bottom: 20px;
padding: 25px 10px 25px 20px;
display: flex;
justify-content: space-between;
animation-name: fadeInUp_qs20;
animation-delay: .1s;
transition: all .3s ease-in-out
}
.dock-list-wrap .source-item:hover {
background-color: #f6f9fb;
box-shadow: 0 0 8px 0 rgba(0,0,0,.1)
}
.dock-list-wrap .source-item .source-img {
display: block;
width: 200px;
min-width: 200px;
min-height: 113px;
max-height: 150px;
overflow: hidden;
position: relative;
cursor: pointer;
text-align: center
}
.dock-list-wrap .source-item .source-img img {
-o-object-fit: cover;
object-fit: cover;
transition: all .5s ease-in-out
}
.dock-list-wrap .source-item .source-img:after {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
transition: all .3s ease-in-out
}
.dock-list-wrap .source-item .source-img:hover img {
transform: scale(1.3)
}
.dock-list-wrap .source-item .source-img:hover:after {
z-index: 2;
background-color: rgba(0,0,0,.4)
}
.dock-list-wrap .source-item .source-new {
margin-left: 20px;
flex: 1 !important;
display: flex;
flex-direction: column;
justify-content: space-between
}
.dock-list-wrap .source-item .source-new h3 {
max-width: 100%;
line-height: 2;
font-size: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.dock-list-wrap .source-item .source-new h3 a {
color: #000;
transition: all .15s ease-in-out
}
.dock-list-wrap .source-item .source-new h3:hover a {
color: #ef4030
}
.dock-list-wrap .source-item .source-new p {
max-width: 100%;
color: gray;
font-size: var(--font-size);
line-height: 1.7
}
.dock-list-wrap .source-item .source-new p a.source-new-type {
display: inline-block;
margin-left: 15px;
margin-right: auto !important;
border-radius: 4px;
width: -moz-fit-content;
width: fit-content;
padding: 0 6px;
height: 26px;
line-height: 24px;
margin-right: 5px;
text-align: center;
font-size: var(--font-size);
color: #6bb5b1;
border: 1px solid #6bb5b1
}
.dock-list-wrap .source-item .source-new p a.source-new-cloud {
color: #4d8bc5;
border: solid 1px #4d8bc5
}
.dock-list-wrap .source-item .source-new p a.source-new-share {
color: #dd422e;
border: solid 1px #dd422e
}
.dock-list-wrap .source-item .source-new p a.source-new-salon {
color: #e1733c;
border: solid 1px #e1733c
}
.dock-list-wrap .source-item .source-new p a.source-new-live {
color: #f736d2;
border: solid 1px #f736d2
}
.dock-list-wrap .source-item .source-new p .source-arrow {
color: gray
}
.dock-list-wrap .source-item .source-new p .source-arrow i {
font-size: 16px
}
.dock-list-wrap .pagelist {
display: flex;
justify-content: center;
margin: 20px auto
}
.dock-list-wrap .pagelist li {
padding: 0 8px;
height: 24px;
line-height: 24px;
margin: 0 1.5px;
display: flex;
align-items: center;
font-size: 16px
}
.dock-list-wrap .pagelist li a {
color: #333
}
.dock-list-wrap .pagelist li.thisclass {
color: #fff;
background-color: #1881c9
}
.dock-hot-box {
padding: 0 10px
}
.dock-hot-box .dock-hot-item {
padding: 15px;
border-radius: 4px;
overflow: hidden;
background-color: #f4f8fa;
border: 1px solid #ebeef5
}
.dock-hot-box .dock-hot-item:not(:last-child) {
margin-bottom: 20px
}
.dock-hot-box .dock-hot-item h3 {
font-size: 18px;
font-weight: bold;
color: #282b42;
line-height: 1.7;
margin-bottom: 15px
}
.dock-hot-box .dock-hot-item .dock-switch {
font-size: var(--font-size);
margin-left: 10px;
color: #00a4ff;
cursor: pointer;
transition: all .2s ease
}
.dock-hot-box .dock-hot-item .dock-switch:hover {
color: var(--theme-color)
}
.dock-hot-box .dock-hot-item .iconfont {
font-size: 13px;
font-weight: bold;
margin-left: 2px
}
.dock-hot-box .dock-hot-item .dock-hot-list {
display: flex;
flex-wrap: wrap;
padding-left: 20px;
gap: 10px 5%;
overflow: hidden;
max-height: 52px;
transition: all .3s ease-in-out
}
.dock-hot-box .dock-hot-item .dock-hot-list li {
width: 30%;
list-style: disc;
transition: all .2s ease
}
.dock-hot-box .dock-hot-item .dock-hot-list li:hover {
color: #1881c9;
}
.dock-hot-box .dock-hot-item .dock-hot-list li a {
color: inherit;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.article-context ul {
display: flex;
justify-content: space-between
}
.article-context ul .article-prev-wrap {
width: 43%;
display: flex
}
.article-context ul .article-prev,.article-context ul .article-next {
position: relative;
width: 16px;
max-height: 64px;
margin-right: 15px;
color: rgba(0,0,0,0);
overflow: hidden;
background: url("../image/article_prev.png") no-repeat center center/16px auto
}
.article-context ul .article-prev a,.article-context ul .article-next a {
width: 16px;
max-height: 64px;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
color: rgba(0,0,0,0);
z-index: 10
}
.article-context ul .article-next {
margin-right: 0;
margin-left: 15px;
background: url("../image/article_next.png") no-repeat center center/16px auto
}
.article-context ul li {
color: #6e7080;
line-height: 32px;
width: 44%;
overflow: hidden
}
.article-context ul li a {
color: #333;
line-height: 1.7;
height: 48px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block
}
.article-context ul li a span {
color: #6e7080
}
.article-context ul li:last-child {
width: 44%;
min-width: 43px
}
.article-context ul a.article-menu {
display: flex;
align-items: center;
margin: 0 4%
}
.article-context ul a.article-menu i {
color: #333;
font-size: 24px
}
.dock-right-eval {
width: 270px;
padding: 15px 10px;
position: sticky;
top: 0;
right: 0;
border-radius: 4px;
border: 1px solid #ebeef5;
transition: .3s ease-in-out;
background-color: #fff
}
.dock-right-eval:hover {
z-index: 1000;
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}
.dock-right-eval:focus {
z-index: 1000;
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}
.dock-right-eval .eval-btn-box {
margin: 15px auto
}
.dock-right-eval .eval-btn-box .eval-btn {
display: flex;
align-items: center;
justify-content: center;
width: -moz-fit-content;
width: fit-content;
height: 38px;
padding: 0 25px;
background-color: #eff0f1;
border-radius: 4px;
cursor: pointer
}
.dock-right-eval .eval-btn-box .eval-btn i {
color: #999;
margin-right: 2px
}
.dock-right-eval .eval-btn-box .eval-btn:hover {
color: #fff;
background-color: #4f6fff
}
.dock-right-eval .eval-btn-box .eval-btn:hover i {
color: #fff
}
.dock-right-eval .eval-btn-box .eval-btn-active {
color: #fff;
background-color: #4f6fff
}
.dock-right-eval .eval-btn-box .eval-btn-active i {
color: #fff
}
.dock-right-eval .eval-submit {
display: flex;
align-items: center;
justify-content: center;
width: -moz-fit-content;
width: fit-content;
height: 36px;
margin: 0 auto;
padding: 0 25px;
color: #fff;
background-color: #4f6fff;
border-radius: 4px;
cursor: pointer
}
.dock-right-eval .eval-comment textarea {
width: 100%;
height: 100px;
margin: 15px auto;
border-radius: 4px;
line-height: 1.7;
border: 1px solid #ebeef5;
padding: 10px;
resize: none;
outline: none;
transition: all .3s ease-in-out
}
.dock-right-eval .eval-comment textarea:hover {
border-color: #ddd;
z-index: 99999
}
.dock-right-eval .eval-comment textarea:focus {
border-color: #ddd;
z-index: 99999
}
.dock-right-eval .eval-success {
margin: 30px auto;
text-align: center
}
.dock-right-eval .eval-success .iconfont {
color: #76c639;
margin-right: 5px
}
@media screen and (max-width: 768px) {
html {
overflow: auto
}
.scrollBar-inner {
overflow: auto
}
header .menu {
color: #282b42
}
.dock-wrap {
padding-top: 5rem;
width: 100%;
overflow: auto;
flex-wrap: wrap
}
.dock-wrap .dock-left {
width: 100%;
height: auto;
min-width: 10rem;
border-right: .1rem solid #ebeef5
}
.dock-wrap .dock-right {
width: 100%;
height: auto;
padding: 3rem 1rem 1rem 1rem
}
.dock-left {
padding: 1rem 0
}
.dock-left h1 {
font-size: 1.8rem;
text-indent: 1rem;
font-weight: bold
}
.dock-left .dock-left-header {
margin: 1rem
}
.dock-left .dock-left-header .dock-tool {
margin-top: 1.5rem
}
.dock-left .dock-left-tree {
height: auto;
overflow: auto;
padding: 0 1rem
}
.dock-left .toggle-bar {
display: none
}
.dock-left .toggle-bar-right {
display: none
}
.dock-left .dock-tool .dock-tool-expand {
padding: .6rem 1.2rem !important
}
.dock-left .el-tree {
background: none
}
.dock-left .el-tree-node__content {
height: auto;
max-height: 3.4rem
}
.dock-left .el-tree-node__content .el-tree-node__expand-icon {
padding: 1.2rem .6rem
}
.dock-left .el-tree-node__content .is-leaf {
padding: .6rem
}
.dock-left .el-tree-node__content .el-tree-node__expand-icon {
font-size: 1.6rem
}
.dock-left .el-tree-node__content .dock-tree-title {
height: 3.4rem;
line-height: 3.4rem;
font-size: 1.6rem
}
.dock-left .el-tree-node__content .dock-tree-title-second {
line-height: 2;
font-size: 1.5rem
}
.dock-left .el-tree-node__content .dock-tree-link {
font-size: 1.5rem
}
.dock-left .el-tree-node__content .dock-tree-text {
height: 3.2rem;
line-height: 3.2rem;
font-size: 1.4rem
}
.dock-left .el-tree-node__content .dock-tree-text-last {
height: 2.6rem;
line-height: 2.6rem;
font-size: 1.4rem
}
.dock-left .el-tree-node__content .dock-tree-text-last:before {
content: "";
width: 1.2rem;
height: .1rem;
background-color: #ccc;
position: absolute;
left: -1.5rem;
top: 1.2rem;
z-index: 999
}
.dock-left .el-tree-node__content .dock-tree-text-last:after {
content: "";
width: .1rem;
height: 3.4rem;
background-color: #ccc;
position: absolute;
left: -1.5rem;
top: -2.1rem;
z-index: 999
}
.dock-left .el-tree-node__content .dock-tree-right-menu {
margin: 0 .4rem
}
.dock-right .dock-right-menu {
display: none
}
.dock-content {
flex: 1;
padding: 0 2%
}
.dock-content h3 {
font-size: 2rem;
font-weight: bold
}
.dock-content h4 {
font-size: 1.8rem;
font-weight: bold;
margin: 1.5rem 0
}
.dock-content h5 {
font-size: 1.6rem;
font-weight: bold
}
.dock-content p {
font-size: 1.6rem;
margin: 2rem 0
}
.dock-content a {
line-height: 2
}
.dock-content a:hover {
color: #1881c9
}
.dock-content img {
display: block;
height: auto !important;
margin: 0 auto;
cursor: zoom-in
}
.dock-content .img-box {
margin: 1.5rem auto
}
.dock-content .img-box img {
max-width: 100%
}
.dock-content video {
width: 100% !important;
height: auto !important
}
.dock-content .img-active {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80% !important;
height: 90% !important;
-o-object-fit: contain;
object-fit: contain;
cursor: zoom-out;
z-index: 999999;
animation: img-show .3s ease-in-out;
transition: all .3s ease-in-out
}
.dock-content .zoom-img {
position: fixed;
top: 0;
left: 0;
z-index: -99;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
cursor: grab;
background-color: rgba(0,0,0,.6);
transform: scale(0);
opacity: 0
}
.dock-content .zoom-img img {
width: 80%;
-o-object-fit: cover;
object-fit: cover
}
.dock-content .zoom-img-active {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
cursor: grab;
background-color: rgba(0,0,0,.8);
z-index: 99999;
cursor: grabbing;
transform: scale(1);
opacity: 1
}
.dock-content .zoom-img-active i {
display: flex;
align-items: center;
justify-content: center;
width: 4.5rem;
height: 4rem;
background-color: rgba(0,0,0,.9);
position: absolute;
top: 0;
right: 0;
font-size: 2rem;
color: #ccc;
cursor: pointer
}
.dock-content .zoom-img-active i:hover {
color: #fff
}
.dock-list-wrap {
flex: 1;
padding: 0 10% 0 2%
}
.dock-list-wrap .source-item {
margin-bottom: 2rem;
padding: 2.5rem 1rem 2.5rem 2rem;
display: flex;
justify-content: space-between;
animation-name: fadeInUp_qs20;
animation-delay: .1s;
transition: all .3s ease-in-out
}
.dock-list-wrap .source-item:hover {
background-color: #f6f9fb;
box-shadow: 0 0 .8rem 0 rgba(0,0,0,.1)
}
.dock-list-wrap .source-item .source-img {
display: block;
width: 24.5rem;
min-width: 24.5rem;
height: 14rem;
overflow: hidden;
position: relative;
cursor: pointer
}
.dock-list-wrap .source-item .source-img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: all .5s ease-in-out
}
.dock-list-wrap .source-item .source-img:after {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
transition: all .3s ease-in-out
}
.dock-list-wrap .source-item .source-img:hover img {
transform: scale(1.3)
}
.dock-list-wrap .source-item .source-img:hover:after {
z-index: 2;
background-color: rgba(0,0,0,.4)
}
.dock-list-wrap .source-item .source-new {
width: 100%;
max-width: calc(100% - 26rem);
margin-left: 2rem;
flex: 1 !important;
display: flex;
flex-direction: column;
justify-content: space-between
}
.dock-list-wrap .source-item .source-new h3 {
max-width: 100%;
line-height: 2;
font-size: 1.8rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.dock-list-wrap .source-item .source-new h3 a {
color: #000;
transition: all .15s ease-in-out
}
.dock-list-wrap .source-item .source-new h3:hover a {
color: #ef4030
}
.dock-list-wrap .source-item .source-new p {
max-width: 100%;
color: gray;
font-size: 1.4rem;
line-height: 1.7
}
.dock-list-wrap .source-item .source-new p a.source-new-type {
display: inline-block;
margin-left: 1.5rem;
margin-right: auto !important;
border-radius: .4rem;
width: -moz-fit-content;
width: fit-content;
padding: 0 .6rem;
height: 2.6rem;
line-height: 2.4rem;
margin-right: .5rem;
text-align: center;
font-size: 1.4rem;
color: #6bb5b1;
border: .1rem solid #6bb5b1
}
.dock-list-wrap .source-item .source-new p a.source-new-cloud {
color: #4d8bc5;
border: solid .1rem #4d8bc5
}
.dock-list-wrap .source-item .source-new p a.source-new-share {
color: #dd422e;
border: solid .1rem #dd422e
}
.dock-list-wrap .source-item .source-new p a.source-new-salon {
color: #e1733c;
border: solid .1rem #e1733c
}
.dock-list-wrap .source-item .source-new p a.source-new-live {
color: #f736d2;
border: solid .1rem #f736d2
}
.dock-list-wrap .source-item .source-new p .source-arrow {
color: gray
}
.dock-list-wrap .source-item .source-new p .source-arrow i {
font-size: 1.6rem
}
.dock-list-wrap .pagelist {
display: flex;
justify-content: center;
margin: 2rem auto
}
.dock-list-wrap .pagelist li {
padding: 0 .8rem;
height: 2.4rem;
line-height: 2.4rem;
margin: 0 .15rem;
display: flex;
align-items: center;
font-size: 1.6rem
}
.dock-list-wrap .pagelist li a {
color: #333
}
.dock-list-wrap .pagelist li.thisclass {
color: #fff;
background-color: #1881c9
}
}
@media screen and (-webkit-device-pixel-ratio: 1.5)and (max-width: 1300px)and (min-width: 1201px) {
.dock-wrap {
height: 120vh
}
}/*# sourceMappingURL=help.css.map */