2661 lines
87 KiB
CSS
Executable File
2661 lines
87 KiB
CSS
Executable File
|
|
html,body,div,p,h1,h2,h3,h4,h5,h6,button,img,textarea,input,ul,li{
|
|
margin: 0;
|
|
padding: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
list-style: none;
|
|
}
|
|
html,
|
|
body,
|
|
#app {
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
color: #666666;
|
|
min-width: 1000px;
|
|
}
|
|
body {
|
|
font-family: 'PingFang-SC-Heavy', "microsoft yahei", 'SourceHanSansSC-regular', 'PingFang SC', "Helvetica Neue", Helvetica, arial, STHeiTi, sans-serif;
|
|
}
|
|
a {
|
|
text-decoration: none
|
|
}
|
|
.page-main{
|
|
padding: 30px;
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
.bigfont{
|
|
font-size: 16px;
|
|
}
|
|
.minifont{
|
|
font-size: 12px;
|
|
}
|
|
.table-operate .el-button{
|
|
margin: 5px !important;
|
|
}
|
|
.top-video-switch .lb-tabs .el-tabs__nav-scroll{
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
/* .table-operate .el-button+.el-button{
|
|
margin-left: 0px;
|
|
} */
|
|
.el-button+.el-button{
|
|
margin-left: 5px;
|
|
}
|
|
.page-top-operate{
|
|
margin-bottom: 24px;
|
|
}
|
|
.page-top-operate.el-row{
|
|
margin-bottom: 8px;
|
|
}
|
|
.page-top-operate .el-button{
|
|
margin: 0 24px 16px 0;
|
|
}
|
|
.page-top-operate .el-form--inline{
|
|
line-height: 40px;
|
|
}
|
|
.page-top-operate .el-form-item{
|
|
margin: 0 24px 16px 0;
|
|
}
|
|
.tipsColor{
|
|
color: #aaafbb;
|
|
}
|
|
.lineColor{
|
|
border-color: #eff2f6;
|
|
}
|
|
.bgThemeColor{
|
|
background: #f5f7fa;
|
|
}
|
|
.el-table .el-image{
|
|
width: 60px;
|
|
height: 60px;
|
|
/* width: 80px;
|
|
height: 80px; */
|
|
}
|
|
.lb-input-number.el-input-number .el-input__inner{text-align: left;
|
|
}
|
|
.lb-collapse.el-collapse .el-collapse-item__header{background: rgb(245, 247, 250); padding: 0 10px;
|
|
}
|
|
.upload-file-warp{
|
|
width: 435px;
|
|
/* width: 500px; */
|
|
height: 40px;
|
|
border: 1px solid #DCDFE6;
|
|
border-radius: 5px;
|
|
padding: 0 15px;
|
|
line-height: 35px;
|
|
display: inline-block;
|
|
}
|
|
.upload-file-warp .choice-file-input{
|
|
border: none;
|
|
width: 84%;
|
|
outline:none;
|
|
font-size: 14px;
|
|
}
|
|
@font-face {
|
|
font-family: "iconfont"; /* Project id 3016672 */
|
|
src: url('//at.alicdn.com/t/c/font_3016672_ifef15ow7n.woff2?t=1660010518400') format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_3016672_ifef15ow7n.woff?t=1660010518400') format('woff'),
|
|
url('//at.alicdn.com/t/c/font_3016672_ifef15ow7n.ttf?t=1660010518400') format('truetype'),
|
|
url('//at.alicdn.com/t/c/font_3016672_ifef15ow7n.svg?t=1660010518400#iconfont') format('svg');
|
|
}
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.icon-fenxiao:before {
|
|
content: "\e630";
|
|
}
|
|
.icon-down:before {
|
|
content: "\e68e";
|
|
}
|
|
.icon-up:before {
|
|
content: "\e6b3";
|
|
}
|
|
.icon-account:before {
|
|
content: "\e610";
|
|
}
|
|
.icon-alipay:before {
|
|
content: "\e68a";
|
|
}
|
|
.icon-tixing:before {
|
|
content: "\e612";
|
|
}
|
|
.icon-gengduo:before {
|
|
content: "\e607";
|
|
}
|
|
.icon-wenhao:before {
|
|
content: "\e61a";
|
|
}
|
|
.icon-yingjian:before {
|
|
content: "\e64b";
|
|
}
|
|
.icon-star-bold-fill:before {
|
|
content: "\e603";
|
|
}
|
|
.icon-gouwuche:before {
|
|
content: "\e601";
|
|
}
|
|
.icon-required:before {
|
|
content: "\e808";
|
|
}
|
|
.icon-edit:before {
|
|
content: "\e7d8";
|
|
}
|
|
.icon-search:before {
|
|
content: "\e605";
|
|
}
|
|
.icon-camera:before {
|
|
content: "\e606";
|
|
}
|
|
.icon-right-bold:before {
|
|
content: "\e617";
|
|
}
|
|
.icon-add-circle-fill:before {
|
|
content: "\e61d";
|
|
}
|
|
.icon-del:before {
|
|
content: "\e621";
|
|
}
|
|
.icon-chakan:before {
|
|
content: "\e624";
|
|
}
|
|
.icon-home-fill:before {
|
|
content: "\e625";
|
|
}
|
|
.icon-weixin:before {
|
|
content: "\e627";
|
|
}
|
|
.icon-zhibo:before {
|
|
content: "\e62a";
|
|
}
|
|
.icon-home:before {
|
|
content: "\e62b";
|
|
}
|
|
.icon-mine:before {
|
|
content: "\e62c";
|
|
}
|
|
.icon-cate:before {
|
|
content: "\e62d";
|
|
}
|
|
.icon-claim-fill:before {
|
|
content: "\e62e";
|
|
}
|
|
.icon-cate-fill:before {
|
|
content: "\e62f";
|
|
}
|
|
.icon-shop:before {
|
|
content: "\e631";
|
|
}
|
|
.icon-shop-fill:before {
|
|
content: "\e633";
|
|
}
|
|
.icon-erweima:before {
|
|
content: "\e634";
|
|
}
|
|
.icon-claim:before {
|
|
content: "\e635";
|
|
}
|
|
.icon-mine-fill:before {
|
|
content: "\e636";
|
|
}
|
|
.icon-about-us:before {
|
|
content: "\e637";
|
|
}
|
|
.icon-share:before {
|
|
content: "\e638";
|
|
}
|
|
.icon-add-square:before {
|
|
content: "\e63f";
|
|
}
|
|
.iconshouye:before {
|
|
content: "\e644";
|
|
}
|
|
.icon-seed:before {
|
|
content: "\e645";
|
|
}
|
|
.icon-remove-square:before {
|
|
content: "\e646";
|
|
}
|
|
.icon-dianhua:before {
|
|
content: "\e64c";
|
|
}
|
|
.icon-remove-circle:before {
|
|
content: "\e651";
|
|
}
|
|
.icon-down-bold:before {
|
|
content: "\e652";
|
|
}
|
|
.icon-add-circle:before {
|
|
content: "\e657";
|
|
}
|
|
.icon-shuaxin:before {
|
|
content: "\e658";
|
|
}
|
|
.icon-qiehuan:before {
|
|
content: "\e659";
|
|
}
|
|
.icon-up-bold:before {
|
|
content: "\e65a";
|
|
}
|
|
.icon-delete:before {
|
|
content: "\e65b";
|
|
}
|
|
.icon-peisong:before {
|
|
content: "\e65d";
|
|
}
|
|
.icon-sall-out:before {
|
|
content: "\e65e";
|
|
}
|
|
.icon-xitong:before {
|
|
content: "\e65f";
|
|
}
|
|
.icon-shipin:before {
|
|
content: "\e66a";
|
|
}
|
|
.icon-dingwei:before {
|
|
content: "\e674";
|
|
}
|
|
.icon-dianpu:before {
|
|
content: "\e675";
|
|
}
|
|
.icon-land:before {
|
|
content: "\e76b";
|
|
}
|
|
.icon-claim-service:before {
|
|
content: "\e8a9";
|
|
}
|
|
.icon-gouwuche-fill:before {
|
|
content: "\e600";
|
|
}
|
|
.icon-dingwei-fill:before {
|
|
content: "\e602";
|
|
}
|
|
.icon-left:before {
|
|
content: "\e604";
|
|
}
|
|
.icon-right:before {
|
|
content: "\e608";
|
|
}
|
|
.icon-close:before {
|
|
content: "\e609";
|
|
}
|
|
.icon-add:before {
|
|
content: "\e611";
|
|
}
|
|
.icon-chanpin:before {
|
|
content: "\e73e";
|
|
}
|
|
.icon-caiwu:before {
|
|
content: "\e6a7";
|
|
}
|
|
.icon-kehu:before {
|
|
content: "\e6ad";
|
|
}
|
|
.icon-member:before {
|
|
content: "\e761";
|
|
}
|
|
.icon-shenhe:before {
|
|
content: "\e695";
|
|
}
|
|
.icon-daifukuan:before {
|
|
content: "\e787";
|
|
}
|
|
.icon-dingdanguanli:before {
|
|
content: "\e632";
|
|
}
|
|
.icon-shangpin:before {
|
|
content: "\e63c";
|
|
}
|
|
.icon-daihexiao:before {
|
|
content: "\e6f8";
|
|
}
|
|
.icon-yiwancheng:before {
|
|
content: "\e6f9";
|
|
}
|
|
.icon-pingjia:before {
|
|
content: "\e77e";
|
|
}
|
|
.icon-shouhouguanli:before {
|
|
content: "\e773";
|
|
}
|
|
.icon-wodeshouhou:before {
|
|
content: "\e60d";
|
|
}
|
|
.icon-tongzhi-fill:before {
|
|
content: "\e615";
|
|
}
|
|
.icon-down-fill:before {
|
|
content: "\e60a";
|
|
}
|
|
.icon-xuanze:before {
|
|
content: "\e77c";
|
|
}
|
|
.icon-xuanze-fill:before {
|
|
content: "\e77d";
|
|
}
|
|
.icon-switch:before {
|
|
content: "\e642";
|
|
}
|
|
.icon-switch-on:before {
|
|
content: "\e643";
|
|
}
|
|
.icon-jian-fill:before {
|
|
content: "\e61f";
|
|
}
|
|
.icon-jian:before {
|
|
content: "\e6fa";
|
|
}
|
|
.icon-radio-fill:before {
|
|
content: "\e620";
|
|
}
|
|
.icon-chanpin-fill:before {
|
|
content: "\e6d8";
|
|
}
|
|
.icon-eyeclose:before {
|
|
content: "\e6ab";
|
|
}
|
|
.icon-eyeopen:before {
|
|
content: "\e6ac";
|
|
}
|
|
.icon-mima:before {
|
|
content: "\e69e";
|
|
}
|
|
.icon-username:before {
|
|
content: "\e6b7";
|
|
}
|
|
.icon-tongzhi:before {
|
|
content: "\e60b";
|
|
}
|
|
.icon-jia-bold:before {
|
|
content: "\e613";
|
|
}
|
|
.icon-jian-bold:before {
|
|
content: "\e614";
|
|
}
|
|
.icon-tianjia:before {
|
|
content: "\e653";
|
|
}
|
|
.icon-zhuanhuan:before {
|
|
content: "\e6c2";
|
|
}
|
|
.icon-xiaochengxu:before {
|
|
content: "\e6c3";
|
|
}
|
|
.icon-warn:before {
|
|
content: "\e6a5";
|
|
}
|
|
.icon-weirenzheng:before {
|
|
content: "\e63a";
|
|
}
|
|
.icon-biaoqian:before {
|
|
content: "\e60c";
|
|
}
|
|
.icon-yingxiao:before {
|
|
content: "\e701";
|
|
}
|
|
.icon-yuyue:before {
|
|
content: "\e6da";
|
|
}
|
|
.icon-star:before {
|
|
content: "\e779";
|
|
}
|
|
.icon-star-fill:before {
|
|
content: "\e77b";
|
|
}
|
|
.icon-liuyanguanli:before {
|
|
content: "\e6bb";
|
|
}
|
|
.icon-heart:before {
|
|
content: "\e68c";
|
|
}
|
|
.icon-heart-fill:before {
|
|
content: "\e689";
|
|
}
|
|
.icon-wechat-pay:before {
|
|
content: "\e764";
|
|
}
|
|
.icon-qianbao:before {
|
|
content: "\e829";
|
|
}
|
|
.icon-sanjiao:before {
|
|
content: "\e671";
|
|
}
|
|
.icon-notice:before {
|
|
content: "\e64e";
|
|
}
|
|
.icon-nan:before {
|
|
content: "\e7b1";
|
|
}
|
|
.icon-nv:before {
|
|
content: "\e7b4";
|
|
}
|
|
.icon-che:before {
|
|
content: "\e616";
|
|
}
|
|
.icon-kaquan:before {
|
|
content: "\e60f";
|
|
}
|
|
.icon-banner:before {
|
|
content: "\e64a";
|
|
}
|
|
.icon-article:before {
|
|
content: "\ec2b";
|
|
}
|
|
.icon-balance:before {
|
|
content: "\faf6";
|
|
}
|
|
.icon-bofang:before {
|
|
content: "\e664";
|
|
}
|
|
.icon-video:before {
|
|
content: "\e72d";
|
|
}
|
|
.icon-shouji:before {
|
|
content: "\e6d4";
|
|
}
|
|
/* 字体大小 */
|
|
.f-icontext{font-size: 11px
|
|
}
|
|
/* 很小的文字,一般和图标一起使用 */
|
|
.f-caption{font-size: 12px;
|
|
}
|
|
/* 辅助描述性文字 */
|
|
.f-desc{font-size: 13px;
|
|
}
|
|
/* 辅助描述性文字 */
|
|
.f-paragraph{font-size: 14px;
|
|
}
|
|
/* 段落字体 */
|
|
.f-title{font-size: 16px;
|
|
}
|
|
/* 标题 */
|
|
.f-big-title{font-size: 20px;
|
|
}
|
|
/* 大点的标题 */
|
|
/* 字体颜色 */
|
|
.c-base{color:#ffffff;
|
|
}
|
|
/* 白色 */
|
|
.c-black{color: #000000;
|
|
}
|
|
/* 黑色 */
|
|
.c-title{color: #333333
|
|
}
|
|
/* 标题/副标题 */
|
|
.c-caption{color:#999999;
|
|
}
|
|
/* 辅助描述性文字 */
|
|
.c-paragraph{color:#666666;
|
|
}
|
|
/* 段落字体 */
|
|
.c-success{color:#19c865;
|
|
}
|
|
/* 成功/链接文字 */
|
|
.c-tips{color:#F56C6C;
|
|
}
|
|
/* 失效 */
|
|
.c-warning{color:#f12c20;
|
|
}
|
|
/* 警告/非法 */
|
|
.c-danger{color:#FA5B69;
|
|
}
|
|
/* 警告/非法 */
|
|
.c-nodata{color:#cccccc;
|
|
}
|
|
/* 暂无数据 */
|
|
.c-link{color:#409EFF;
|
|
}
|
|
/* 链接文字 */
|
|
.c-shadow{text-shadow:1px 1px 1px #808080;
|
|
}
|
|
/* 字体阴影 */
|
|
/* 填充色 */
|
|
.fill-base{background:#ffffff;
|
|
}
|
|
/* 默认 */
|
|
.fill-body{background:#f4f6f8;
|
|
}
|
|
/* 页面 */
|
|
.fill-primary{background:#19c865;
|
|
}
|
|
/* 主题色/主要活动按钮 */
|
|
.fill-caption{background:#ffd753;
|
|
}
|
|
/* 辅助色 */
|
|
.fill-warning{background:#f12c20;
|
|
}
|
|
/* 警告/非法 */
|
|
.fill-second{background:#efeff4;
|
|
}
|
|
/* 区块分割线 */
|
|
.fill-space{background:#eeeeee;
|
|
}
|
|
/* 次要活动按钮 */
|
|
/* 阴影 */
|
|
.box-shadow{-webkit-box-shadow:0 2px 15px rgba(21,13,13,0.05);box-shadow:0 2px 15px rgba(21,13,13,0.05);
|
|
}
|
|
.box-shadow-mini{-webkit-box-shadow: 1px 0 5px rgba(4,0,0,0.08);box-shadow: 1px 0 5px rgba(4,0,0,0.08);
|
|
}
|
|
/* 字体样式 */
|
|
text{vertical-align: middle;
|
|
}
|
|
/* 上下居中 */
|
|
.text-left{text-align: left;
|
|
}
|
|
/* 左对齐 */
|
|
.text-center { text-align: center
|
|
}
|
|
/* 中对齐 */
|
|
.text-right {text-align: right
|
|
}
|
|
/* 右对齐 */
|
|
.text-justify{text-align: justify;
|
|
}
|
|
/* 两端对齐,谨慎使用 */
|
|
.text-justify::after{content: '';width: 100%;display: inline-block;
|
|
}
|
|
.text-delete {text-decoration: line-through
|
|
}
|
|
/* 删除线 */
|
|
.text-underline{text-decoration: underline
|
|
}
|
|
/* 下划线 */
|
|
.text-bold{ font-weight:bold;
|
|
}
|
|
/* 加粗 */
|
|
.text-normal{font-style:normal
|
|
}
|
|
/* 文本溢出省略 */
|
|
.ellipsis{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
|
|
}
|
|
.ellipsis-2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;
|
|
}
|
|
.ellipsis-3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;
|
|
}
|
|
.ellipsis-4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;
|
|
}
|
|
/* 最大宽度 */
|
|
.max-300{max-width: 150px;
|
|
}
|
|
.max-380{max-width: 190px;
|
|
}
|
|
.max-456{max-width: 228px;
|
|
}
|
|
.max-500{max-width: 150px;
|
|
}
|
|
.max-520{max-width: 260px;
|
|
}
|
|
.max-550{max-width: 275px;
|
|
}
|
|
.max-566{max-width: 288px;
|
|
}
|
|
.max-580{max-width: 290px;
|
|
}
|
|
.h-100{height: 50px;
|
|
}
|
|
.h-140{height: 70px;
|
|
}
|
|
.h-64{height: 32px;
|
|
}
|
|
.lh-54{line-height: 27px;
|
|
}
|
|
.h-80{height: 40px;
|
|
}
|
|
/* 外间距 */
|
|
.mg-sm{margin:5px;
|
|
}
|
|
.mg-md{margin:10px;
|
|
}
|
|
.mg-lg{margin:16px;
|
|
}
|
|
.mg-xl{margin:20px;
|
|
}
|
|
.mt-sm{margin-top:5px;
|
|
}
|
|
.mt-md{margin-top:10px;
|
|
}
|
|
.mt-lg{margin-top:16px;
|
|
}
|
|
.mt-xl{margin-top:20px;
|
|
}
|
|
.mr-sm{margin-right:5px;
|
|
}
|
|
.mr-md{margin-right:10px;
|
|
}
|
|
.mr-lg{margin-right:16px;
|
|
}
|
|
.mr-xl{margin-right:20px;
|
|
}
|
|
.mb-sm{margin-bottom:5px;
|
|
}
|
|
.mb-md{margin-bottom:10px;
|
|
}
|
|
.mb-lg{margin-bottom:16px;
|
|
}
|
|
.mb-xl{margin-bottom:20px;
|
|
}
|
|
.ml-sm{margin-left:5px;
|
|
}
|
|
.ml-md{margin-left:10px;
|
|
}
|
|
.ml-lg{margin-left:16px;
|
|
}
|
|
.ml-xl{margin-left:20px;
|
|
}
|
|
/* 内间距 */
|
|
.pd-sm{padding:5px;
|
|
}
|
|
.pd-md{padding:10px;
|
|
}
|
|
.pd-lg{padding:16px;
|
|
}
|
|
.pd-xl{padding:20px;
|
|
}
|
|
.pt-sm{padding-top:5px;
|
|
}
|
|
.pt-md{padding-top:10px;
|
|
}
|
|
.pt-lg{padding-top:16px;
|
|
}
|
|
.pt-xl{padding-top:20px;
|
|
}
|
|
.pr-sm{padding-right:5px;
|
|
}
|
|
.pr-md{padding-right:10px;
|
|
}
|
|
.pr-lg{padding-right:16px;
|
|
}
|
|
.pr-xl{padding-right:20px;
|
|
}
|
|
.pb-sm{padding-bottom:5px;
|
|
}
|
|
.pb-md{padding-bottom:10px;
|
|
}
|
|
.pb-lg{padding-bottom:16px;
|
|
}
|
|
.pb-xl{padding-bottom:20px;
|
|
}
|
|
.pl-sm{padding-left:5px;
|
|
}
|
|
.pl-md{padding-left:10px;
|
|
}
|
|
.pl-lg{padding-left:16px;
|
|
}
|
|
.pl-xl{padding-left:20px;
|
|
}
|
|
/* 图标尺寸 */
|
|
.icon-xs{width:16px; height:16px;display: block;font-size: 16px;
|
|
}
|
|
.icon-sm{width:22px; height:22px;display: block;font-size: 22px;
|
|
}
|
|
.icon-md{width:30px; height:30px;display: block;font-size: 30px;
|
|
}
|
|
.icon-lg{width:40px; height:40px;display: block;font-size: 40px;
|
|
}
|
|
/* 组件间距 */
|
|
.space-sm{height: 5px;
|
|
}
|
|
.space-md{height: 10px;
|
|
}
|
|
.space-lg{height: 16px;
|
|
}
|
|
.space-xl{height: 20px;
|
|
}
|
|
.space-body{height: 75px;
|
|
}
|
|
.space{height: 1px ;background: rgba(216, 216, 216, 0.5);
|
|
}
|
|
/* 圆角 */
|
|
.radius{border-radius: 5000px;
|
|
}
|
|
.radius-5 {border-radius: 3px;
|
|
}
|
|
.radius-10 {border-radius: 5px;
|
|
}
|
|
.radius-15 {border-radius: 8px;
|
|
}
|
|
.circle{border-radius: 50%;
|
|
}
|
|
/* 旋转 */
|
|
.rotate-45{-webkit-transform: rotate(45deg);transform: rotate(45deg);
|
|
}
|
|
.rotate-90{-webkit-transform: rotate(90deg);transform: rotate(90deg);
|
|
}
|
|
.rotate-180{-webkit-transform: rotate(180deg);transform: rotate(180deg);
|
|
}
|
|
.rotate-270{-webkit-transform: rotate(270deg);transform: rotate(270deg);
|
|
}
|
|
/* 定位 */
|
|
.rel{position: relative;
|
|
}
|
|
.abs{position: absolute;
|
|
}
|
|
.fix{position: fixed;width: 100%;z-index: 100;
|
|
}
|
|
/* 固定 */
|
|
.fixed-top{position: fixed;left: 0;right: 0;top: 0;z-index: 100;
|
|
}
|
|
.fixed-bottom{position: fixed;left: 0;right: 0;bottom: 0;z-index: 100;
|
|
}
|
|
/* 灰度 */
|
|
.grayscale {-webkit-filter: grayscale(100%);filter: grayscale(100%);
|
|
}
|
|
/*flex布局,可以自己定义适合自己的*/
|
|
.flex {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.flex-1 {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.flex-2 {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
}
|
|
.flex-3 {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 33.3%;
|
|
flex: 0 0 33.3%;
|
|
}
|
|
.flex-4 {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 25%;
|
|
flex: 0 0 25%;
|
|
}
|
|
.flex-5 {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 20%;
|
|
flex: 0 0 20%;
|
|
}
|
|
.flex-column {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.flex-warp {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
.flex-center {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.flex-between {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.flex-x-center {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.flex-x-between {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.flex-y-center {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.flex-y-start {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
}
|
|
.flex-y-end {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end;
|
|
}
|
|
.flex-y-baseline {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: baseline;
|
|
-ms-flex-align: baseline;
|
|
align-items: baseline;
|
|
}
|
|
/* 头像 */
|
|
.avatar {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
text-align: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background: #f4f6f8;
|
|
color: #fff;
|
|
white-space: nowrap;
|
|
position: relative;
|
|
width: 60px;
|
|
height: 60px;
|
|
background-size: cover;
|
|
background-position: center;
|
|
vertical-align: middle;
|
|
}
|
|
.avatar.md {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
.avatar.sm {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.avatar-group {
|
|
direction: ltl;
|
|
unicode-bidi: bidi-override;
|
|
display: inline-block;
|
|
}
|
|
.avatar-group .avatar {
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 1em;
|
|
border-radius: 50%;
|
|
margin-left: -10px;
|
|
border: 2px solid white;
|
|
vertical-align: middle;
|
|
}
|
|
.avatar-group .avatar:nth-child(1) {
|
|
margin-left: 0rpx;
|
|
}
|
|
/* 1px方案,改变border的颜色即可 */
|
|
.b-1px, .b-1px-t, .b-1px-b, .b-1px-tb, .b-1px-l, .b-1px-r {
|
|
position: relative;
|
|
}
|
|
.b-1px:before {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 200%;
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
color: rgba(0, 0, 0, 0.1);
|
|
height: 200%;
|
|
-webkit-transform-origin: left top;
|
|
transform-origin: left top;
|
|
-webkit-transform: scale(0.5);
|
|
transform: scale(0.5);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.b-1px-t:before {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
color: rgba(0, 0, 0, 0.1);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: scaley(0.5);
|
|
transform: scaley(0.5);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.b-1px-b:after {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
color: rgba(0, 0, 0, 0.1);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%;
|
|
-webkit-transform: scaley(0.5);
|
|
transform: scaley(0.5);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.b-1px-tb:before {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
color: rgba(0, 0, 0, 0.1);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: scaley(0.5);
|
|
transform: scaley(0.5);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.b-1px-tb:after {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
color: rgba(0, 0, 0, 0.1);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%;
|
|
-webkit-transform: scaley(0.5);
|
|
transform: scaley(0.5);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.b-1px-l::before {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 1px;
|
|
bottom: 0;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
|
color: rgba(0, 0, 0, 0.1);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: scalex(0.5);
|
|
transform: scalex(0.5);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.b-1px-r::after {
|
|
content: " ";
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 1px;
|
|
bottom: 0;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
color: rgba(0, 0, 0, 0.1);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0;
|
|
-webkit-transform: scalex(0.5);
|
|
transform: scalex(0.5);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
/* 拖拽组件 */
|
|
.drag-box::-webkit-scrollbar {
|
|
/*滚动条整体样式*/
|
|
width: 0;
|
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
height: 0;
|
|
}
|
|
.drag-box {
|
|
width: 100%;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
overflow-x: hidden;
|
|
/* overflow-y: scroll; */
|
|
}
|
|
.drag-item {
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
.drag-item-questionnaire{
|
|
width: 60px;
|
|
height: 60px;
|
|
position: fixed;
|
|
bottom: 225px;
|
|
margin-left: 300px;
|
|
z-index: 100;
|
|
}
|
|
.drag-item--select {
|
|
border: 1px dashed #429dff;
|
|
}
|
|
.drag-item:hover {
|
|
border: 1px dashed #429dff;
|
|
}
|
|
/* 操作栏 */
|
|
.op-area {
|
|
background: #fff;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
display: none;
|
|
z-index: 100;
|
|
border: 1px solid #429dff;
|
|
border-radius: 0 0 3px 3px;
|
|
}
|
|
.op-area-item {
|
|
width: 20px;
|
|
height: 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.op-area .op-area-item:not(:first-child) {
|
|
border-left: 1px solid #429dff;
|
|
}
|
|
.drag-item:hover .op-area {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
/* 表单 */
|
|
.form-item {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 10px;
|
|
}
|
|
.form-label {
|
|
width: 110px;
|
|
}
|
|
.form-explain {
|
|
font-size: 12px;
|
|
color: #888;
|
|
margin-left: 10px;
|
|
}
|
|
/* 选择模板 */
|
|
.module-item {
|
|
width: 90px;
|
|
height: 110px;
|
|
border: 1px solid #eee;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin: 5px 0;
|
|
}
|
|
/* .module-item:not(:first-child) {
|
|
margin-left: 10px;
|
|
} */
|
|
.module-item:nth-child(odd){
|
|
margin-right: 10px;
|
|
}
|
|
.module-item--select {
|
|
border-color: #429dff;
|
|
}
|
|
.module-item_icon {
|
|
width: 70px;
|
|
height: 70px;
|
|
background: #fff;
|
|
/* background: #e0f2f9; */
|
|
margin: 5px 0;
|
|
}
|
|
.module-item_text {
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
}
|
|
.data-item {
|
|
width: 100%;
|
|
border: 1px solid #eeeeee;
|
|
margin-top: 20px;
|
|
position: relative;
|
|
}
|
|
/* 删除模板按钮 */
|
|
.del-box {
|
|
position: absolute;
|
|
right: -11px;
|
|
top: -11px;
|
|
z-index: 20;
|
|
background: white;
|
|
border-radius: 50%;
|
|
}
|
|
.del-box .el-icon-circle-close {
|
|
font-size: 24px;
|
|
}
|
|
/* 添加模板 */
|
|
.add-btn {
|
|
width: 320px;
|
|
height: 70px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
border: 1px solid #eeeeee;
|
|
background: #fff;
|
|
margin-top: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.add-btn_title {
|
|
color: #429dff;
|
|
font-size: 14px;
|
|
}
|
|
.add-btn_caption {
|
|
color: #999;
|
|
font-size: 12px;
|
|
margin-top: 4px;
|
|
}
|
|
/* 选择弹窗 */
|
|
.dialog-footer-diy {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.dialog-footer_op {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
text-align: left;
|
|
}
|
|
.dialog-module-list {
|
|
/* height: 70px; */
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-bottom: 30px;
|
|
}
|
|
.dialog-module-item {
|
|
width: 90px;
|
|
height: 34px;
|
|
background: #eeeeee;
|
|
font-size: 14px;
|
|
color: #333;
|
|
border-radius: 3px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.dialog-module-item:not(:first-child) {
|
|
margin-left: 30px;
|
|
}
|
|
.dialog-module-item--select {
|
|
background: #429dff;
|
|
color: #fff;
|
|
}
|
|
.dialog-left {
|
|
width: 170px;
|
|
height: auto;
|
|
/* height: 400px; */
|
|
border: 1px solid #eeeeee;
|
|
margin-right: 20px;
|
|
}
|
|
.dialog-left_title {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
height: 40px;
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
background: #eeeeee;
|
|
}
|
|
.dialog-left_item {
|
|
color: #333333;
|
|
height: 40px;
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
background: #fff;
|
|
}
|
|
.dialog-left_item--select {
|
|
background: #e0f2f9;
|
|
color: #429dff;
|
|
}
|
|
/*官网页 通用标题栏 */
|
|
.web-item-title {
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 50%;
|
|
background: white;
|
|
border:4px solid #000000;
|
|
}
|
|
/* 名片页 通用标题栏*/
|
|
.card-item-title {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding:10px 16px;
|
|
font-weight: bold;
|
|
}
|
|
.card-icon-box {
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 50%;
|
|
background: #000000;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.card-icon-box .iconfont{
|
|
-webkit-transform: scale(0.8);
|
|
transform: scale(0.8);
|
|
}
|
|
/* VR全景/我的视频 */
|
|
.cover-box {
|
|
width: 343px;
|
|
height: 200px;
|
|
position: relative;
|
|
}
|
|
.cover-img {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #EEEEEE;
|
|
border-radius: 7px;
|
|
}
|
|
.cover-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
z-index: 10;
|
|
}
|
|
.cover-btn {
|
|
width: 75px;
|
|
height: 28px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
border-radius: 14px;
|
|
background: #eeeeee;
|
|
font-size: 12px;
|
|
margin-top: 10px;
|
|
}
|
|
.page-search-form{
|
|
width: 100%;
|
|
padding: 20px 32px 0px 32px;
|
|
margin-bottom: 20px;
|
|
border: 1px solid #E1E1E1;
|
|
}
|
|
.page-search-form .el-row{
|
|
width: 100%;
|
|
}
|
|
.el-button .iconfont {
|
|
font-size: 12px;
|
|
margin-right: 5px;
|
|
}
|
|
.lb-tips-text{
|
|
font-size: 12px;
|
|
line-height:1.6;
|
|
}
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.lb-space{
|
|
height:20px;
|
|
background: #f4f6f8;
|
|
}
|
|
.lb-border{
|
|
padding: 20px;
|
|
border: 1px solid #E1E1E1;
|
|
}
|
|
.el-select__tags .el-tag--info:nth-child(1){max-width:70%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.el-select__tags .el-tag--info:nth-child(1) .el-select__tags-text{max-width:90%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis
|
|
}
|
|
|
|
.delog[data-v-63e07f32] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
}
|
|
.titleFont[data-v-63e07f32] {
|
|
text-align: center;
|
|
font-size: 20px;
|
|
color: #000000;
|
|
font-weight: bold;
|
|
}
|
|
.pad[data-v-63e07f32] {
|
|
margin-top: 100px;
|
|
}
|
|
|
|
@supports (-webkit-mask: none) and (not (cater-color: #fff)){
|
|
.lb-login .el-input input{color:#fff
|
|
}
|
|
}
|
|
.login-content{width:1000px;height:450px;margin:10% auto 0 auto;background-color:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex
|
|
}
|
|
.left-box{background-size:cover !important;width:50%;height:100%;border-radius:10px 0 0 10px
|
|
}
|
|
.left-sm{width:500px;height:450px;border-radius:10px 0 0 10px
|
|
}
|
|
.lb-login .el-input{display:inline-block;height:40px;width:80%
|
|
}
|
|
.lb-login .el-input input{background:transparent;border:0px;-webkit-appearance:none;border-radius:0px;padding:12px 0px;color:#fff;height:47px;caret-color:#fff
|
|
}
|
|
.lb-login .el-input input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #fff inset !important;box-shadow:0 0 0px 1000px #fff inset !important;-webkit-text-fill-color:#000 !important
|
|
}
|
|
.lb-login .el-form-item{border:1px solid #dcdfe6;background-color:#fff;border-radius:5px;margin-bottom:32px;color:#454545
|
|
}
|
|
.logo-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;margin-bottom:32px
|
|
}
|
|
.lb-login .el-input input{background:transparent;border:0px;-webkit-appearance:none;border-radius:0px;padding:12px 0px;color:#333;height:40px;caret-color:#333
|
|
}
|
|
.lb-footer-html{width:100%;height:49px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10;font-size:13px;position:fixed;bottom:0;left:0;right:0
|
|
}
|
|
.c-title{color:#333
|
|
}
|
|
|
|
.lb-login[data-v-7fdf8e7b]{width:100%;height:100vh;background-size:cover !important;background-color:#f2f2f2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
|
|
}
|
|
.lb-login .login-form[data-v-7fdf8e7b]{position:absolute;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;width:500px;max-width:100%;padding:60px;overflow:hidden
|
|
}
|
|
.lb-login .tips[data-v-7fdf8e7b]{font-size:14px;color:#fff;margin-bottom:10px
|
|
}
|
|
.lb-login .tips span[data-v-7fdf8e7b]:first-of-type{margin-right:16px
|
|
}
|
|
.lb-login .svg-container[data-v-7fdf8e7b]{padding:0px 10px;color:#889aa4;vertical-align:middle;display:inline-block
|
|
}
|
|
.lb-login .title-container[data-v-7fdf8e7b]{position:relative
|
|
}
|
|
.lb-login .title-container .title[data-v-7fdf8e7b]{font-size:22px;color:#666;margin:0px auto 25px auto;text-align:center;font-weight:bold
|
|
}
|
|
.lb-login .show-pwd[data-v-7fdf8e7b]{position:absolute;right:10px;top:0px;font-size:16px;color:#889aa4;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
|
|
}
|
|
.lb-login .thirdparty-button[data-v-7fdf8e7b]{position:absolute;right:0;bottom:6px
|
|
}
|
|
.lb-login .code-text[data-v-7fdf8e7b]{width:160px;height:37px;position:absolute;right:0px;bottom:5px
|
|
}
|
|
@media only screen and (max-width: 470px){
|
|
.lb-login .thirdparty-button[data-v-7fdf8e7b]{display:none
|
|
}
|
|
}
|
|
|
|
.error-page[data-v-09d6c6ed]{
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #f3f3f3;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.error-code[data-v-09d6c6ed]{
|
|
line-height: 1;
|
|
font-size: 250px;
|
|
font-weight: bolder;
|
|
color: #2d8cf0;
|
|
}
|
|
.error-code span[data-v-09d6c6ed]{
|
|
color: #00a854;
|
|
}
|
|
.error-desc[data-v-09d6c6ed]{
|
|
font-size: 30px;
|
|
color: #777;
|
|
}
|
|
.error-handle[data-v-09d6c6ed]{
|
|
margin-top: 30px;
|
|
padding-bottom: 200px;
|
|
}
|
|
.error-btn[data-v-09d6c6ed]{
|
|
margin-left: 100px;
|
|
}
|
|
|
|
.home[data-v-6549be48]{border:1px solid transparent;background:#f0f0f0
|
|
}
|
|
.home .container[data-v-6549be48]{margin:70px 0 0 140px;padding:20px;background:#f5f7fa;-webkit-transition:margin 0.2s linear;transition:margin 0.2s linear
|
|
}
|
|
.home .container .main[data-v-6549be48]{width:100%;background:#fff;position:relative;min-height:calc(100vh - 70px - 92px)
|
|
}
|
|
.home .container .home-footer[data-v-6549be48]{height:49px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ccc;font-size:12px;z-index:10;margin:0 auto;line-height:1;width:50%
|
|
}
|
|
.fade-transform-leave-active[data-v-6549be48],.fade-transform-enter-active[data-v-6549be48]{-webkit-transition:all 0.5s;transition:all 0.5s
|
|
}
|
|
.fade-transform-enter[data-v-6549be48]{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)
|
|
}
|
|
.fade-transform-leave-to[data-v-6549be48]{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)
|
|
}
|
|
.slide-fade-enter-active[data-v-6549be48]{-webkit-transition:all 2s ease;transition:all 2s ease
|
|
}
|
|
.slide-fade-leave-active[data-v-6549be48]{-webkit-transition:all 0s ease;transition:all 0s ease
|
|
}
|
|
.slide-fade-enter[data-v-6549be48],.slide-fade-leave-to[data-v-6549be48]{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0
|
|
}
|
|
.fade-enter[data-v-6549be48],.fade-leave-to[data-v-6549be48]{opacity:0
|
|
}
|
|
.fade-leave[data-v-6549be48],.fade-enter-to[data-v-6549be48]{opacity:1
|
|
}
|
|
.fade-enter-active[data-v-6549be48],.fade-leave-active[data-v-6549be48]{-webkit-transition:all 0.2s;transition:all 0.2s
|
|
}
|
|
.flex-center[data-v-6549be48]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
|
|
}
|
|
|
|
.lb-header[data-v-a4f287bc]{width:100%;height:70px;position:fixed;top:0;left:0;background:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10
|
|
}
|
|
.lb-header .lb-left[data-v-a4f287bc]{display:-webkit-box;display:-ms-flexbox;display:flex;height:71px;background:#1c2c3c;border-bottom:1px solid #f0f0f0
|
|
}
|
|
.lb-header .lb-left .logo[data-v-a4f287bc]{width:120px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.lb-header .lb-left .logo .logo-img[data-v-a4f287bc]{width:45px;height:45px;margin-bottom:0;border-radius:50%;cursor:pointer
|
|
}
|
|
.lb-header .lb-left .admin-title[data-v-a4f287bc]{padding:0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#ffffff
|
|
}
|
|
.lb-header .lb-left .admin-title span[data-v-a4f287bc]{margin-right:5px
|
|
}
|
|
.lb-header .lb-left .menu-title[data-v-a4f287bc]{height:71px !important;width:140px;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;font-weight:bold;color:#666;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#ffffff
|
|
}
|
|
.lb-header .lb-right[data-v-a4f287bc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px;cursor:pointer
|
|
}
|
|
.lb-header .lb-right .notice-item[data-v-a4f287bc]{margin:0 20px
|
|
}
|
|
.lb-header .lb-right .el-dropdown-link[data-v-a4f287bc]{cursor:pointer
|
|
}
|
|
.lb-header .lb-right .el-dropdown-menu__item[data-v-a4f287bc]{text-align:center
|
|
}
|
|
.lb-header .lb-right span[data-v-a4f287bc]{margin:0 5px 0 20px
|
|
}
|
|
.lb-header .lb-right .el-link[data-v-a4f287bc]{margin-left:10px
|
|
}
|
|
|
|
.lb-footer[data-v-38d8b13c]{width:100%;height:49px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #ccc;color:#ccc;font-size:12px;z-index:10;background:#fff;position:fixed;bottom:0;left:0;right:0;margin:auto;line-height:1
|
|
}
|
|
|
|
.lb-sidebar[data-v-34509abc]{position:fixed;top:70px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100% - 70px);z-index:2
|
|
}
|
|
.lb-sidebar .menu[data-v-34509abc]{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:120px;height:100%;background:#1c2c3c;z-index:3
|
|
}
|
|
.lb-sidebar .menu .menu-top[data-v-34509abc]{width:100%;color:#fff;font-size:14px;text-align:center;line-height:50px
|
|
}
|
|
.lb-sidebar .menu .menu-top li[data-v-34509abc]{width:100%;min-height:50px;padding:15px 8px;line-height:20px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.lb-sidebar .menu .menu-top li i[data-v-34509abc]{margin-right:10px
|
|
}
|
|
.lb-sidebar .menu .menu-top li img[data-v-34509abc]{display:inline-block;width:20px;height:20px;margin-right:10px
|
|
}
|
|
.lb-sidebar .menu .menu-top li[data-v-34509abc]:hover{color:#fff;background-color:#26394b
|
|
}
|
|
.lb-sidebar .menu .menu-top .menu-active[data-v-34509abc]{background:#2d8cf0;color:#fff
|
|
}
|
|
.lb-sidebar .menu .menu-top .menu-active[data-v-34509abc]:hover{color:#fff
|
|
}
|
|
.lb-sidebar .submenu[data-v-34509abc]{position:absolute;top:0;left:120px;z-index:2;width:139px;height:100%;background:#fff;display:none;-webkit-transition:all 0.2s linear;transition:all 0.2s linear
|
|
}
|
|
.lb-sidebar .submenu .el-collapse[data-v-34509abc]{margin:0 auto;border-top:1px
|
|
}
|
|
.lb-sidebar .submenu .el-collapse .item[data-v-34509abc]{width:100%;cursor:pointer;text-align:center
|
|
}
|
|
.lb-sidebar .submenu .el-collapse .item span[data-v-34509abc]{display:inline-block;width:100%;line-height:45px
|
|
}
|
|
.lb-sidebar .submenu .el-collapse .item:hover span[data-v-34509abc]{background-color:#f5faff;color:#2d8cf0
|
|
}
|
|
.lb-sidebar .submenu .el-collapse .item:hover .el-collapse-item-active[data-v-34509abc]{color:#2d8cf0
|
|
}
|
|
.lb-sidebar .submenu .el-collapse .item .el-collapse-item-active[data-v-34509abc]{position:relative;width:100%;display:inline-block;background:#c9e9ff;border-radius:2px;text-align:center;color:#2d8cf0;font-weight:bold
|
|
}
|
|
.lb-sidebar .submenu .el-collapse .item .el-collapse-item-active[data-v-34509abc]:before{content:'';display:block;width:2px;position:absolute;top:0;bottom:0;right:0;background:#2d8cf0
|
|
}
|
|
.lb-sidebar .isopen[data-v-34509abc]{width:139px;display:block
|
|
}
|
|
|
|
.lb-ad[data-v-20875316]{width:220px;position:fixed;-webkit-transition:width 0.2s linear;transition:width 0.2s linear;top:70px;right:0;height:1000px;z-index:2
|
|
}
|
|
.lb-ad .ad-main[data-v-20875316]{position:absolute;top:0;left:0;width:220px;background:#fff;height:100%;font-size:14px;padding:10px
|
|
}
|
|
.lb-ad .flod[data-v-20875316]{position:absolute;top:0;bottom:0;left:-20px;margin:auto;width:20px;height:80px;background:#BFBFBF;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top-left-radius:5px;border-bottom-left-radius:5px;cursor:pointer;color:#fff;font-size:14px
|
|
}
|
|
.ad-collapse[data-v-20875316]{width:0px
|
|
}
|
|
|
|
.dialog-form .el-input[data-v-b601be40],.dialog-form .el-select[data-v-b601be40]{width:300px
|
|
}
|
|
|
|
.page-main .dialog-form .el-input[data-v-fb895e68]{width:300px
|
|
}
|
|
.page-main .data-box[data-v-fb895e68]{height:400px
|
|
}
|
|
|
|
.lb-system-banner-edit[data-v-d3bef562]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form[data-v-d3bef562]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item[data-v-d3bef562]{margin-bottom:24px
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item .el-select[data-v-d3bef562],.lb-system-banner-edit .el-form .el-form-item .el-input-number[data-v-d3bef562],.lb-system-banner-edit .el-form .el-form-item .el-input[data-v-d3bef562]{width:300px
|
|
}
|
|
.lb-system-banner-edit .el-form .last-form-item[data-v-d3bef562]{margin-top:30px
|
|
}
|
|
.lb-system-banner-edit .el-form .item-tips[data-v-d3bef562]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-land-massif-edit[data-v-07e373f4]{width:100%
|
|
}
|
|
.lb-land-massif-edit .el-form[data-v-07e373f4]{width:100%
|
|
}
|
|
.lb-land-massif-edit .el-form .el-form-item[data-v-07e373f4]{margin-bottom:24px
|
|
}
|
|
.lb-land-massif-edit .el-form .el-form-item .el-select[data-v-07e373f4],.lb-land-massif-edit .el-form .el-form-item .el-input-number[data-v-07e373f4],.lb-land-massif-edit .el-form .el-form-item .el-input[data-v-07e373f4]{width:300px
|
|
}
|
|
.lb-land-massif-edit .el-form .last-form-item[data-v-07e373f4]{margin-top:30px
|
|
}
|
|
.lb-land-massif-edit .el-form .item-tips[data-v-07e373f4]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-system-banner-edit[data-v-1a552973]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form[data-v-1a552973]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item[data-v-1a552973]{margin-bottom:24px
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item .el-select[data-v-1a552973],.lb-system-banner-edit .el-form .el-form-item .el-input-number[data-v-1a552973],.lb-system-banner-edit .el-form .el-form-item .el-input[data-v-1a552973]{width:300px
|
|
}
|
|
.lb-system-banner-edit .el-form .last-form-item[data-v-1a552973]{margin-top:30px
|
|
}
|
|
.lb-system-banner-edit .el-form .item-tips[data-v-1a552973]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-claim-collage-edit[data-v-e63f1f28]{width:100%
|
|
}
|
|
.lb-claim-collage-edit .el-select[data-v-e63f1f28],.lb-claim-collage-edit .el-input-number[data-v-e63f1f28],.lb-claim-collage-edit .el-input[data-v-e63f1f28]{width:300px
|
|
}
|
|
.lb-claim-collage-edit .el-textarea[data-v-e63f1f28]{width:600px
|
|
}
|
|
.dialog-form .el-input[data-v-e63f1f28],.dialog-form .el-select[data-v-e63f1f28]{width:200px
|
|
}
|
|
|
|
.lb-claim-collage-list .page-main .dialog-form .el-input-number[data-v-350ccbf4]{width:300px
|
|
}
|
|
|
|
.lb-land-list-edit[data-v-8ce7d9dc]{width:100%
|
|
}
|
|
.lb-land-list-edit .el-form[data-v-8ce7d9dc]{width:100%
|
|
}
|
|
.lb-land-list-edit .el-form .el-form-item[data-v-8ce7d9dc]{margin-bottom:24px
|
|
}
|
|
.lb-land-list-edit .el-form .el-form-item .el-select[data-v-8ce7d9dc],.lb-land-list-edit .el-form .el-form-item .el-input-number[data-v-8ce7d9dc],.lb-land-list-edit .el-form .el-form-item .el-input[data-v-8ce7d9dc]{width:300px
|
|
}
|
|
.lb-land-list-edit .el-form .el-form-item .el-textarea[data-v-8ce7d9dc]{width:600px
|
|
}
|
|
.lb-land-list-edit .el-form .table-bot[data-v-8ce7d9dc]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;line-height:20px
|
|
}
|
|
.lb-land-list-edit .el-form .table-bot span[data-v-8ce7d9dc]{margin-right:20px
|
|
}
|
|
.lb-land-list-edit .el-form .table-bot .el-link[data-v-8ce7d9dc]{margin:0 20px 0 0
|
|
}
|
|
.spec-item .title[data-v-8ce7d9dc]{width:50px
|
|
}
|
|
|
|
.lb-shop-list .page-main .el-table .table-goods-info[data-v-28395b0a]{width:280px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:12px
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info .goods-info-r[data-v-28395b0a]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info .goods-info-r p[data-v-28395b0a]{width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info .goods-info-r .price[data-v-28395b0a]{color:red
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info .el-image[data-v-28395b0a]{min-width:70px;height:70px;margin-right:10px
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info[data-v-28395b0a]:last-child{margin-bottom:0
|
|
}
|
|
.lb-shop-list .page-main .dialog-form .el-input-number[data-v-28395b0a]{width:300px
|
|
}
|
|
|
|
.lb-claim-set[data-v-4f24e7fa]{width:100%
|
|
}
|
|
.lb-claim-set .el-form[data-v-4f24e7fa]{width:100%
|
|
}
|
|
.lb-claim-set .el-form .el-form-item[data-v-4f24e7fa]{margin-bottom:24px
|
|
}
|
|
.lb-claim-set .el-form .el-form-item .el-select[data-v-4f24e7fa],.lb-claim-set .el-form .el-form-item .el-input[data-v-4f24e7fa]{width:300px
|
|
}
|
|
|
|
.dialog-form .el-input[data-v-39c64a90],.dialog-form .el-input-number[data-v-39c64a90]{width:300px
|
|
}
|
|
|
|
.dialog-form .el-input[data-v-9397dc48]{width:300px
|
|
}
|
|
|
|
.lb-system-wechat .el-input[data-v-cb6a67be]{width:300px
|
|
}
|
|
|
|
.lb-dis-commission[data-v-38408cc4]{width:100%
|
|
}
|
|
.lb-dis-commission .el-input[data-v-38408cc4],.lb-dis-commission .el-select[data-v-38408cc4]{width:200px
|
|
}
|
|
|
|
.el-form .el-input[data-v-055858ee]{width:200px
|
|
}
|
|
.el-form .el-image[data-v-055858ee]{width:120px;height:120px
|
|
}
|
|
.el-form .el-textarea[data-v-055858ee]{width:600px
|
|
}
|
|
|
|
.lb-dis-profit[data-v-e98fd576]{width:100%
|
|
}
|
|
.lb-dis-profit .el-input[data-v-e98fd576],.lb-dis-profit .el-select[data-v-e98fd576]{width:200px
|
|
}
|
|
|
|
.lb-dis-relation[data-v-11c65964]{width:100%
|
|
}
|
|
.lb-dis-relation .page-main .el-table img[data-v-11c65964]{width:60px;height:60px
|
|
}
|
|
.lb-dis-relation .page-main .search-form .el-input[data-v-11c65964]{width:400px
|
|
}
|
|
|
|
.el-form .el-input[data-v-7251cf5a]{width:200px
|
|
}
|
|
.el-form .el-image[data-v-7251cf5a]{width:120px;height:120px
|
|
}
|
|
.el-form .el-textarea[data-v-7251cf5a]{width:600px
|
|
}
|
|
|
|
.lb-finance-detail .el-image[data-v-86857ca6]{width:120px;height:120px
|
|
}
|
|
.lb-finance-detail .el-textarea[data-v-86857ca6]{width:600px
|
|
}
|
|
|
|
.lb-finance .page-main[data-v-141eeed1]{width:100%
|
|
}
|
|
.lb-finance .page-main .el-select[data-v-141eeed1],.lb-finance .page-main .el-input-number[data-v-141eeed1],.lb-finance .page-main .el-input[data-v-141eeed1]{width:200px
|
|
}
|
|
.lb-finance .page-main .el-table .table-goods-info[data-v-141eeed1]{width:280px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:12px
|
|
}
|
|
.lb-finance .page-main .el-table .table-goods-info .goods-info-r[data-v-141eeed1]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around
|
|
}
|
|
.lb-finance .page-main .el-table .table-goods-info .goods-info-r p[data-v-141eeed1]{width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
|
|
}
|
|
.lb-finance .page-main .el-table .table-goods-info .goods-info-r .price[data-v-141eeed1]{color:red
|
|
}
|
|
.lb-finance .page-main .el-table .table-goods-info .el-image[data-v-141eeed1]{min-width:70px;height:70px;margin-right:10px
|
|
}
|
|
.lb-finance .page-main .el-table .table-goods-info[data-v-141eeed1]:last-child{margin-bottom:0
|
|
}
|
|
.none[data-v-141eeed1]{display:none
|
|
}
|
|
|
|
.none {
|
|
display: block;
|
|
}
|
|
|
|
.lb-finance-record[data-v-7eed9f9a]{width:100%
|
|
}
|
|
|
|
.lb-system-banner-edit[data-v-3915bd09]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form[data-v-3915bd09]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item[data-v-3915bd09]{margin-bottom:24px
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item .el-select[data-v-3915bd09],.lb-system-banner-edit .el-form .el-form-item .el-input-number[data-v-3915bd09],.lb-system-banner-edit .el-form .el-form-item .el-input[data-v-3915bd09]{width:300px
|
|
}
|
|
.lb-system-banner-edit .el-form .last-form-item[data-v-3915bd09]{margin-top:30px
|
|
}
|
|
.lb-system-banner-edit .el-form .item-tips[data-v-3915bd09]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-system-banner-edit[data-v-7fe90cdb]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form[data-v-7fe90cdb]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item[data-v-7fe90cdb]{margin-bottom:24px
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item .el-select[data-v-7fe90cdb],.lb-system-banner-edit .el-form .el-form-item .el-input-number[data-v-7fe90cdb],.lb-system-banner-edit .el-form .el-form-item .el-input[data-v-7fe90cdb]{width:300px
|
|
}
|
|
.lb-system-banner-edit .el-form .last-form-item[data-v-7fe90cdb]{margin-top:30px
|
|
}
|
|
.lb-system-banner-edit .el-form .item-tips[data-v-7fe90cdb]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-system-wechat .el-input[data-v-757c26e2]{width:300px
|
|
}
|
|
|
|
#count-echarts[data-v-220122a4]{width:100%;height:100%;height:500px
|
|
}
|
|
.empty[data-v-220122a4]{height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;color:#09f
|
|
}
|
|
|
|
.echarts {
|
|
width: 600px;
|
|
height: 400px;
|
|
}
|
|
|
|
.count-item[data-v-313315bf]{width:23.5%;height:165px;background:white;margin-left:2%;padding:20px
|
|
}
|
|
.count-item .iconfont[data-v-313315bf]{color:#7094fa;font-size:16px;margin-right:10px
|
|
}
|
|
.count-item .tool-tips[data-v-313315bf]{margin-top:0px;padding-top:0px;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#666
|
|
}
|
|
.count-item .manage-num[data-v-313315bf]{margin-top:5px
|
|
}
|
|
.count-item[data-v-313315bf]:nth-child(1){margin-left:0
|
|
}
|
|
.count-chart[data-v-313315bf]{width:100%;background:white
|
|
}
|
|
.count-chart .count-title[data-v-313315bf]{font-size:14px;color:#333
|
|
}
|
|
.count-chart .manage-item[data-v-313315bf]{min-height:60px
|
|
}
|
|
.manage-text[data-v-313315bf]{font-size:13px;color:#666
|
|
}
|
|
.manage-num[data-v-313315bf]{font-size:25px;line-height:28px;color:#333;margin-top:10px
|
|
}
|
|
.user-count[data-v-313315bf]{width:20%
|
|
}
|
|
.user-chart[data-v-313315bf]{width:80%
|
|
}
|
|
.count-rank[data-v-313315bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#333
|
|
}
|
|
.count-rank .rank-item[data-v-313315bf]{font-size:12px;padding:0 10px;height:40px;line-height:40px;cursor:pointer
|
|
}
|
|
.rank-item.rank-active[data-v-313315bf]{color:#4891ff
|
|
}
|
|
.space-lg[data-v-313315bf]{width:100%;height:20px;background:#f4f6f8
|
|
}
|
|
|
|
#count-echarts[data-v-147ef37b]{width:100%;height:100%;height:500px
|
|
}
|
|
.empty[data-v-147ef37b]{height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;color:#09f
|
|
}
|
|
|
|
.lb-system-banner-edit[data-v-3d2005e2]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form[data-v-3d2005e2]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item[data-v-3d2005e2]{margin-bottom:24px
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item .el-select[data-v-3d2005e2],.lb-system-banner-edit .el-form .el-form-item .el-input-number[data-v-3d2005e2],.lb-system-banner-edit .el-form .el-form-item .el-input[data-v-3d2005e2]{width:300px
|
|
}
|
|
.lb-system-banner-edit .el-form .last-form-item[data-v-3d2005e2]{margin-top:30px
|
|
}
|
|
.lb-system-banner-edit .el-form .item-tips[data-v-3d2005e2]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-land-list-edit[data-v-59cfd652]{width:100%
|
|
}
|
|
.lb-land-list-edit .el-form[data-v-59cfd652]{width:100%
|
|
}
|
|
.lb-land-list-edit .el-form .el-form-item[data-v-59cfd652]{margin-bottom:24px
|
|
}
|
|
.lb-land-list-edit .el-form .el-form-item .el-select[data-v-59cfd652],.lb-land-list-edit .el-form .el-form-item .el-input-number[data-v-59cfd652],.lb-land-list-edit .el-form .el-form-item .el-input[data-v-59cfd652]{width:300px
|
|
}
|
|
.lb-land-list-edit .el-form .el-form-item .el-textarea[data-v-59cfd652]{width:600px
|
|
}
|
|
.lb-land-list-edit .el-form .table-bot[data-v-59cfd652]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;line-height:20px
|
|
}
|
|
.lb-land-list-edit .el-form .table-bot span[data-v-59cfd652]{margin-right:20px
|
|
}
|
|
.lb-land-list-edit .el-form .table-bot .el-link[data-v-59cfd652]{margin:0 20px 0 0
|
|
}
|
|
|
|
.lb-shop-list .page-main .el-table .table-goods-info[data-v-c4465f94]{width:280px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:12px
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info .goods-info-r[data-v-c4465f94]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info .goods-info-r p[data-v-c4465f94]{width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info .goods-info-r .price[data-v-c4465f94]{color:red
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info .el-image[data-v-c4465f94]{min-width:70px;height:70px;margin-right:10px
|
|
}
|
|
.lb-shop-list .page-main .el-table .table-goods-info[data-v-c4465f94]:last-child{margin-bottom:0
|
|
}
|
|
.lb-shop-list .page-main .dialog-form .el-input-number[data-v-c4465f94]{width:300px
|
|
}
|
|
|
|
.lb-land-massif-edit[data-v-39e88208]{width:100%
|
|
}
|
|
.lb-land-massif-edit .el-form[data-v-39e88208]{width:100%
|
|
}
|
|
.lb-land-massif-edit .el-form .el-form-item[data-v-39e88208]{margin-bottom:24px
|
|
}
|
|
.lb-land-massif-edit .el-form .el-form-item .el-select[data-v-39e88208],.lb-land-massif-edit .el-form .el-form-item .el-input-number[data-v-39e88208],.lb-land-massif-edit .el-form .el-form-item .el-input[data-v-39e88208]{width:300px
|
|
}
|
|
.lb-land-massif-edit .el-form .last-form-item[data-v-39e88208]{margin-top:30px
|
|
}
|
|
.lb-land-massif-edit .el-form .item-tips[data-v-39e88208]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-land-seed-edit[data-v-25c9696f]{width:100%
|
|
}
|
|
.lb-land-seed-edit .el-form[data-v-25c9696f]{width:100%
|
|
}
|
|
.lb-land-seed-edit .el-form .el-form-item[data-v-25c9696f]{margin-bottom:24px
|
|
}
|
|
.lb-land-seed-edit .el-form .el-form-item .el-select[data-v-25c9696f],.lb-land-seed-edit .el-form .el-form-item .el-input-number[data-v-25c9696f],.lb-land-seed-edit .el-form .el-form-item .el-input[data-v-25c9696f]{width:300px
|
|
}
|
|
.lb-land-seed-edit .el-form .last-form-item[data-v-25c9696f]{margin-top:30px
|
|
}
|
|
.lb-land-seed-edit .el-form .item-tips[data-v-25c9696f]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-land-set[data-v-491db0e2]{width:100%
|
|
}
|
|
.lb-land-set .el-form[data-v-491db0e2]{width:100%
|
|
}
|
|
.lb-land-set .el-form .el-form-item[data-v-491db0e2]{margin-bottom:24px
|
|
}
|
|
.lb-land-set .el-form .el-form-item .el-select[data-v-491db0e2],.lb-land-set .el-form .el-form-item .el-input[data-v-491db0e2]{width:300px
|
|
}
|
|
|
|
.lb-market-edit .page-main .el-form-item[data-v-0ca675a6]{margin-bottom:24px
|
|
}
|
|
.lb-market-edit .page-main .last-form-item[data-v-0ca675a6]{margin-top:30px
|
|
}
|
|
.lb-market-edit .page-main .item-tips[data-v-0ca675a6]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
.lb-market-edit .page-main .el-input[data-v-0ca675a6],.lb-market-edit .page-main .el-input-number[data-v-0ca675a6],.lb-market-edit .page-main .el-cascader[data-v-0ca675a6],.lb-market-edit .page-main .el-select[data-v-0ca675a6]{width:300px
|
|
}
|
|
.lb-market-edit .page-main .el-input-number.mini[data-v-0ca675a6]{width:100px
|
|
}
|
|
.lb-market-edit .page-main .el-textarea[data-v-0ca675a6]{width:600px
|
|
}
|
|
.lb-market-edit .page-main .dialog-form .el-input[data-v-0ca675a6]{width:200px
|
|
}
|
|
|
|
.el-table .table-goods-info[data-v-28fee930]{width:280px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:12px
|
|
}
|
|
.el-table .table-goods-info .goods-info-r[data-v-28fee930]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around
|
|
}
|
|
.el-table .table-goods-info .goods-info-r p[data-v-28fee930]{width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
|
|
}
|
|
.el-table .table-goods-info .goods-info-r .price[data-v-28fee930]{color:red
|
|
}
|
|
.el-table .table-goods-info .el-image[data-v-28fee930]{min-width:70px;height:70px;margin-right:10px
|
|
}
|
|
.el-table .table-goods-info[data-v-28fee930]:last-child{margin-bottom:0
|
|
}
|
|
|
|
.lb-market-integral-edit[data-v-12c0a263]{width:100%
|
|
}
|
|
.lb-market-integral-edit .page-main .el-form .el-select[data-v-12c0a263],.lb-market-integral-edit .page-main .el-form .el-input[data-v-12c0a263]{width:300px
|
|
}
|
|
.lb-market-integral-edit .page-main .el-form .el-input-number[data-v-12c0a263]{width:100px
|
|
}
|
|
|
|
.el-table .table-goods-info[data-v-14a98982]{width:280px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:12px
|
|
}
|
|
.el-table .table-goods-info .goods-info-r[data-v-14a98982]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around
|
|
}
|
|
.el-table .table-goods-info .goods-info-r p[data-v-14a98982]{width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
|
|
}
|
|
.el-table .table-goods-info .goods-info-r .price[data-v-14a98982]{color:red
|
|
}
|
|
.el-table .table-goods-info .el-image[data-v-14a98982]{min-width:70px;height:70px;margin-right:10px
|
|
}
|
|
.el-table .table-goods-info[data-v-14a98982]:last-child{margin-bottom:0
|
|
}
|
|
|
|
.lb-market-luck-edit[data-v-3ab8fea0]{width:100%
|
|
}
|
|
.lb-market-luck-edit .page-main .el-form .el-select[data-v-3ab8fea0],.lb-market-luck-edit .page-main .el-form .el-input[data-v-3ab8fea0]{width:300px
|
|
}
|
|
.lb-market-luck-edit .page-main .el-form .el-input-number[data-v-3ab8fea0]{width:100px
|
|
}
|
|
.lb-market-luck-edit .page-main .el-form .el-textarea[data-v-3ab8fea0]{width:600px
|
|
}
|
|
.lb-market-luck-edit .dialog-form .el-select[data-v-3ab8fea0],.lb-market-luck-edit .dialog-form .el-input[data-v-3ab8fea0],.lb-market-luck-edit .dialog-form .el-input-number[data-v-3ab8fea0]{width:300px
|
|
}
|
|
|
|
.el-table .table-goods-info[data-v-146c649d]{width:280px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:12px
|
|
}
|
|
.el-table .table-goods-info .goods-info-r[data-v-146c649d]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around
|
|
}
|
|
.el-table .table-goods-info .goods-info-r p[data-v-146c649d]{width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
|
|
}
|
|
.el-table .table-goods-info .goods-info-r .price[data-v-146c649d]{color:red
|
|
}
|
|
.el-table .table-goods-info .el-image[data-v-146c649d]{min-width:70px;height:70px;margin-right:10px
|
|
}
|
|
.el-table .table-goods-info[data-v-146c649d]:last-child{margin-bottom:0
|
|
}
|
|
|
|
.lb-market-seckill-edit[data-v-bc076d18]{width:100%
|
|
}
|
|
.lb-market-seckill-edit .page-main .el-form .el-select[data-v-bc076d18],.lb-market-seckill-edit .page-main .el-form .el-input[data-v-bc076d18]{width:300px
|
|
}
|
|
.lb-market-seckill-edit .page-main .el-form .el-input-number[data-v-bc076d18]{width:100px
|
|
}
|
|
|
|
.lb-market-seckill-edit[data-v-21191dac]{width:100%
|
|
}
|
|
.lb-market-seckill-edit .page-main .el-form .el-select[data-v-21191dac],.lb-market-seckill-edit .page-main .el-form .el-input[data-v-21191dac]{width:300px
|
|
}
|
|
.lb-market-seckill-edit .page-main .el-form .el-input-number[data-v-21191dac]{width:100px
|
|
}
|
|
|
|
.el-table .table-goods-info[data-v-30d086b0]{width:280px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:12px
|
|
}
|
|
.el-table .table-goods-info .goods-info-r[data-v-30d086b0]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around
|
|
}
|
|
.el-table .table-goods-info .goods-info-r p[data-v-30d086b0]{width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
|
|
}
|
|
.el-table .table-goods-info .goods-info-r .price[data-v-30d086b0]{color:red
|
|
}
|
|
.el-table .table-goods-info .el-image[data-v-30d086b0]{min-width:70px;height:70px;margin-right:10px
|
|
}
|
|
.el-table .table-goods-info[data-v-30d086b0]:last-child{margin-bottom:0
|
|
}
|
|
|
|
.lb-market-coupon-set[data-v-56c980b2]{width:100%
|
|
}
|
|
.lb-market-coupon-set .el-form[data-v-56c980b2]{width:100%
|
|
}
|
|
.lb-market-coupon-set .el-form .el-form-item[data-v-56c980b2]{margin-bottom:24px
|
|
}
|
|
.lb-market-coupon-set .el-form .el-form-item .el-select[data-v-56c980b2],.lb-market-coupon-set .el-form .el-form-item .el-input-number[data-v-56c980b2],.lb-market-coupon-set .el-form .el-form-item .el-input[data-v-56c980b2]{width:300px
|
|
}
|
|
.lb-market-coupon-set .el-form .el-form-item .el-textarea[data-v-56c980b2]{width:600px
|
|
}
|
|
|
|
.lb-article-edit[data-v-9c1b423c]{width:100%
|
|
}
|
|
.lb-article-edit .el-form[data-v-9c1b423c]{width:100%
|
|
}
|
|
.lb-article-edit .el-form .el-form-item[data-v-9c1b423c]{margin-bottom:24px
|
|
}
|
|
.lb-article-edit .el-form .el-form-item .el-select[data-v-9c1b423c],.lb-article-edit .el-form .el-form-item .el-input[data-v-9c1b423c],.lb-article-edit .el-form .el-form-item .el-input-number[data-v-9c1b423c]{width:300px
|
|
}
|
|
|
|
.lb-system-banner-edit[data-v-eac6f164]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form[data-v-eac6f164]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item[data-v-eac6f164]{margin-bottom:24px
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item .el-select[data-v-eac6f164],.lb-system-banner-edit .el-form .el-form-item .el-input-number[data-v-eac6f164],.lb-system-banner-edit .el-form .el-form-item .el-input[data-v-eac6f164]{width:300px
|
|
}
|
|
.lb-system-banner-edit .el-form .last-form-item[data-v-eac6f164]{margin-top:30px
|
|
}
|
|
.lb-system-banner-edit .el-form .item-tips[data-v-eac6f164]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-article-edit[data-v-40164964]{width:100%
|
|
}
|
|
.lb-article-edit .el-form[data-v-40164964]{width:100%
|
|
}
|
|
.lb-article-edit .el-form .el-form-item[data-v-40164964]{margin-bottom:24px
|
|
}
|
|
.lb-article-edit .el-form .el-form-item .el-select[data-v-40164964],.lb-article-edit .el-form .el-form-item .el-input[data-v-40164964],.lb-article-edit .el-form .el-form-item .el-input-number[data-v-40164964]{width:300px
|
|
}
|
|
|
|
.lb-system-banner-edit[data-v-44e54a37]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form[data-v-44e54a37]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item[data-v-44e54a37]{margin-bottom:24px
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item .el-select[data-v-44e54a37],.lb-system-banner-edit .el-form .el-form-item .el-input-number[data-v-44e54a37],.lb-system-banner-edit .el-form .el-form-item .el-input[data-v-44e54a37]{width:300px
|
|
}
|
|
.lb-system-banner-edit .el-form .last-form-item[data-v-44e54a37]{margin-top:30px
|
|
}
|
|
.lb-system-banner-edit .el-form .item-tips[data-v-44e54a37]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-media-notice-edit[data-v-31ec3b3a]{width:100%
|
|
}
|
|
.lb-media-notice-edit .el-form[data-v-31ec3b3a]{width:100%
|
|
}
|
|
.lb-media-notice-edit .el-form .el-form-item[data-v-31ec3b3a]{margin-bottom:24px
|
|
}
|
|
.lb-media-notice-edit .el-form .el-form-item .el-select[data-v-31ec3b3a],.lb-media-notice-edit .el-form .el-form-item .el-input[data-v-31ec3b3a],.lb-media-notice-edit .el-form .el-form-item .el-input-number[data-v-31ec3b3a]{width:300px
|
|
}
|
|
|
|
.lb-media-operate-edit[data-v-f9fe8ac6]{width:100%
|
|
}
|
|
.lb-media-operate-edit .el-form[data-v-f9fe8ac6]{width:100%
|
|
}
|
|
.lb-media-operate-edit .el-form .el-form-item[data-v-f9fe8ac6]{margin-bottom:24px
|
|
}
|
|
.lb-media-operate-edit .el-form .el-form-item .el-select[data-v-f9fe8ac6],.lb-media-operate-edit .el-form .el-form-item .el-input[data-v-f9fe8ac6],.lb-media-operate-edit .el-form .el-form-item .el-input-number[data-v-f9fe8ac6]{width:300px
|
|
}
|
|
|
|
.lb-media-welfare-edit[data-v-05201d57]{width:100%
|
|
}
|
|
.lb-media-welfare-edit .el-form[data-v-05201d57]{width:100%
|
|
}
|
|
.lb-media-welfare-edit .el-form .el-form-item[data-v-05201d57]{margin-bottom:24px
|
|
}
|
|
.lb-media-welfare-edit .el-form .el-form-item .el-select[data-v-05201d57],.lb-media-welfare-edit .el-form .el-form-item .el-input[data-v-05201d57],.lb-media-welfare-edit .el-form .el-form-item .el-input-number[data-v-05201d57]{width:300px
|
|
}
|
|
|
|
.lb-image[data-v-52e4ed77]{width:100px;height:100px
|
|
}
|
|
|
|
.lb-shop-order .page-main[data-v-3735a293]{width:100%
|
|
}
|
|
.lb-shop-order .page-main .el-select[data-v-3735a293],.lb-shop-order .page-main .el-input-number[data-v-3735a293],.lb-shop-order .page-main .el-input[data-v-3735a293]{width:200px
|
|
}
|
|
.lb-shop-order .page-main .dialog-form .el-input[data-v-3735a293]{width:300px
|
|
}
|
|
.none[data-v-3735a293]{display:none
|
|
}
|
|
|
|
.none {
|
|
display: block;
|
|
}
|
|
|
|
.lb-image[data-v-cadd7e42]{width:100px;height:100px
|
|
}
|
|
|
|
.lb-shop-order .page-main[data-v-434210d4]{width:100%
|
|
}
|
|
.lb-shop-order .page-main .el-select[data-v-434210d4],.lb-shop-order .page-main .el-input-number[data-v-434210d4],.lb-shop-order .page-main .el-input[data-v-434210d4]{width:200px
|
|
}
|
|
.lb-shop-order .page-main .dialog-form .el-input[data-v-434210d4]{width:300px
|
|
}
|
|
.none[data-v-434210d4]{display:none
|
|
}
|
|
|
|
.none {
|
|
display: block;
|
|
}
|
|
|
|
.lb-shop-refund .page-main[data-v-234df7a0]{width:100%
|
|
}
|
|
.lb-shop-refund .page-main .el-select[data-v-234df7a0],.lb-shop-refund .page-main .el-input-number[data-v-234df7a0],.lb-shop-refund .page-main .el-input[data-v-234df7a0]{width:200px
|
|
}
|
|
.lb-shop-refund .page-main .iconyishoucang[data-v-234df7a0]{font-size:18px
|
|
}
|
|
.none[data-v-234df7a0]{display:none
|
|
}
|
|
|
|
.none {
|
|
display: block;
|
|
}
|
|
|
|
.lb-shop-order .page-main[data-v-0b1e5c60]{width:100%
|
|
}
|
|
.lb-shop-order .page-main .el-select[data-v-0b1e5c60],.lb-shop-order .page-main .el-input-number[data-v-0b1e5c60],.lb-shop-order .page-main .el-input[data-v-0b1e5c60]{width:200px
|
|
}
|
|
.lb-shop-order .page-main .dialog-form .el-input[data-v-0b1e5c60]{width:300px
|
|
}
|
|
.none[data-v-0b1e5c60]{display:none
|
|
}
|
|
|
|
.none {
|
|
display: block;
|
|
}
|
|
|
|
.lb-shop-order .page-main[data-v-48d9dd6e]{width:100%
|
|
}
|
|
.lb-shop-order .page-main .el-select[data-v-48d9dd6e],.lb-shop-order .page-main .el-input-number[data-v-48d9dd6e],.lb-shop-order .page-main .el-input[data-v-48d9dd6e]{width:200px
|
|
}
|
|
.lb-shop-order .page-main .dialog-form .el-input[data-v-48d9dd6e]{width:300px
|
|
}
|
|
.none[data-v-48d9dd6e]{display:none
|
|
}
|
|
|
|
.none {
|
|
display: block;
|
|
}
|
|
|
|
.lb-shop-order-edit .el-form .el-image[data-v-6f260fae]{width:120px;height:120px
|
|
}
|
|
.lb-shop-order-edit .el-textarea[data-v-6f260fae]{width:600px
|
|
}
|
|
|
|
.lb-shop-refund .page-main[data-v-629c1779]{width:100%
|
|
}
|
|
.lb-shop-refund .page-main .el-select[data-v-629c1779],.lb-shop-refund .page-main .el-input-number[data-v-629c1779],.lb-shop-refund .page-main .el-input[data-v-629c1779]{width:200px
|
|
}
|
|
.none[data-v-629c1779]{display:none
|
|
}
|
|
|
|
.none {
|
|
display: block;
|
|
}
|
|
|
|
.lb-system-banner-edit[data-v-7a469d54]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form[data-v-7a469d54]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item[data-v-7a469d54]{margin-bottom:24px
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item .el-select[data-v-7a469d54],.lb-system-banner-edit .el-form .el-form-item .el-input-number[data-v-7a469d54],.lb-system-banner-edit .el-form .el-form-item .el-input[data-v-7a469d54]{width:300px
|
|
}
|
|
.lb-system-banner-edit .el-form .last-form-item[data-v-7a469d54]{margin-top:30px
|
|
}
|
|
.lb-system-banner-edit .el-form .item-tips[data-v-7a469d54]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.parmai_view[data-v-ff1c3ed8]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap
|
|
}
|
|
.lb-goods-edit[data-v-ff1c3ed8]{width:100%;padding-bottom:0px;position:relative
|
|
}
|
|
.lb-goods-edit .el-form[data-v-ff1c3ed8]{margin:20px 0
|
|
}
|
|
.lb-goods-edit .el-form .el-input[data-v-ff1c3ed8],.lb-goods-edit .el-form .el-input-number[data-v-ff1c3ed8],.lb-goods-edit .el-form .el-select[data-v-ff1c3ed8],.lb-goods-edit .el-form .el-cascader[data-v-ff1c3ed8]{width:300px
|
|
}
|
|
.lb-goods-edit .img-form .el-input[data-v-ff1c3ed8]{width:300px
|
|
}
|
|
.lb-goods-edit .specs-info[data-v-ff1c3ed8]{width:925px;margin:20px 0
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item[data-v-ff1c3ed8]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin:24px 0
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .item-label[data-v-ff1c3ed8]{color:#606266;width:180px;min-width:180px;line-height:35px;padding-right:12px;text-align:right
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .item-label .require[data-v-ff1c3ed8]{color:#f56c6c
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .lb-input-num-mini[data-v-ff1c3ed8]{width:110px
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .lb-input-number[data-v-ff1c3ed8]{width:160px
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .item-label-table[data-v-ff1c3ed8]{line-height:50px
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .item-value[data-v-ff1c3ed8]{width:100%
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .item-value .table-bot[data-v-ff1c3ed8]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .item-value .table-bot span[data-v-ff1c3ed8]{margin-right:20px
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .item-value .table-bot .el-link[data-v-ff1c3ed8]{margin:0 20px 0 0
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .item-value-specs-name[data-v-ff1c3ed8]{margin-bottom:16px
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .item-value-specs-name .el-button[data-v-ff1c3ed8]{margin-left:20px
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .el-tag[data-v-ff1c3ed8]{margin:5px 10px 5px 0px
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .input-new-tag[data-v-ff1c3ed8]{width:90px;margin:5px 10px 5px 0px;height:28px;vertical-align:bottom
|
|
}
|
|
.lb-goods-edit .specs-info .specs-item .input-new-tag .el-input__inner[data-v-ff1c3ed8]{height:28px !important
|
|
}
|
|
.dialog-inner[data-v-ff1c3ed8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%
|
|
}
|
|
.dialog-inner .el-input[data-v-ff1c3ed8]{width:200px
|
|
}
|
|
.fiexd[data-v-ff1c3ed8]{height:80px;position:fixed;background-color:#fff;-webkit-box-shadow:#f0f0f0 1px -2px 8px;box-shadow:#f0f0f0 1px -2px 8px;bottom:0px;left:300px;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:100px;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.flex-warp[data-v-ff1c3ed8]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap
|
|
}
|
|
.specsItem-tag-img[data-v-ff1c3ed8]{margin:10px 10px 0 0
|
|
}
|
|
|
|
.lb-shop-list .dialog-form .el-input[data-v-eed45ac6],.lb-shop-list .dialog-form .el-select[data-v-eed45ac6]{width:300px
|
|
}
|
|
|
|
.lb-shop-store-edit[data-v-0d98c418]{width:100%
|
|
}
|
|
.lb-shop-store-edit .el-form[data-v-0d98c418]{width:100%
|
|
}
|
|
.lb-shop-store-edit .el-form .el-form-item[data-v-0d98c418]{margin-bottom:24px
|
|
}
|
|
.lb-shop-store-edit .el-form .el-form-item .el-select[data-v-0d98c418],.lb-shop-store-edit .el-form .el-form-item .el-input-number[data-v-0d98c418],.lb-shop-store-edit .el-form .el-form-item .el-input[data-v-0d98c418]{width:300px
|
|
}
|
|
.lb-shop-store-edit .el-form .last-form-item[data-v-0d98c418]{margin-top:30px
|
|
}
|
|
.lb-shop-store-edit .el-form .item-tips[data-v-0d98c418]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-system-banner-edit[data-v-6a99ac54]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form[data-v-6a99ac54]{width:100%
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item[data-v-6a99ac54]{margin-bottom:24px
|
|
}
|
|
.lb-system-banner-edit .el-form .el-form-item .el-select[data-v-6a99ac54],.lb-system-banner-edit .el-form .el-form-item .el-input-number[data-v-6a99ac54],.lb-system-banner-edit .el-form .el-form-item .el-input[data-v-6a99ac54]{width:300px
|
|
}
|
|
.lb-system-banner-edit .el-form .last-form-item[data-v-6a99ac54]{margin-top:30px
|
|
}
|
|
.lb-system-banner-edit .el-form .item-tips[data-v-6a99ac54]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-appclass-classroom-list[data-v-10d63cb0]{width:100%
|
|
}
|
|
.lb-appclass-classroom-list .page-main[data-v-10d63cb0]{width:100%
|
|
}
|
|
.lb-appclass-classroom-list .page-main .el-input[data-v-10d63cb0],.lb-appclass-classroom-list .page-main .el-select[data-v-10d63cb0],.lb-appclass-classroom-list .page-main .el-input-number[data-v-10d63cb0]{width:200px
|
|
}
|
|
.lb-appclass-classroom-list .page-main .dialog-form .el-input[data-v-10d63cb0],.lb-appclass-classroom-list .page-main .dialog-form .el-select[data-v-10d63cb0],.lb-appclass-classroom-list .page-main .dialog-form .el-input-number[data-v-10d63cb0]{width:300px
|
|
}
|
|
|
|
.lb-finance-stored-order .page-main[data-v-be2fc9ea]{width:100%
|
|
}
|
|
.lb-finance-stored-order .page-main .el-select[data-v-be2fc9ea],.lb-finance-stored-order .page-main .el-input-number[data-v-be2fc9ea],.lb-finance-stored-order .page-main .el-input[data-v-be2fc9ea]{width:200px
|
|
}
|
|
.none[data-v-be2fc9ea]{display:none
|
|
}
|
|
|
|
.none {
|
|
display: block;
|
|
}
|
|
|
|
.lb-system-wechat[data-v-e71fb646]{width:100%
|
|
}
|
|
.lb-system-wechat .config-form .el-input[data-v-e71fb646]{width:300px
|
|
}
|
|
|
|
.lb-sys-notice[data-v-7d1a9db4]{width:100%
|
|
}
|
|
.lb-sys-notice .baseform .el-input[data-v-7d1a9db4]{width:300px
|
|
}
|
|
.notice-description p[data-v-7d1a9db4]{font-size:14px;color:#333;padding-bottom:10px
|
|
}
|
|
.notice-description p span[data-v-7d1a9db4]{color:#409eff
|
|
}
|
|
.notice-description img[data-v-7d1a9db4]{width:80%;height:auto
|
|
}
|
|
|
|
.lb-system-transaction[data-v-acc32a60]{width:100%
|
|
}
|
|
.lb-system-transaction .page-main .el-form[data-v-acc32a60]{width:100%
|
|
}
|
|
.lb-system-transaction .page-main .el-form .el-form-item[data-v-acc32a60]{margin-bottom:24px
|
|
}
|
|
.lb-system-transaction .page-main .el-form .el-form-item .el-select[data-v-acc32a60],.lb-system-transaction .page-main .el-form .el-form-item .el-input-number[data-v-acc32a60],.lb-system-transaction .page-main .el-form .el-form-item .el-input[data-v-acc32a60]{width:130px
|
|
}
|
|
.lb-system-transaction .page-main .el-form .last-form-item[data-v-acc32a60]{margin-top:30px
|
|
}
|
|
.lb-system-transaction .page-main .el-form .item-tips[data-v-acc32a60]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-land-list-edit[data-v-c4a23f2c]{width:100%
|
|
}
|
|
.lb-land-list-edit .el-form[data-v-c4a23f2c]{width:100%
|
|
}
|
|
.lb-land-list-edit .el-form .el-form-item .el-select[data-v-c4a23f2c],.lb-land-list-edit .el-form .el-form-item .el-input-number[data-v-c4a23f2c],.lb-land-list-edit .el-form .el-form-item .el-input[data-v-c4a23f2c],.lb-land-list-edit .el-form .el-form-item .el-cascader[data-v-c4a23f2c]{width:300px
|
|
}
|
|
.lb-land-list-edit .el-form .el-form-item .el-textarea[data-v-c4a23f2c]{width:600px
|
|
}
|
|
|
|
.dialog-form .el-input[data-v-1e4a8797]{width:300px
|
|
}
|
|
|
|
.lb-system-message[data-v-25295f08]{width:100%
|
|
}
|
|
.lb-system-message .page-main .el-input[data-v-25295f08]{width:300px
|
|
}
|
|
|
|
.lb-system-transaction[data-v-3a029c3b]{width:100%
|
|
}
|
|
.lb-system-transaction .page-main .el-form[data-v-3a029c3b]{width:100%
|
|
}
|
|
.lb-system-transaction .page-main .el-form .el-form-item[data-v-3a029c3b]{margin-bottom:24px
|
|
}
|
|
.lb-system-transaction .page-main .el-form .el-form-item .el-select[data-v-3a029c3b],.lb-system-transaction .page-main .el-form .el-form-item .el-input-number[data-v-3a029c3b],.lb-system-transaction .page-main .el-form .el-form-item .el-input[data-v-3a029c3b]{width:300px
|
|
}
|
|
.lb-system-transaction .page-main .el-form .last-form-item[data-v-3a029c3b]{margin-top:30px
|
|
}
|
|
.lb-system-transaction .page-main .el-form .item-tips[data-v-3a029c3b]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-system-payment[data-v-33343628]{width:100%
|
|
}
|
|
.lb-system-payment .el-input[data-v-33343628]{width:300px
|
|
}
|
|
.lb-system-payment .el-textarea[data-v-33343628]{width:600px
|
|
}
|
|
|
|
.lb-system-payment[data-v-111047d2]{width:100%
|
|
}
|
|
.lb-system-payment .el-input[data-v-111047d2]{width:300px
|
|
}
|
|
.lb-system-payment .upload-file-warp[data-v-111047d2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
|
|
}
|
|
.lb-system-payment .upload-file-warp-content[data-v-111047d2]{width:85%;display:inline-block
|
|
}
|
|
|
|
.lb-system-notice[data-v-ca8bfcba]{width:100%
|
|
}
|
|
.lb-system-notice .el-input[data-v-ca8bfcba],.lb-system-notice .el-select[data-v-ca8bfcba]{width:300px
|
|
}
|
|
|
|
.lb-system-transaction[data-v-ab09abce]{width:100%
|
|
}
|
|
.lb-system-transaction .page-main .el-form[data-v-ab09abce]{width:100%
|
|
}
|
|
.lb-system-transaction .page-main .el-form .el-form-item[data-v-ab09abce]{margin-bottom:24px
|
|
}
|
|
.lb-system-transaction .page-main .el-form .el-form-item .el-select[data-v-ab09abce],.lb-system-transaction .page-main .el-form .el-form-item .el-input-number[data-v-ab09abce],.lb-system-transaction .page-main .el-form .el-form-item .el-input[data-v-ab09abce]{width:300px
|
|
}
|
|
.lb-system-transaction .page-main .el-form .last-form-item[data-v-ab09abce]{margin-top:30px
|
|
}
|
|
.lb-system-transaction .page-main .el-form .item-tips[data-v-ab09abce]{margin-left:120px;margin-bottom:24px;color:#999999
|
|
}
|
|
|
|
.lb-system-upload .el-form .el-input[data-v-1b0072ca],.lb-system-upload .el-form .el-select[data-v-1b0072ca]{width:300px
|
|
}
|
|
.lb-system-upload .el-textarea[data-v-1b0072ca]{width:600px
|
|
}
|
|
|
|
.lb-system-wechat .el-input[data-v-68d8d2db]{width:300px
|
|
}
|
|
|
|
.mt-20[data-v-09a833a1]{margin-top:20px
|
|
}
|
|
.alignItem[data-v-09a833a1]{-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.mt-8[data-v-09a833a1]{margin-top:8px
|
|
}
|
|
.width[data-v-09a833a1]{width:70px;text-align:right
|
|
}
|
|
|
|
.lb-top-nav[data-v-76f86f32]{width:100%;height:60px;border-bottom:1px solid #e1e1e1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;font-size:14px;white-space:nowrap
|
|
}
|
|
.lb-top-nav .nav-item[data-v-76f86f32]{height:60px;padding:0 20px;line-height:60px;cursor:pointer
|
|
}
|
|
.lb-top-nav .nav-item[data-v-76f86f32]::after{position:absolute;content:'';width:0%;bottom:0;left:0;right:0;margin:auto;height:0px;background:#609beb;-webkit-transform:all 0.3 linear;transform:all 0.3 linear
|
|
}
|
|
.lb-top-nav .nav-item-active[data-v-76f86f32]{color:#609beb;position:relative
|
|
}
|
|
.lb-top-nav .nav-item-active[data-v-76f86f32]::after{width:90%;height:2px
|
|
}
|
|
|
|
.lb-tips[data-v-09af7c08]{width:100%;padding:20px;border-radius:4px;margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-left:5px solid #609beb;background:#E8F1FB
|
|
}
|
|
.lb-tips i[data-v-09af7c08]{color:#609beb;margin-right:10px
|
|
}
|
|
.lb-tips .custom-item[data-v-09af7c08]{-webkit-box-flex:1;-ms-flex:1;flex:1
|
|
}
|
|
.lb-tips.danger[data-v-09af7c08]{border-left:5px solid #fe6c6f;background:#fff6f7
|
|
}
|
|
.lb-tips.danger i[data-v-09af7c08]{color:#fe6c6f
|
|
}
|
|
|
|
.lb-page[data-v-1f1a32ad]{width:100%;margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;font-size:14px
|
|
}
|
|
.lb-page>div[data-v-1f1a32ad]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap
|
|
}
|
|
.lb-page>div>div.isShowBatch[data-v-1f1a32ad]{border-right:1px solid #e8e8e8
|
|
}
|
|
.lb-page>div>div[data-v-1f1a32ad]:first-child{height:40px;padding-right:30px;margin-right:30px;line-height:40px
|
|
}
|
|
.lb-page>div>div .el-button[data-v-1f1a32ad]{margin-left:10px
|
|
}
|
|
|
|
.lb-goods-edit-classify[data-v-4372b8e4]{width:100%;border-top:1px solid #eff2f6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.lb-goods-edit-classify .title[data-v-4372b8e4]{display:inline-block;padding:6px 15px;color:#609beb;background:#f5f7fa;margin-right:10px
|
|
}
|
|
.lb-goods-edit-classify .tips[data-v-4372b8e4]{color:#aaafbb;font-size:12px
|
|
}
|
|
|
|
.fen_item[data-v-35de733f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.group_item[data-v-35de733f]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
|
|
}
|
|
.btn_view[data-v-35de733f]{margin:0 50px
|
|
}
|
|
.btn_view .el-button[data-v-35de733f]{margin:0 15px
|
|
}
|
|
.img-view[data-v-35de733f]{width:100%;height:398px;padding:20px 0;border-bottom:1px solid #eff2f6;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative
|
|
}
|
|
.img-view .loading[data-v-35de733f]{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, 50%);transform:translate(-50%, 50%)
|
|
}
|
|
.img-view .img-item[data-v-35de733f]{width:16%;height:140px;background-color:#f5f7fa;background-size:contain;background-repeat:no-repeat;background-position:center center;margin:2%;position:relative;border:2px solid #f5f7fa;cursor:pointer
|
|
}
|
|
.img-view .img-item .img-name[data-v-35de733f]{width:100%;height:32px;position:absolute;bottom:0px;right:0;left:0;margin:auto;background:rgba(0,0,0,0.5);z-index:10;line-height:32px;color:#fff;padding:0 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap
|
|
}
|
|
.img-view .img-item .icon-selected[data-v-35de733f]{display:inline-block;width:100%;height:100%;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index:15;color:#fff;font-size:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.img-view .img-item .icon-d[data-v-35de733f]{display:none;width:32px;height:32px;background:#f56c6c;color:#fff;text-align:center;line-height:32px;position:absolute;right:0;bottom:0;z-index:20;font-size:20px
|
|
}
|
|
.img-view .img-item .icon-d.el-icon-upload[data-v-35de733f]{background:#e6a23c
|
|
}
|
|
.img-view .img-item[data-v-35de733f]:hover{border:2px solid #4c88d8;width:16%
|
|
}
|
|
.img-view .img-item:hover .icon-d[data-v-35de733f]{display:inline-block
|
|
}
|
|
.lb-tabs .img-view[data-v-35de733f]{border-top:none
|
|
}
|
|
.top-video-switch[data-v-35de733f]{width:100%;border-bottom:1px solid #eff2f6
|
|
}
|
|
.get-network-video[data-v-35de733f]{height:398px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.get-network-video .el-input[data-v-35de733f]{width:500px
|
|
}
|
|
.upload-page[data-v-35de733f]{margin-top:20px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
|
|
}
|
|
.upload-page .operate[data-v-35de733f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.upload-page .operate .el-checkbox[data-v-35de733f]{margin-right:10px
|
|
}
|
|
.upload-page .operate .count[data-v-35de733f]{color:#4c88d8;margin-left:5px;margin-right:10px
|
|
}
|
|
.upload-page .operate .el-button[data-v-35de733f]{margin-left:10px
|
|
}
|
|
|
|
.lb-tool-tips[data-v-f778eefa]{font-size:12px;line-height:1.6;padding-top:10px
|
|
}
|
|
.lb-tool-tips.c-link[data-v-f778eefa]{cursor:pointer
|
|
}
|
|
.tool-tips[data-v-f778eefa]{margin-left:5px;vertical-align:top;font-size:18px;color:#333
|
|
}
|
|
.tool-tips .content[data-v-f778eefa]{max-width:300px
|
|
}
|
|
.tool-tips .el-icon-question[data-v-f778eefa]{cursor:pointer
|
|
}
|
|
|
|
.avatar-uploader[data-v-4f1b4146]{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden;width:128px;height:128px
|
|
}
|
|
.avatar-uploader[data-v-4f1b4146]:hover{border-color:#409eff
|
|
}
|
|
.avatar-uploader-icon[data-v-4f1b4146]{font-size:28px;color:#8c939d;width:128px;height:128px;line-height:128px;text-align:center
|
|
}
|
|
.avatar[data-v-4f1b4146]{width:128px;height:128px;display:block
|
|
}
|
|
|
|
.lb-cover-wrap[data-v-ab057dfe]{display:inline-block
|
|
}
|
|
.lb-cover-wrap .lb-cover.small[data-v-ab057dfe]{width:60px;height:60px
|
|
}
|
|
.lb-cover-wrap .lb-cover.small .el-image[data-v-ab057dfe]{width:60px;height:60px
|
|
}
|
|
.lb-cover-wrap .lb-cover.small i[data-v-ab057dfe]{font-size:20px;line-height:60px
|
|
}
|
|
.lb-cover-wrap .lb-cover.small .el-icon-circle-close[data-v-ab057dfe]{font-size:18px;line-height:18px
|
|
}
|
|
.lb-cover-wrap .lb-cover.middle[data-v-ab057dfe]{width:80px;height:80px
|
|
}
|
|
.lb-cover-wrap .lb-cover.middle .el-image[data-v-ab057dfe]{width:80px;height:80px
|
|
}
|
|
.lb-cover-wrap .lb-cover.middle i[data-v-ab057dfe]{font-size:20px;line-height:80px
|
|
}
|
|
.lb-cover-wrap .lb-cover.middle .el-icon-circle-close[data-v-ab057dfe]{font-size:22px;line-height:22px
|
|
}
|
|
.lb-cover-wrap .lb-cover[data-v-ab057dfe]{width:100px;height:100px;border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;text-align:center;overflow:hidden;position:relative
|
|
}
|
|
.lb-cover-wrap .lb-cover .el-image[data-v-ab057dfe]{width:100px;height:100px
|
|
}
|
|
.lb-cover-wrap .lb-cover i[data-v-ab057dfe]{font-size:26px;line-height:100px
|
|
}
|
|
.lb-cover-wrap .lb-cover[data-v-ab057dfe]:hover{border:1px dashed #09f
|
|
}
|
|
.lb-cover-wrap .lb-cover:hover .el-icon-circle-close[data-v-ab057dfe]{display:inline-block
|
|
}
|
|
.lb-cover-wrap .lb-cover .el-icon-circle-close[data-v-ab057dfe]{display:none;z-index:10;position:absolute;right:5px;top:5px;line-height:1
|
|
}
|
|
.lb-cover-wrap .lb-upload-more[data-v-ab057dfe]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .more-item.small[data-v-ab057dfe]{width:60px;height:60px
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .more-item.small .el-image[data-v-ab057dfe]{width:60px;height:60px;z-index:5
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .more-item.middle[data-v-ab057dfe]{width:80px;height:80px
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .more-item.middle .el-image[data-v-ab057dfe]{width:80px;height:80px;z-index:5
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .more-item[data-v-ab057dfe]{width:100px;height:100px;border:1px solid #d9d9d9;border-radius:6px;position:relative;margin-right:10px;margin-bottom:10px;overflow:hidden
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .more-item .el-image[data-v-ab057dfe]{width:100px;height:100px;z-index:5
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .more-item .mask[data-v-ab057dfe]{display:none;position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);font-size:20px;color:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10;top:0;left:0
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .more-item .mask i[data-v-ab057dfe]{margin:0 10px;cursor:pointer
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .more-item:hover .mask[data-v-ab057dfe]{display:-webkit-box;display:-ms-flexbox;display:flex
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .up-item[data-v-ab057dfe]{width:100px;height:100px;border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;text-align:center
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .up-item i[data-v-ab057dfe]{font-size:26px;line-height:100px
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .up-item[data-v-ab057dfe]:hover{border:1px dashed #09f
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .up-item.small[data-v-ab057dfe]{width:60px;height:60px;border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;text-align:center
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .up-item.small i[data-v-ab057dfe]{font-size:18px;line-height:60px
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .up-item.small[data-v-ab057dfe]:hover{border:1px dashed #09f
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .up-item.middle[data-v-ab057dfe]{width:80px;height:80px;border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;text-align:center
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .up-item.middle i[data-v-ab057dfe]{font-size:22px;line-height:80px
|
|
}
|
|
.lb-cover-wrap .lb-upload-more .up-item.middle[data-v-ab057dfe]:hover{border:1px dashed #09f
|
|
}
|
|
.lb-cover-wrap .dialog-inner-img[data-v-ab057dfe]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.lb-cover-wrap .dialog-inner-img .dialog-img[data-v-ab057dfe]{width:100%
|
|
}
|
|
|
|
.el-image[data-v-3cf4c79e]{background:#f5f7fa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
|
|
}
|
|
.el-image .image-slot i[data-v-3cf4c79e]{font-size:20px
|
|
}
|
|
|
|
#container[data-v-11290713]{width:500px;height:400px;margin:0 auto
|
|
}
|
|
.dialog-inner .map-search[data-v-11290713]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px
|
|
}
|
|
.dialog-inner .map-search .el-input[data-v-11290713]{width:300px;margin-right:10px
|
|
}
|