fuliqi
2024-01-24 29c1e7eb5ac16e90d8991a86c1c071bc312ec8d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
$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;
  }
}