﻿/*文章预览*/
.mobile-preview{
    display:none;
    position:relative;
}
.preview-body {
    max-width: 328px;
    height: 536px;
}
.preview-body img{max-width:100% !important;}

.qrcode-view-title p {
    color: #909399;
    font-size: 12px;
}
.qrcode-view-title p:first-child {
    color: #2d2e3d;
    font-size:14px;
    margin-bottom:9px;
}
.qrcode-view-qrcode{
    margin:12px 0;
}
.qrcode-view a {
    width: 120px;
    height: 36px;
    border: 1px solid #2d2e3d;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #2d2e3d;
    transition: all .2s;
}
#code{
    margin:0 auto;
}
.left-tool {
    position: fixed;
    margin-left: -220px;
    background: #ffffff;
    width: 200px;
    height: 260px;
    text-align: center;
    padding: 10px;
    border-radius:10px;
}
.layui-layer-setwin .layui-layer-close2{
    width: 30px;
    height: 30px;
}
.mky-article {
    max-width: 640px;
    margin: 0 auto;
    padding: 10px;
    min-height: 100%;
    background-color: #ffffff;
}
.content-title {
    margin-bottom: 14px;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 400;
}

.content-info {
    font-size: 15px;
    margin-bottom: 22px;
}
.author {
    color: #909399;
    text-decoration: none;
}
.date {
    margin-left: 10px;
    color: #909399;
}