$color:#D70012;
|
html {
|
// overflow-y:scroll;
|
font-family:"PingFang SC", "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
}
|
body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
|
font-weight: normal;
|
margin:0;
|
padding:0;
|
}
|
h1, h2, h3, h4, h4, h5 {
|
margin:0;
|
padding:0;
|
}
|
a{
|
text-decoration: none;
|
}
|
.contentTop{
|
margin-bottom:15px;
|
}
|
.el-dialog{
|
.el-dialog__header{
|
border-bottom: 1px solid #e8e8e8 ;
|
}
|
}
|
.detailsInfo {
|
img{
|
max-width: 400px;
|
}
|
}
|
.el-table{
|
.el-table__header{
|
th{
|
background-color: #fafafa !important;
|
}
|
}
|
th.gutter{
|
display: table-cell!important;
|
}
|
}
|
.el-radio__input.is-checked+.el-radio__label{
|
color: #D70012 !important;
|
}
|
.el-tree {
|
font-size: 14px;
|
.is-current>.el-tree-node__content{
|
color: #ffffff !important;
|
background-color: $color !important;
|
position: relative;
|
z-index: 1;
|
.el-tree-node__label{
|
background-color: $color !important;
|
display: inline-block;
|
line-height: 26px;
|
padding: 0 10px;
|
.el-icon-caret-right{
|
color: #ffffff !important;
|
}
|
.is-leaf{
|
color: transparent !important;
|
}
|
}
|
}
|
}
|
.pageStyle{
|
text-align:right;
|
margin-top:30px;
|
}
|
.avatar-uploader .el-upload {
|
border: 1px dashed #d9d9d9;
|
border-radius: 6px;
|
cursor: pointer;
|
position: relative;
|
overflow: hidden;
|
}
|
.avatar-uploader .el-upload:hover {
|
border-color: #409EFF;
|
}
|
.avatar-uploader-icon {
|
font-size: 28px;
|
color: #8c939d;
|
width: 148px;
|
height: 148px;
|
line-height: 148px !important;
|
text-align: center;
|
}
|
.avatar {
|
width: 148px;
|
height: 148px;
|
display: block;
|
}
|
.text-center , .buttonPosition{
|
text-align: center;
|
}
|
.el-tooltip__popper{
|
max-width: 300px !important;
|
}
|
.el-tooltip__popper.is-dark{
|
line-height: 1.6 !important;
|
}
|
.amap-logo {
|
display: none!important;
|
visibility: hidden!important;
|
}
|
.amap-copyright {
|
display: none!important;
|
visibility: hidden!important;
|
}
|
.disabled .el-upload--picture-card {
|
display: none!important;
|
}
|
//设置赠品样式
|
.giftStyle{
|
background-color: #df3341;
|
color: #fff;
|
padding: 5px;
|
margin-right: 5px;
|
}
|
.append{
|
background-color: #E6A23C !important;
|
color: #fff !important;
|
}
|
#customLoadingMask{
|
position: absolute;
|
z-index: 9999;
|
background-color: hsla(0,0%,100%,.9);
|
height: 100vh;
|
display: flex;
|
align-items: center; /*定义body的元素垂直居中*/
|
justify-content: center; /*定义body的里的元素水平居中*/
|
.el-progress{
|
margin-top: -200px;
|
}
|
}
|