Files
crmeb_java/admin/src/styles/styles.scss
stivepeim 0d32da772d 圣诞快乐
# v1.3 更新列表
    1. 【新增】砍价
	2. 【新增】拼团
	3. 【新增】一号通
	4. 【修复】商品sku 编辑时出现商品属性对应错误的问题
	5. 【修复】商品推广海报生成二维码可能会出错的问题【小程序调试中】
	6. 【修复】微信公众号和小程序头像可能获取不到的问题
	7. 【修复】下单时可能会出错的问题
	8. 【修复】pc管理端用户访问量
	9. 【修复】微信退款
	10. 【修复】管理端订单状态可能出现不正确的情况
	11. 【修复】WEB管理端-菜单色调,短信API更新,首页用户访问量,系统设置tab是自动选择下一及表单
	12. 【修复】系统设置出现更新不正确的问题
2020-12-23 15:56:45 +08:00

400 lines
8.1 KiB
SCSS

@charset "UTF-8";
.el-dialog__body{
padding: 20px !important;
}
.acea-row {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-o-box-lines: multiple;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
/* 辅助类 */
}
.acea-row.row-middle {
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.acea-row.row-right {
-webkit-box-pack: end;
-moz-box-pack: end;
-o-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.acea-row.row-bottom {
-webkit-box-align: end;
-moz-box-align: end;
-o-box-align: end;
-ms-flex-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.acea-row.row-around {
justify-content: space-around;
-webkit-justify-content: space-around;
}
.acea-row.row-between {
-webkit-box-pack: justify;
-moz-box-pack: justify;
-o-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
/* 上下左右垂直居中 */
.acea-row.row-center-wrapper {
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
/* 上下两边居中对齐 */
.acea-row.row-between-wrapper {
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-o-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.acea-row.row-column-around {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
justify-content: space-around;
-webkit-justify-content: space-around;
}
.divBox{
padding: 20px;
box-sizing: border-box;
.el-pagination{
display: flex;
justify-content: flex-end;
margin-top: 25px;
}
}
.seachTiele{
font-size: 12px;
line-height: 29px;
}
.seachWidth{
//width: 219px !important;
}
.el-divider--horizontal{
margin: 19px 0;
}
.suibian-modal{
.el-dialog__footer{
display: none !important;
}
}
.el-message-box__wrapper{
overflow: auto;
}
.el-message-box{
overflow: auto!important;
}
.modal-form{
width: 700px;
}
table .el-image{
width: 30px !important;
height: 30px !important;
}
.upload-form{
min-width: 1000px;
max-height:620px;
}
.upload-form-temp{
min-width: 1000px;
max-height:700px;
}
.listPic{
.image-slot{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
}
.switchTable{
.el-switch.is-disabled {
opacity: 1;
}
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label {
cursor: pointer !important;;
}
}
/**
* 上传图片的照相机
*/
.upLoadPicBox{
display: inline-block;
cursor: pointer;
.pictrue {
width: 60px;
height: 60px;
border: 1px dotted rgba(0, 0, 0, 0.1);
margin-right: 10px;
img {
width: 100%;
height: 100%;
}
}
.upLoad {
width: 58px;
height: 58px;
line-height: 58px;
border: 1px dotted rgba(0, 0, 0, 0.1);
border-radius: 4px;
background: rgba(0, 0, 0, 0.02);
display: flex;
justify-content: center;
align-items: center;
}
}
/**
* 标题带下划线
*/
.dividerTitle{
.title{
border-bottom: 2px solid #1890FF;
padding: 0 8px 18px 5px;
color: #000;
font-size: 14px;
}
}
.cameraIconfont{
color: #898989;
font-size: 26px;
}
.ml10{
margin-left: 10px;
}
.mr10{
margin-right: 10px !important;
}
.mr15{
margin-right: 15px;
}
.mb5{
margin-bottom: 5px;
}
.mt20{
margin-top: 20px;
}
.mb15{
margin-bottom: 15px;
}
.mb20{
margin-bottom: 20px;
}
.mb35{
margin-bottom: 35px;
}
.mt20{
margin-top: 20px;
}
.mr50 {
margin-right: 50px;
}
.mr20{
margin-right: 20px;
}
.ml40 {
margin-left: 40px !important;
}
.mr5{
margin-right: 5px !important;
}
.font14{
font-size: 14px;
}
//表格图片宽度
.tabBox_img{
width: 36px;
height: 36px;
border-radius:4px;
display: table-cell;
vertical-align: middle;
}
.tabBox_img img{
width: 100%;
height: 100%;
}
.picMiddle{
display: table;
}
.spBlock{
display: block;
}
//表格头部颜色
.el-table thead{
color: #333!important;
}
// 模态框
.creatformModel{
min-width: 700px;
max-height: 620px;
}
.width100{
width: 100%;
}
//dialog头部加线条
.el-dialog__header{
border-bottom:1px solid #dcdfe6;
padding-bottom: 20px !important;
}
//点击上传图样式(弹窗)
.publicPicBox{
display: inline-block;
cursor: pointer;
}
.publicPicBox .upLoad{
width: 58px;
height: 58px;
line-height: 58px;
border: 1px dotted rgba(0, 0, 0, 0.1);
border-radius: 4px;
background: rgba(0, 0, 0, 0.02);
}
.publicPicBox .pictrue{
width: 60px;
height: 60px;
border: 1px dotted rgba(0, 0, 0, 0.1);
margin-right: 10px;
}
.publicPicBox .pictrue img{
width: 100%;
height: 100%;
}
.publicPicBox .iconfont{
color: #898989;
font-size: 18px;
}
//全局弹窗宽度;
.dialogWidth{width: 80%;}
/**
* 表格下拉内容
*/
.demo-table-expand {
font-size: 0;
}
.demo-table-expand label {
width: 111px;
color: #99a9bf;
}
.demo-table-expand .el-form-item {
margin-right: 0;
margin-bottom: 0;
width: 33.33%;
}
/*switch样式*/
.el-switch__label {
position: absolute;
display: none;
color: #fff;
font-size: 12px !important;
}
/*打开时文字位置设置*/
.el-switch__label--right {
z-index: 1;
font-size: 12px !important;
}
/*关闭时文字位置设置*/
.el-switch__label--left {
z-index: 1;
left: 19px;
font-size: 12px !important;
}
/*显示文字*/
.el-switch__label.is-active {
display: block;
color: #fff;
font-size: 12px !important;
}
.el-switch .el-switch__core,
.el-switch .el-switch__label {
width: 60px !important;
font-size: 12px !important;
}
.el-switch__label * {
font-size: 12px !important;
}
.selWidth{
width: 300px;
}
//表格字体
//.el-table--mini{
// font-size: 13px !important;
//}
//富文本编辑器弹框
.edui-shadow{
//z-index: -1 !important;
}
.edui-default{
//z-index: 4000;
}
.edui-dialog{
//z-index: 4009 !important;
}
.maskModel {
position:fixed;top:0;left:0;right:0;bottom:0;z-index:55;background-color:rgba(0,0,0,0.5);
}
.line2 {
word-break: break-all;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.statistical-page .mpvue-calendar{min-width:100%;}
.statistical-page .mpvue-calendar table{margin:0;}
.statistical-page .mpvue-calendar td{border-right:1px solid #fff;padding:0;width:14%!important;}
.statistical-page .calendar-tools{box-shadow:unset;-webkit-box-shadow:unset;-o-box-shadow:unset;-moz-box-shadow:unset;}
.statistical-page .mc-head-box div{font-size: 14px;}
.statistical-page .mpvue-calendar td:not(.disabled) span.mc-date-red{color:unset;}
.statistical-page .mpvue-calendar .mc-range-mode .mc-range-end span.calendar-date, .statistical-page .mpvue-calendar .mc-range-mode .mc-range-begin span.calendar-date{
border-radius:0;background-color:#2291f8!important;
}
.statistical-page .mpvue-calendar td.selected span.mc-date-red{color:#fff;}
.statistical-page .mc-range-mode .selected .mc-range-bg{background-color:#a0dcf9;}
.statistical-page .mpvue-calendar .mc-range-mode .mc-range-row-last .calendar-date,.statistical-page .mpvue-calendar .mc-range-mode .mc-range-row-first .calendar-date{
background-color:#a0dcf9;
}
.statistical-page .mpvue-calendar .mc-range-mode .selected.mc-range-second-to-last span{background-color:#a0dcf9;}
.statistical-page .mpvue-calendar .mc-range-mode .mc-range-month-first.selected .calendar-date, .statistical-page .mpvue-calendar .mc-range-mode .mc-range-month-last.selected .calendar-date{
background-color:#a0dcf9;
}
.statistical-page .mc-today-element .calendar-date{border-radius:0;background-color:unset;}