qj-common 4.3.0 → 4.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc +12 -12
- package/.eslintrc.js +25 -25
- package/.idea/common.iml +11 -11
- package/.idea/modules.xml +7 -7
- package/.idea/vcs.xml +5 -5
- package/.postcssrc.js +9 -9
- package/.prettierrc.js +7 -7
- package/.project +37 -37
- package/README.md +2 -2
- package/gulpfile.js +20 -20
- package/package.json +18 -18
- package/src/api/apimanage.js +146 -146
- package/src/api/common/index.js +192 -192
- package/src/api/login.js +160 -160
- package/src/api/shopFbu.js +515 -515
- package/src/api/upload.js +8 -8
- package/src/components/Bounced/index.vue +145 -145
- package/src/components/Breadcrumb/index.vue +71 -71
- package/src/components/Checkbox/index.vue +53 -53
- package/src/components/Hamburger/index.vue +48 -48
- package/src/components/Logistics/logic.vue +186 -186
- package/src/components/ScrollBar/index.vue +60 -60
- package/src/components/Sticky/index.vue +76 -76
- package/src/components/SvgIcon/index.vue +42 -42
- package/src/components/ThemePicker/index.vue +243 -243
- package/src/components/Tinymce/components/editorImage.vue +94 -94
- package/src/components/Tinymce/index.vue +166 -166
- package/src/components/Tinymce/plugins.js +7 -7
- package/src/components/Tinymce/toolbar.js +6 -6
- package/src/components/TreeTable/customEval.js +44 -44
- package/src/components/TreeTable/eval.js +29 -29
- package/src/components/TreeTable/index.vue +124 -124
- package/src/components/TreeTable/readme.md +89 -89
- package/src/components/TreeTableApi/customEval.js +49 -49
- package/src/components/TreeTableApi/eval.js +29 -29
- package/src/components/TreeTableApi/index.vue +124 -124
- package/src/components/TreeTableApi/readme.md +89 -89
- package/src/components/Upload/singleImage.vue +123 -123
- package/src/components/Upload/singleImage2.vue +118 -118
- package/src/components/Upload/singleImage3.vue +138 -138
- package/src/components/Upload/upload.vue +295 -295
- package/src/components/workOrderList/index.vue +158 -158
- package/src/dependencies.js +119 -119
- package/src/iconShop/demo.css +539 -539
- package/src/iconShop/demo_index.html +8445 -8445
- package/src/iconShop/iconfont.css +1451 -1451
- package/src/iconShop/iconfont.json +2522 -2522
- package/src/iconShop/iconfont.svg +1070 -1070
- package/src/iconfont/demo.css +539 -539
- package/src/iconfont/demo_index.html +5276 -5276
- package/src/iconfont/iconfont.css +905 -905
- package/src/iconfont/iconfont.json +1563 -1563
- package/src/iconfont/iconfont.svg +692 -692
- package/src/icons/index.js +9 -9
- package/src/lang/e.js +48 -48
- package/src/lang/en.js +48 -48
- package/src/lang/zh.js +48 -48
- package/src/main.js +62 -62
- package/src/permission.js +283 -283
- package/src/permissionForMall.backup.js +375 -375
- package/src/permissionForMall.js +375 -375
- package/src/preset.js +67 -67
- package/src/router/_import_common.js +1 -1
- package/src/router/_import_development.js +1 -1
- package/src/router/_import_production.js +1 -1
- package/src/store/getters.js +39 -39
- package/src/store/index.js +18 -18
- package/src/store/modules/app.js +34 -30
- package/src/store/modules/menu.js +82 -82
- package/src/store/modules/user.js +227 -227
- package/src/styles/element-ui.scss +1368 -1368
- package/src/styles/index.scss +166 -166
- package/src/styles/mixin.scss +27 -27
- package/src/styles/pc-ui.scss +1031 -1031
- package/src/styles/scrollBar.scss +21 -21
- package/src/styles/sidebar.scss +123 -123
- package/src/styles/transition.scss +32 -32
- package/src/styles/variables.scss +44 -44
- package/src/styles/wf-ui.scss +86 -86
- package/src/utils/auth.js +57 -57
- package/src/utils/dom.js +12 -12
- package/src/utils/getQueryString.js +5 -5
- package/src/utils/import.js +5 -5
- package/src/utils/index.js +355 -355
- package/src/utils/interceptor.js +34 -34
- package/src/utils/menu.js +116 -116
- package/src/utils/proapp.js +35 -35
- package/src/utils/query.js +26 -26
- package/src/utils/request.js +366 -366
- package/src/utils/routeMapping.js +39 -39
- package/src/utils/routeMapping.json +310 -310
- package/src/utils/utils.js +84 -84
- package/src/utils/validate.js +102 -102
- package/src/views/404.vue +72 -72
- package/src/views/Layout.vue +106 -106
- package/src/views/imgSwiper/index.vue +34 -34
- package/src/views/layout/Layout.vue +181 -170
- package/src/views/layout/components/AppMain.vue +20 -20
- package/src/views/layout/components/Footer.vue +22 -22
- package/src/views/layout/components/LeftNavbar.vue +318 -310
- package/src/views/layout/components/NavMenu.vue +15 -15
- package/src/views/layout/components/Navbar.vue +664 -661
- package/src/views/layout/components/Sidebar/SidebarItem.vue +116 -113
- package/src/views/layout/components/Sidebar/index.vue +203 -193
- package/src/views/layout/components/index.js +19 -19
- package/src/views/layout/theme/darkBlue/Layout.vue +140 -140
- package/src/views/layout/theme/darkBlue/components/AppMain.vue +38 -38
- package/src/views/layout/theme/darkBlue/components/Footer.vue +147 -147
- package/src/views/layout/theme/darkBlue/components/LeftNavbar(/345/261/225/347/244/272/345/205/250/351/203/250/350/217/234/345/215/225).vue +448 -448
- package/src/views/layout/theme/darkBlue/components/LeftNavbar.3.vue +191 -191
- package/src/views/layout/theme/darkBlue/components/LeftNavbar.vue +466 -466
- package/src/views/layout/theme/darkBlue/components/Navbar.vue +200 -200
- package/src/views/layout/theme/darkBlue/components/Sidebar/SidebarItem.vue +71 -71
- package/src/views/layout/theme/darkBlue/components/Sidebar/index.vue +49 -49
- package/src/views/layout/theme/darkBlue/components/index.js +15 -15
- package/src/views/layout-default/Layout.vue +134 -134
- package/src/views/layout-default/components/AppMain.vue +19 -19
- package/src/views/layout-default/components/Footer.vue +22 -22
- package/src/views/layout-default/components/LeftNavbar.vue +164 -164
- package/src/views/layout-default/components/Navbar.vue +295 -295
- package/src/views/layout-default/components/Sidebar/SidebarItem.vue +67 -67
- package/src/views/layout-default/components/Sidebar/index.vue +59 -59
- package/src/views/layout-default/components/index.js +4 -4
- package/src/views/layout-default/theme/darkBlue/Layout.vue +140 -140
- package/src/views/layout-default/theme/darkBlue/components/AppMain.vue +38 -38
- package/src/views/layout-default/theme/darkBlue/components/Footer.vue +147 -147
- package/src/views/layout-default/theme/darkBlue/components/LeftNavbar.vue +465 -465
- package/src/views/layout-default/theme/darkBlue/components/Navbar.vue +200 -200
- package/src/views/layout-default/theme/darkBlue/components/Sidebar/SidebarItem.vue +69 -69
- package/src/views/layout-default/theme/darkBlue/components/Sidebar/index.vue +49 -49
- package/src/views/layout-default/theme/darkBlue/components/index.js +15 -15
- package/src/views/pc/Internationalization.vue +80 -80
- package/src/views/pc/default/Layout.vue +442 -442
- package/src/views/pc/default/LayoutCard.vue +424 -424
- package/src/views/pc/default/assets/flex.scss +99 -99
- package/src/views/pc/default/footer-modules/DgFooter/index.vue +179 -179
- package/src/views/pc/default/footer-modules/DgFooter/indexSDX.vue +187 -187
- package/src/views/pc/default/footer-modules/footer.vue +171 -171
- package/src/views/pc/default/footer-modules/footerAns.vue +167 -167
- package/src/views/pc/default/footer-modules/footerBulk.vue +169 -169
- package/src/views/pc/default/footer-modules/footerDM.vue +254 -254
- package/src/views/pc/default/footer-modules/footerDefault.vue +267 -267
- package/src/views/pc/default/footer-modules/footerDefaultA.vue +270 -270
- package/src/views/pc/default/footer-modules/footerDefaultNew.vue +201 -201
- package/src/views/pc/default/footer-modules/footerHDB.vue +153 -153
- package/src/views/pc/default/footer-modules/footerHy.vue +63 -63
- package/src/views/pc/default/footer-modules/footerKYW.vue +163 -163
- package/src/views/pc/default/footer-modules/footerMh.vue +30 -30
- package/src/views/pc/default/footer-modules/footerNew.vue +116 -116
- package/src/views/pc/default/footer-modules/footer_yzj.vue +169 -169
- package/src/views/pc/default/footer-modules/footerayd.vue +85 -85
- package/src/views/pc/default/footer-modules/ymFooter.vue +154 -154
- package/src/views/pc/default/footer-modules/zgl.vue +250 -250
- package/src/views/pc/default/header-modules/DgHeader/Logo.vue +57 -57
- package/src/views/pc/default/header-modules/DgHeader/Search.vue +135 -135
- package/src/views/pc/default/header-modules/DgHeader/Settleup.vue +46 -46
- package/src/views/pc/default/header-modules/DgHeader/index.vue +38 -38
- package/src/views/pc/default/header-modules/active.vue +177 -177
- package/src/views/pc/default/header-modules/header.vue +97 -97
- package/src/views/pc/default/header-modules/headerA.vue +142 -142
- package/src/views/pc/default/header-modules/headerFLPT.vue +157 -157
- package/src/views/pc/default/header-modules/headerMh.vue +187 -187
- package/src/views/pc/default/header-modules/headerNew.vue +121 -121
- package/src/views/pc/default/header-modules/headerSDX.vue +304 -304
- package/src/views/pc/default/header-modules/headerStyle2.vue +173 -173
- package/src/views/pc/default/header-modules/headerStyle3.vue +190 -190
- package/src/views/pc/default/header-modules/headerStyle4.vue +163 -163
- package/src/views/pc/default/header-modules/headerStyleAns.vue +400 -400
- package/src/views/pc/default/header-modules/headerStyleBulk.vue +427 -427
- package/src/views/pc/default/header-modules/headerStyleDefalut.vue +209 -209
- package/src/views/pc/default/header-modules/headerStyleKYW.vue +435 -435
- package/src/views/pc/default/header-modules/headerStyle_yzj.vue +427 -427
- package/src/views/pc/default/header-modules/headerayd.vue +187 -187
- package/src/views/pc/default/header-modules/index.vue +466 -466
- package/src/views/pc/default/header-modules/ymHeader.vue +292 -292
- package/src/views/pc/default/header-modules/ysHeader.vue +248 -248
- package/src/views/pc/default/header-modules/zgl.vue +855 -855
- package/src/views/pc/default/leftMenu-modules/leftMenu-logo.vue +194 -194
- package/src/views/pc/default/leftMenu-modules/leftMenu-style2.vue +206 -206
- package/src/views/pc/default/leftMenu-modules/leftMenu-style3.vue +207 -207
- package/src/views/pc/default/leftMenu-modules/leftMenu-style4.vue +192 -192
- package/src/views/pc/default/leftMenu-modules/leftMenu.vue +183 -183
- package/src/views/pc/default/leftMenu-modules/leftMenuDefault.vue +212 -212
- package/src/views/pc/default/leftMenu-modules/leftMenuDefaultEn.vue +214 -214
- package/src/views/pc/default/leftMenu-modules/leftMenuDefaultFLPT.vue +220 -220
- package/src/views/pc/default/leftMenu-modules/leftMenuDefaultayd.vue +220 -220
- package/src/views/pc/default/nav-modules/nav.vue +52 -52
- package/src/views/pc/default/nav-modules/navAns.vue +60 -60
- package/src/views/pc/default/nav-modules/navBulk.vue +60 -60
- package/src/views/pc/default/top-modules/DgTopShortcut/index.vue +177 -177
- package/src/views/pc/default/top-modules/Toplg.vue +280 -280
- package/src/views/pc/default/top-modules/topA.vue +136 -136
- package/src/views/pc/default/top-modules/topAns.vue +261 -261
- package/src/views/pc/default/top-modules/topAns_yzj.vue +282 -282
- package/src/views/pc/default/top-modules/topBar.vue +304 -304
- package/src/views/pc/default/top-modules/topBulk.vue +280 -280
- package/src/views/pc/default/top-modules/topDefault.vue +244 -244
- package/src/views/pc/default/top-modules/topDefaultDM.vue +197 -197
- package/src/views/pc/default/top-modules/topDefaultNew.vue +271 -271
- package/src/views/pc/default/top-modules/topFLPT.vue +197 -197
- package/src/views/pc/default/top-modules/topHDB.vue +479 -479
- package/src/views/pc/default/top-modules/topKYW.vue +258 -258
- package/src/views/pc/default/top-modules/topMh.vue +174 -174
- package/src/views/pc/default/top-modules/topNew.vue +97 -97
- package/src/views/pc/default/top-modules/topSDX.vue +298 -298
- package/src/views/pc/default/top-modules/topSimple.vue +247 -247
- package/src/views/pc/default/top-modules/topSimpleHy.vue +256 -256
- package/src/views/pc/default/top-modules/topUcc.vue +264 -264
- package/src/views/pc/default/top-modules/topayd.vue +170 -170
- package/src/views/pc/default/top-modules/ymTop.vue +299 -299
- package/src/views/pc/default/top-modules/zgltop.vue +499 -499
- package/src/views/routerView.vue +9 -9
- package/src/views/templates/components/temp-select.vue +80 -80
- package/src/views/templates/components/temp-upload.vue +233 -233
- package/src/views/templates/readme.md +2 -2
- package/src/views/templates/templateInput.vue +421 -421
- package/src/views/templates/templateReadme.html +588 -588
- package/src/views/templates/templateReadme.md +619 -619
- package/src/views/templates/templateTable.vue +2243 -2243
- package/src/views/templates/templateTableData.vue +1883 -1883
- package/src/views/templates/templateUi/templateTableContent.vue +187 -187
- package/src/views/treeTemplate/index.vue +559 -559
- package/src/views/treeTemplate/treeTemplate.md +274 -274
- package/src/views/uploadDialog/index copy.vue +352 -352
- package/src/views/uploadDialog/index.vue +558 -558
- package/src/views/uploadDialog/indexOlay.vue +582 -582
- package/src/views/uploadDialog/indexPM.vue +578 -578
- package/src/views/uploadDialog/indexUpload.vue +543 -543
- package/src/views/uploadDialog/readme.md +45 -45
|
@@ -1,1369 +1,1369 @@
|
|
|
1
|
-
//to reset element-ui default css
|
|
2
|
-
.el-upload {
|
|
3
|
-
input[type="file"] {
|
|
4
|
-
display: none !important;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.el-upload__input {
|
|
9
|
-
display: none;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
//暂时性解决diolag 问题 https://github.com/ElemeFE/element/issues/2461
|
|
13
|
-
.el-dialog {
|
|
14
|
-
transform: none;
|
|
15
|
-
left: 0;
|
|
16
|
-
position: relative;
|
|
17
|
-
margin: 0 auto;
|
|
18
|
-
box-shadow: none;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
//diolag公共样式
|
|
22
|
-
.el-dialog {
|
|
23
|
-
margin-bottom: 15vh;
|
|
24
|
-
|
|
25
|
-
.el-dialog__header {
|
|
26
|
-
padding-left: 26px;
|
|
27
|
-
background-color: #fff;
|
|
28
|
-
|
|
29
|
-
.el-dialog__title {
|
|
30
|
-
font-size: 16px;
|
|
31
|
-
font-weight: bold;
|
|
32
|
-
color: #3f3f3f;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.el-dialog__body {
|
|
37
|
-
padding: 0 26px;
|
|
38
|
-
|
|
39
|
-
.el-form {
|
|
40
|
-
.el-form-item__label {
|
|
41
|
-
text-align: right;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.el-dialog__footer {
|
|
47
|
-
text-align: center;
|
|
48
|
-
padding: 20px;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
//table
|
|
53
|
-
.el-table {
|
|
54
|
-
width: 100%;
|
|
55
|
-
|
|
56
|
-
.el-table-column--selection {
|
|
57
|
-
.cell {
|
|
58
|
-
padding: 0;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.el-table__header {
|
|
63
|
-
width: 100% !important;
|
|
64
|
-
|
|
65
|
-
tr {
|
|
66
|
-
background-color: #f8f8f8
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.cell {
|
|
70
|
-
text-align: left;
|
|
71
|
-
font-size: 14px;
|
|
72
|
-
color: #3f3f3f;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.el-table__body {
|
|
77
|
-
width: 100% !important;
|
|
78
|
-
|
|
79
|
-
.cell {
|
|
80
|
-
color: #444444;
|
|
81
|
-
font-size: 14px;
|
|
82
|
-
text-align: left;
|
|
83
|
-
|
|
84
|
-
.el-button {
|
|
85
|
-
width: auto;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.el-table__fixed-right {
|
|
91
|
-
height: 100% !important;
|
|
92
|
-
|
|
93
|
-
.el-table__body {
|
|
94
|
-
table-layout: fixed;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.el-table__body-wrapper {
|
|
99
|
-
overflow: auto;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
//element ui upload
|
|
104
|
-
.upload-container {
|
|
105
|
-
.el-upload {
|
|
106
|
-
width: 100%;
|
|
107
|
-
|
|
108
|
-
.el-upload-dragger {
|
|
109
|
-
width: 100%;
|
|
110
|
-
height: 200px;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
//element ui button
|
|
116
|
-
.el-button {
|
|
117
|
-
width: 88px;
|
|
118
|
-
height: 32px;
|
|
119
|
-
border-radius: 4px !important;
|
|
120
|
-
font-size: 12px !important;
|
|
121
|
-
padding: 0 !important;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
//input
|
|
125
|
-
.el-input {
|
|
126
|
-
.el-input__inner {
|
|
127
|
-
border: 1px solid #ebeef5;
|
|
128
|
-
height: 32px;
|
|
129
|
-
line-height: 32px;
|
|
130
|
-
|
|
131
|
-
&:focus {
|
|
132
|
-
border-color: $--color-primary;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
//form
|
|
138
|
-
.el-form {
|
|
139
|
-
.el-form-item {
|
|
140
|
-
width: 100%;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.el-form-item__label {
|
|
144
|
-
text-align: right;
|
|
145
|
-
line-height: 32px;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.el-form-item__content {
|
|
149
|
-
line-height: 32px;
|
|
150
|
-
height: auto;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.el-form.el-form--inline {
|
|
155
|
-
.el-form-item {
|
|
156
|
-
width: auto;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
//el-pagination
|
|
161
|
-
.el-pagination {
|
|
162
|
-
text-align: right;
|
|
163
|
-
padding: 20px;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
//el-dropdown
|
|
167
|
-
.el-dropdown {
|
|
168
|
-
font-size: 12px;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.el-dropdown-menu {
|
|
172
|
-
.el-dropdown-menu__item {
|
|
173
|
-
font-size: 12px;
|
|
174
|
-
line-height: 32px;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
//el-container
|
|
179
|
-
.el-container {
|
|
180
|
-
|
|
181
|
-
.el-header,
|
|
182
|
-
.el-main,
|
|
183
|
-
.el-footer {
|
|
184
|
-
padding: 0;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
//el-select
|
|
189
|
-
.el-select {
|
|
190
|
-
width: 100%;
|
|
191
|
-
border-bottom-color: #ebeef5
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
//el-date-editor
|
|
195
|
-
.el-date-editor {
|
|
196
|
-
border-bottom-color: #ebeef5
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.el-menu-vertical-demo {
|
|
200
|
-
background: $--color-subMenuBg;
|
|
201
|
-
// background: #363e50
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.app-menu-fixed hr {
|
|
205
|
-
background: #41495b;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.el-menu-item,
|
|
209
|
-
.el-menu-item i {
|
|
210
|
-
color: $--color-subMenuColor;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.app-scroll-container .el-menu-vertical {
|
|
214
|
-
opacity: 1;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.el-menu-vertical {
|
|
218
|
-
background-color: $--color-subMenuBg
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/**模板使用颜色**/
|
|
222
|
-
|
|
223
|
-
.primary {
|
|
224
|
-
color: $--color-primary;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.app-menu-fixed li:hover {
|
|
228
|
-
background: #fff;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.app-menu-fixed li:hover a {
|
|
232
|
-
color: $--color-primary;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
/**菜单鼠标经过颜色**/
|
|
236
|
-
|
|
237
|
-
.el-menu-item:hover a,
|
|
238
|
-
.el-menu-item:hover a i {
|
|
239
|
-
color: $--color-primary;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.menu-item .c-theme .iconfont {
|
|
243
|
-
display: inline-block;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
/**二级菜单**/
|
|
247
|
-
|
|
248
|
-
.el-menu-custom .el-menu-item,
|
|
249
|
-
.el-menu-custom .el-menu-item i {
|
|
250
|
-
color: #333;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
//当前位置颜色
|
|
254
|
-
.app-breadcrumb.el-breadcrumb {
|
|
255
|
-
|
|
256
|
-
.index-href {
|
|
257
|
-
color: $--color-primary !important;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
//common darkblue 字体经过风格
|
|
262
|
-
.el-menu-item:hover,
|
|
263
|
-
.el-menu-item:hover a,
|
|
264
|
-
.el-menu-item:hover a i {
|
|
265
|
-
color: $--color-primary
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.el-menu-item.is-active,
|
|
269
|
-
.el-menu-item.is-active a,
|
|
270
|
-
.el-menu-item.is-active a i {
|
|
271
|
-
color: $--color-primary;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.el-menu-ul ol li .el-dl-list-box .active a,
|
|
275
|
-
.el-menu-ul ol li .el-dl-list-box .is-active3 a {
|
|
276
|
-
color: $--color-primary;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.el-menu-ul ol li.active .el-li-title>a {
|
|
280
|
-
color: $--color-primary
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.el-menu-ul a.active,
|
|
284
|
-
.el-menu-ul .active>a {
|
|
285
|
-
color: $--color-primary
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
//common darkblue 头部颜色
|
|
289
|
-
|
|
290
|
-
.nav-bg,
|
|
291
|
-
.el-menu--horizontal {
|
|
292
|
-
background: $-color-subHeaderBg !important
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
// start consult 咨询 订单详情,评论
|
|
299
|
-
.consult-wrap,
|
|
300
|
-
.order-detail-wrap,
|
|
301
|
-
.comment-wrap {
|
|
302
|
-
.base-color {
|
|
303
|
-
color: $--color-primary;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.assist-color {
|
|
307
|
-
color: $-color-auxiliary;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.base-bg {
|
|
311
|
-
background: $--color-primary;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
// 我的福点
|
|
316
|
-
.my-wallet-wrap {
|
|
317
|
-
.yue {
|
|
318
|
-
color: $--color-subMenuColor;
|
|
319
|
-
background-color: $--color-primary;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.list-wrap {
|
|
323
|
-
h3 {
|
|
324
|
-
color: $--color-primary;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.table-wrap {
|
|
328
|
-
.has-gutter {
|
|
329
|
-
th {
|
|
330
|
-
background-color: $--color-primary;
|
|
331
|
-
|
|
332
|
-
.cell {
|
|
333
|
-
color: $--color-primary;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
// 打赏管理
|
|
342
|
-
.reward-wrap {
|
|
343
|
-
.table-wrap {
|
|
344
|
-
.has-gutter {
|
|
345
|
-
th {
|
|
346
|
-
background-color: $--color-primary;
|
|
347
|
-
|
|
348
|
-
.cell {
|
|
349
|
-
color: $--color-subMenuColor;
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.el-dialog__header {
|
|
355
|
-
background-color: $--color-primary;
|
|
356
|
-
color: $--color-subMenuColor;
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
// 购物车
|
|
362
|
-
.cart-wrap {
|
|
363
|
-
.car-settlement {
|
|
364
|
-
.left {
|
|
365
|
-
p {
|
|
366
|
-
color: #666666;
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.middle {
|
|
371
|
-
p {
|
|
372
|
-
color: $--color-primary;
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.right {
|
|
377
|
-
span {
|
|
378
|
-
color: $--color-primary;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.el-button {
|
|
382
|
-
background-color: $--color-primary;
|
|
383
|
-
color: #ffffff;
|
|
384
|
-
border-color: $--color-primary;
|
|
385
|
-
|
|
386
|
-
span {
|
|
387
|
-
color: #ffffff;
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
.checkboxWrap {
|
|
399
|
-
|
|
400
|
-
.checkbox-btn input[type="checkbox"],
|
|
401
|
-
.checkbox-btn .el-icon-check {
|
|
402
|
-
background-color: #ffffff;
|
|
403
|
-
border: solid 1px #dddddd;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.checkbox-btn .el-icon-check:before {
|
|
407
|
-
display: none;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.checkbox-btn input[type="checkbox"]:checked+.el-icon-check {
|
|
411
|
-
border-color: $--color-primary;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.checkbox-btn input[type="checkbox"]:checked+.el-icon-check:before {
|
|
415
|
-
color: $--color-primary;
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.cart-list {
|
|
420
|
-
.cart-head {
|
|
421
|
-
.shop-title {
|
|
422
|
-
border-bottom: 2px solid $--color-primary;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
span {
|
|
426
|
-
color: #222222;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
ul {
|
|
430
|
-
background-color: #fafafa;
|
|
431
|
-
|
|
432
|
-
li {
|
|
433
|
-
color: #666666;
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.cart-cont {
|
|
439
|
-
.promotion-title {
|
|
440
|
-
background: #FAFAFA;
|
|
441
|
-
// border-bottom: 1px solid #eee;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.promotion-icon {
|
|
445
|
-
background-color: $--color-primary;
|
|
446
|
-
color: #fff;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.updatePm {
|
|
450
|
-
.color-red {
|
|
451
|
-
color: $--color-primary
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
li {
|
|
456
|
-
background-color: #ffffff;
|
|
457
|
-
box-shadow: inset 0px -1px 0px 0px #eeeeee;
|
|
458
|
-
|
|
459
|
-
.good-name {
|
|
460
|
-
h3 {
|
|
461
|
-
color: #222222;
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
h4 {
|
|
466
|
-
color: #444444;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
button {
|
|
470
|
-
background-color: #ffffff;
|
|
471
|
-
border: solid 1px #dddddd;
|
|
472
|
-
color: #666666;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.quantity {
|
|
476
|
-
input {
|
|
477
|
-
background-color: #ffffff;
|
|
478
|
-
border-top: 1px solid #ddd;
|
|
479
|
-
border-bottom: 1px solid #ddd;
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.action {
|
|
484
|
-
p {
|
|
485
|
-
color: $--color-primary;
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
.accounts-wrap {
|
|
493
|
-
.account-label {
|
|
494
|
-
color: #222222;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.account-info {
|
|
498
|
-
border-bottom: 2px solid #eeeeee;
|
|
499
|
-
|
|
500
|
-
.right {
|
|
501
|
-
p {
|
|
502
|
-
color: #666666;
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.label {
|
|
507
|
-
color: #666666;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.info {
|
|
511
|
-
color: #666666;
|
|
512
|
-
|
|
513
|
-
&.total {
|
|
514
|
-
color: $--color-primary;
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.submit {
|
|
520
|
-
button {
|
|
521
|
-
background-color: $--color-primary;
|
|
522
|
-
color: #ffffff;
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
.address-list {
|
|
527
|
-
padding: 20px 0;
|
|
528
|
-
|
|
529
|
-
li {
|
|
530
|
-
margin: 14px 0;
|
|
531
|
-
font-size: 16px;
|
|
532
|
-
display: flex;
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
.radio {
|
|
536
|
-
margin-right: 10px;
|
|
537
|
-
|
|
538
|
-
.inner {
|
|
539
|
-
input:checked+span {
|
|
540
|
-
background-color: $--color-primary;
|
|
541
|
-
|
|
542
|
-
i {
|
|
543
|
-
color: #fff;
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
a {
|
|
550
|
-
color: $--color-primary;
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
.el-select {
|
|
557
|
-
.el-input .el-input__inner {
|
|
558
|
-
border-color: #dddddd;
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
.account-item-wrap {
|
|
564
|
-
.account-item {
|
|
565
|
-
.top {
|
|
566
|
-
background-color: #fff;
|
|
567
|
-
|
|
568
|
-
.left {
|
|
569
|
-
color: #222222;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.right {
|
|
573
|
-
p {
|
|
574
|
-
color: #222222;
|
|
575
|
-
|
|
576
|
-
span {
|
|
577
|
-
color: #444444;
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
.manage {
|
|
582
|
-
color: $--color-primary;
|
|
583
|
-
}
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
li {
|
|
589
|
-
background-color: #ffffff;
|
|
590
|
-
box-shadow: inset 0px -1px 0px 0px #eeeeee;
|
|
591
|
-
|
|
592
|
-
img {
|
|
593
|
-
max-width: 100%;
|
|
594
|
-
max-height: 100%;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
.good-name {
|
|
598
|
-
h3 {
|
|
599
|
-
color: #222222;
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
h4 {
|
|
604
|
-
color: #444444;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.subtotal {
|
|
608
|
-
color: $--color-primary;
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.addAddress-wrap {
|
|
614
|
-
.cancel {
|
|
615
|
-
background: #f5f5f5;
|
|
616
|
-
border-color: #f5f5f5;
|
|
617
|
-
color: #999999;
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
.account-radio-wrap {
|
|
622
|
-
.inner {
|
|
623
|
-
span {
|
|
624
|
-
background-color: #ffffff;
|
|
625
|
-
border: solid 1px #e0e0e0;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
input:checked+span {
|
|
629
|
-
border-color: $--color-primary;
|
|
630
|
-
|
|
631
|
-
i {
|
|
632
|
-
color: $--color-primary;
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
.payment-wrap {
|
|
639
|
-
background-color: #f7f7f7;
|
|
640
|
-
|
|
641
|
-
.m10 {}
|
|
642
|
-
|
|
643
|
-
.red {
|
|
644
|
-
color: $--color-primary;
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
.order-info {
|
|
648
|
-
background-color: #fff;
|
|
649
|
-
|
|
650
|
-
.info {
|
|
651
|
-
color: #4d4d4d;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.el-icon-circle-check-outline {
|
|
655
|
-
color: #68b931;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.address-list {
|
|
659
|
-
p {
|
|
660
|
-
color: #666666;
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
.right {
|
|
665
|
-
color: $--color-primary;
|
|
666
|
-
border-left: 1px solid #f7f7f7;
|
|
667
|
-
|
|
668
|
-
span {
|
|
669
|
-
color: $--color-primary;
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
.payment-tit {
|
|
675
|
-
background: #fff;
|
|
676
|
-
|
|
677
|
-
.tit {
|
|
678
|
-
color: #4d4d4d;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
p {
|
|
682
|
-
color: #333333;
|
|
683
|
-
|
|
684
|
-
span {
|
|
685
|
-
color: $--color-primary;
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.payment-type-wrap {
|
|
691
|
-
.payment-cont {
|
|
692
|
-
background: #fff;
|
|
693
|
-
|
|
694
|
-
.payment-item {
|
|
695
|
-
.info {
|
|
696
|
-
color: #666666;
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
.list {
|
|
701
|
-
li {
|
|
702
|
-
background-color: #ffffff;
|
|
703
|
-
border: solid 1px #e0e0e0;
|
|
704
|
-
|
|
705
|
-
label {
|
|
706
|
-
color: #666666;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
&.on {
|
|
710
|
-
border-color: $--color-primary;
|
|
711
|
-
|
|
712
|
-
i {
|
|
713
|
-
color: #ffffff;
|
|
714
|
-
border-right: 20px solid $--color-primary;
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.submit-wrap,
|
|
723
|
-
.bottom-wrap {
|
|
724
|
-
button {
|
|
725
|
-
background-color: $--color-primary;
|
|
726
|
-
color: #ffffff;
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.password-wrap {
|
|
731
|
-
span {
|
|
732
|
-
color: $--color-primary;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
p {
|
|
736
|
-
color: $--color-primary;
|
|
737
|
-
}
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
.surePay {
|
|
741
|
-
background-color: $--color-primary;
|
|
742
|
-
color: #ffffff;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
.batch-wrap {
|
|
746
|
-
.info {
|
|
747
|
-
background: #fff;
|
|
748
|
-
|
|
749
|
-
input {
|
|
750
|
-
border: solid 1px #e0e0e0;
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
.pwd-wrap {
|
|
757
|
-
border: 1px solid #adadad;
|
|
758
|
-
|
|
759
|
-
.shortInput {
|
|
760
|
-
border-right: 1px solid #adadad;
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
.pay-radio-wrap {
|
|
765
|
-
.inner {
|
|
766
|
-
span {
|
|
767
|
-
background-color: #ffffff;
|
|
768
|
-
border: solid 1px #e0e0e0;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
input:checked+span {
|
|
772
|
-
border-color: $--color-primary;
|
|
773
|
-
|
|
774
|
-
i {
|
|
775
|
-
color: $--color-primary;
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
.result-wrap {
|
|
782
|
-
.order-statu {
|
|
783
|
-
background: #fff;
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
.su-f {
|
|
787
|
-
background: #fff;
|
|
788
|
-
|
|
789
|
-
a {
|
|
790
|
-
&:nth-child(1) {
|
|
791
|
-
color: $--color-primary;
|
|
792
|
-
border: 1px solid $--color-primary;
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
&:nth-child(2) {
|
|
796
|
-
background: $--color-primary;
|
|
797
|
-
border: 1px solid $--color-primary;
|
|
798
|
-
color: #fff;
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
// 订单页
|
|
805
|
-
.order-wrap {
|
|
806
|
-
background-color: #f8f8f8 !important;
|
|
807
|
-
|
|
808
|
-
.header-filter {
|
|
809
|
-
background-color: #fff;
|
|
810
|
-
border-bottom: 2px solid #d2d9df;
|
|
811
|
-
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
.dialog-content {
|
|
815
|
-
color: #666666;
|
|
816
|
-
}
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.order-wrap {
|
|
820
|
-
.content {
|
|
821
|
-
.el-tabs__item {
|
|
822
|
-
&:after {
|
|
823
|
-
content: "";
|
|
824
|
-
position: absolute;
|
|
825
|
-
right: 0;
|
|
826
|
-
width: 1px;
|
|
827
|
-
height: 20px;
|
|
828
|
-
background-color: #dddddd;
|
|
829
|
-
}
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.el-tabs__item.is-active {
|
|
833
|
-
color: $--color-primary;
|
|
834
|
-
border-bottom: 0;
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
.order-detail-wrap {
|
|
840
|
-
.header {
|
|
841
|
-
color: #333333;
|
|
842
|
-
border-bottom: 4px solid #f5f5f5;
|
|
843
|
-
|
|
844
|
-
button {
|
|
845
|
-
border: solid 1px #e0e0e0;
|
|
846
|
-
|
|
847
|
-
&:first-child {
|
|
848
|
-
background-color: #fff;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
&.again-buy {
|
|
852
|
-
color: #fff;
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
h4 {
|
|
858
|
-
color: #333333;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
.commonInfo {
|
|
862
|
-
color: #666666;
|
|
863
|
-
border-bottom: 1px solid #ededed;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
.goodsInfo {
|
|
867
|
-
border-bottom: 4px solid #f5f5f5;
|
|
868
|
-
|
|
869
|
-
.goodsItem {
|
|
870
|
-
>div {
|
|
871
|
-
color: #666666;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
.goods {
|
|
875
|
-
.name {
|
|
876
|
-
p {
|
|
877
|
-
color: #666666;
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
span {
|
|
881
|
-
color: #999999;
|
|
882
|
-
}
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
.orderInfo {
|
|
889
|
-
.inner-info {
|
|
890
|
-
color: #666666;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.total {
|
|
894
|
-
color: #3d3d3d;
|
|
895
|
-
}
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.dialog-content {
|
|
899
|
-
color: #666666;
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
.order-item-wrap {
|
|
904
|
-
.empty {
|
|
905
|
-
color: #999;
|
|
906
|
-
background-color: #fff;
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
.order-item {
|
|
910
|
-
background-color: #fff;
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
.top {
|
|
914
|
-
background: #fafafa;
|
|
915
|
-
|
|
916
|
-
.left {
|
|
917
|
-
color: #000000;
|
|
918
|
-
|
|
919
|
-
i {
|
|
920
|
-
background-color: $--color-primary;
|
|
921
|
-
color: #fff;
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.right {
|
|
926
|
-
color: #999999;
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.item {
|
|
931
|
-
background-color: #fff;
|
|
932
|
-
|
|
933
|
-
.info {
|
|
934
|
-
h4 {
|
|
935
|
-
color: #333;
|
|
936
|
-
}
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
.state {
|
|
940
|
-
a {
|
|
941
|
-
color: $--color-primary;
|
|
942
|
-
}
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
.action {
|
|
946
|
-
a {
|
|
947
|
-
color: $--color-primary;
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
.logic-wrap {
|
|
954
|
-
background-color: #fff;
|
|
955
|
-
|
|
956
|
-
.logic-list {
|
|
957
|
-
li {
|
|
958
|
-
|
|
959
|
-
&:first-child,
|
|
960
|
-
&:last-child {
|
|
961
|
-
.right:after {
|
|
962
|
-
content: "";
|
|
963
|
-
width: 5px;
|
|
964
|
-
height: calc(50% - 20px);
|
|
965
|
-
background-color: #fff;
|
|
966
|
-
position: absolute;
|
|
967
|
-
top: 0;
|
|
968
|
-
left: -3px;
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
color: #666;
|
|
974
|
-
|
|
975
|
-
.active {
|
|
976
|
-
color: $--color-primary;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
.right {
|
|
980
|
-
border-left: 1px dashed #999;
|
|
981
|
-
}
|
|
982
|
-
}
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
.logic-wrap {
|
|
986
|
-
.el-scrollbar__bar {
|
|
987
|
-
background-color: #f5f5f5;
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
.el-scrollbar__thumb {
|
|
991
|
-
background-color: #999999;
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
.confirm-wrap {
|
|
996
|
-
.mask {
|
|
997
|
-
background-color: #000;
|
|
998
|
-
z-index: 10000;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
.content {
|
|
1002
|
-
background-color: #fff;
|
|
1003
|
-
|
|
1004
|
-
.confirm {
|
|
1005
|
-
background: #243646;
|
|
1006
|
-
color: #fff;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
.cancel {
|
|
1010
|
-
border: 1px solid #e0e0e0;
|
|
1011
|
-
background-color: #f5f5f5;
|
|
1012
|
-
color: #999999;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
.title {
|
|
1016
|
-
color: #666666;
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
// 我的工程
|
|
1022
|
-
.progress {
|
|
1023
|
-
.isBtn {
|
|
1024
|
-
.el-step__title {
|
|
1025
|
-
background: $--color-primary;
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
//layout-ucc 主题色
|
|
1032
|
-
.tool-menu-svg {
|
|
1033
|
-
background: $--color-subMenuBg;
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
.common-theme {
|
|
1037
|
-
|
|
1038
|
-
.el-input-group__append,
|
|
1039
|
-
.el-input-group__prepend {
|
|
1040
|
-
background: $--color-primary;
|
|
1041
|
-
border: 1px solid $--color-primary;
|
|
1042
|
-
color: #fff !important;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.search-box .el-input .el-input__inner {
|
|
1046
|
-
border: 1px solid $--color-primary;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
.top-left-ul {
|
|
1054
|
-
li {
|
|
1055
|
-
a {
|
|
1056
|
-
&:hover {
|
|
1057
|
-
color: $--color-primary
|
|
1058
|
-
}
|
|
1059
|
-
}
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
.common-top-bar {
|
|
1064
|
-
.inner {
|
|
1065
|
-
.right {
|
|
1066
|
-
ul li {
|
|
1067
|
-
&:hover a {
|
|
1068
|
-
color: $--color-primary;
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
}
|
|
1072
|
-
}
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
.menu-item a.active {
|
|
1076
|
-
color: $--color-primary;
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
.userNav-box {
|
|
1080
|
-
ul {
|
|
1081
|
-
li {
|
|
1082
|
-
a.active {
|
|
1083
|
-
color: $--color-primary;
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
//user
|
|
1090
|
-
.headerUcc {
|
|
1091
|
-
.userHeader {
|
|
1092
|
-
.headerImg {
|
|
1093
|
-
.changeHeader {
|
|
1094
|
-
color: $--color-primary;
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
.headBottom {
|
|
1099
|
-
ul {
|
|
1100
|
-
li {
|
|
1101
|
-
p {
|
|
1102
|
-
span {
|
|
1103
|
-
color: $--color-primary;
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
.userPc {
|
|
1113
|
-
.userCenter {
|
|
1114
|
-
.content {
|
|
1115
|
-
.list {
|
|
1116
|
-
.listText {
|
|
1117
|
-
.ListRight {
|
|
1118
|
-
.ulsFirst {
|
|
1119
|
-
.li:nth-child(2) {
|
|
1120
|
-
.forAdd {
|
|
1121
|
-
.second {
|
|
1122
|
-
.xq {
|
|
1123
|
-
color: $--color-primary;
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
}
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
.li:nth-child(4) {
|
|
1130
|
-
.forAdd {
|
|
1131
|
-
.third {
|
|
1132
|
-
.pay {
|
|
1133
|
-
span {
|
|
1134
|
-
background-color: $--color-primary;
|
|
1135
|
-
}
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
.xq {
|
|
1139
|
-
color: $--color-primary;
|
|
1140
|
-
}
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
//orderucc
|
|
1153
|
-
.orderUcc {
|
|
1154
|
-
.userCenter {
|
|
1155
|
-
.title {
|
|
1156
|
-
p {
|
|
1157
|
-
color: #666;
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.content {
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
.list {
|
|
1165
|
-
|
|
1166
|
-
.listText {
|
|
1167
|
-
.ListRight {
|
|
1168
|
-
.ulsFirst {
|
|
1169
|
-
.li:nth-child(5) {
|
|
1170
|
-
.forAdd {
|
|
1171
|
-
.third {
|
|
1172
|
-
.pay {
|
|
1173
|
-
span {
|
|
1174
|
-
background-color: $--color-primary;
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
.xq {
|
|
1179
|
-
color: $--color-primary;
|
|
1180
|
-
}
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
}
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
// 优惠券
|
|
1193
|
-
.coupon-wrap {
|
|
1194
|
-
.coupon-head {
|
|
1195
|
-
border-bottom: 4px solid #f5f5f5;
|
|
1196
|
-
|
|
1197
|
-
div {
|
|
1198
|
-
color: #666666;
|
|
1199
|
-
|
|
1200
|
-
&.line {
|
|
1201
|
-
background: #e0e0e0;
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
&.active {
|
|
1205
|
-
color: $--color-primary;
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.coupon-item-wrap {
|
|
1212
|
-
li {
|
|
1213
|
-
background: $--color-primary;
|
|
1214
|
-
|
|
1215
|
-
.con {
|
|
1216
|
-
.price {
|
|
1217
|
-
p {
|
|
1218
|
-
color: #ffffff;
|
|
1219
|
-
}
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
.info {
|
|
1223
|
-
color: #fff;
|
|
1224
|
-
}
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
.time {
|
|
1228
|
-
color: $--color-primary;
|
|
1229
|
-
background: rgba(255, 255, 255, 0.5);
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
.other-info {
|
|
1233
|
-
color: $--color-primary;
|
|
1234
|
-
background: rgba(255, 255, 255, 0.5);
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
.round {
|
|
1238
|
-
span {
|
|
1239
|
-
background: #fff;
|
|
1240
|
-
}
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
&.used,
|
|
1244
|
-
&.already {
|
|
1245
|
-
|
|
1246
|
-
.con,
|
|
1247
|
-
.other-info {
|
|
1248
|
-
background: #cfcfcf;
|
|
1249
|
-
color: #b7b7b7;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
.time,
|
|
1253
|
-
.other-info {
|
|
1254
|
-
color: #b7b7b7;
|
|
1255
|
-
background: #e5e5e5;
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
.noImfo {
|
|
1261
|
-
span {
|
|
1262
|
-
color: #666666;
|
|
1263
|
-
}
|
|
1264
|
-
}
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
//user
|
|
1268
|
-
.follow {
|
|
1269
|
-
.header {
|
|
1270
|
-
.left {
|
|
1271
|
-
ul {
|
|
1272
|
-
.active {
|
|
1273
|
-
color: $--color-primary;
|
|
1274
|
-
}
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
}
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
// 我的工程
|
|
1281
|
-
.progress {
|
|
1282
|
-
|
|
1283
|
-
// padding: 20px;
|
|
1284
|
-
.active {
|
|
1285
|
-
.el-step__title {
|
|
1286
|
-
color: #fff;
|
|
1287
|
-
background: $--color-primary;
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
.progress-list {
|
|
1292
|
-
li {
|
|
1293
|
-
h3 {
|
|
1294
|
-
color: #333;
|
|
1295
|
-
|
|
1296
|
-
.isBtn {
|
|
1297
|
-
color: #fff;
|
|
1298
|
-
background-color: $--color-primary;
|
|
1299
|
-
}
|
|
1300
|
-
}
|
|
1301
|
-
}
|
|
1302
|
-
}
|
|
1303
|
-
}
|
|
1304
|
-
|
|
1305
|
-
.follow {
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
.header {
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
.left {
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
ul {
|
|
1315
|
-
|
|
1316
|
-
.active {
|
|
1317
|
-
color: $--color-primary;
|
|
1318
|
-
}
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
.el-rate__icon {
|
|
1325
|
-
color: $--color-primary;
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
input:-webkit-autofill {
|
|
1329
|
-
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
|
1330
|
-
-webkit-text-fill-color: #333;
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
.menu-vertical .menu-item a:hover {
|
|
1334
|
-
color: $--color-primary;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
.logic-wrap {
|
|
1338
|
-
.dialog-footer {
|
|
1339
|
-
button {
|
|
1340
|
-
background: $--color-primary;
|
|
1341
|
-
color: #fff;
|
|
1342
|
-
border-color: $--color-primary;
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
.el-button--default {
|
|
1346
|
-
border: 1px solid #e0e0e0;
|
|
1347
|
-
background-color: #f5f5f5;
|
|
1348
|
-
color: #999999;
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
.el-input__suffix{
|
|
1354
|
-
display: flex;
|
|
1355
|
-
display: -webkit-flex;
|
|
1356
|
-
align-items: center;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
.left-menu-container__logo{
|
|
1360
|
-
.menu-vertical li {
|
|
1361
|
-
&:hover,&.active {
|
|
1362
|
-
border-left: 3px solid $--color-primary;
|
|
1363
|
-
background: rgba(243, 17, 35, 0.1);
|
|
1364
|
-
a {
|
|
1365
|
-
color: $--color-primary;
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1
|
+
//to reset element-ui default css
|
|
2
|
+
.el-upload {
|
|
3
|
+
input[type="file"] {
|
|
4
|
+
display: none !important;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.el-upload__input {
|
|
9
|
+
display: none;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//暂时性解决diolag 问题 https://github.com/ElemeFE/element/issues/2461
|
|
13
|
+
.el-dialog {
|
|
14
|
+
transform: none;
|
|
15
|
+
left: 0;
|
|
16
|
+
position: relative;
|
|
17
|
+
margin: 0 auto;
|
|
18
|
+
box-shadow: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
//diolag公共样式
|
|
22
|
+
.el-dialog {
|
|
23
|
+
margin-bottom: 15vh;
|
|
24
|
+
|
|
25
|
+
.el-dialog__header {
|
|
26
|
+
padding-left: 26px;
|
|
27
|
+
background-color: #fff;
|
|
28
|
+
|
|
29
|
+
.el-dialog__title {
|
|
30
|
+
font-size: 16px;
|
|
31
|
+
font-weight: bold;
|
|
32
|
+
color: #3f3f3f;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.el-dialog__body {
|
|
37
|
+
padding: 0 26px;
|
|
38
|
+
|
|
39
|
+
.el-form {
|
|
40
|
+
.el-form-item__label {
|
|
41
|
+
text-align: right;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.el-dialog__footer {
|
|
47
|
+
text-align: center;
|
|
48
|
+
padding: 20px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
//table
|
|
53
|
+
.el-table {
|
|
54
|
+
width: 100%;
|
|
55
|
+
|
|
56
|
+
.el-table-column--selection {
|
|
57
|
+
.cell {
|
|
58
|
+
padding: 0;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.el-table__header {
|
|
63
|
+
width: 100% !important;
|
|
64
|
+
|
|
65
|
+
tr {
|
|
66
|
+
background-color: #f8f8f8
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.cell {
|
|
70
|
+
text-align: left;
|
|
71
|
+
font-size: 14px;
|
|
72
|
+
color: #3f3f3f;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.el-table__body {
|
|
77
|
+
width: 100% !important;
|
|
78
|
+
|
|
79
|
+
.cell {
|
|
80
|
+
color: #444444;
|
|
81
|
+
font-size: 14px;
|
|
82
|
+
text-align: left;
|
|
83
|
+
|
|
84
|
+
.el-button {
|
|
85
|
+
width: auto;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.el-table__fixed-right {
|
|
91
|
+
height: 100% !important;
|
|
92
|
+
|
|
93
|
+
.el-table__body {
|
|
94
|
+
table-layout: fixed;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.el-table__body-wrapper {
|
|
99
|
+
overflow: auto;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
//element ui upload
|
|
104
|
+
.upload-container {
|
|
105
|
+
.el-upload {
|
|
106
|
+
width: 100%;
|
|
107
|
+
|
|
108
|
+
.el-upload-dragger {
|
|
109
|
+
width: 100%;
|
|
110
|
+
height: 200px;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
//element ui button
|
|
116
|
+
.el-button {
|
|
117
|
+
width: 88px;
|
|
118
|
+
height: 32px;
|
|
119
|
+
border-radius: 4px !important;
|
|
120
|
+
font-size: 12px !important;
|
|
121
|
+
padding: 0 !important;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
//input
|
|
125
|
+
.el-input {
|
|
126
|
+
.el-input__inner {
|
|
127
|
+
border: 1px solid #ebeef5;
|
|
128
|
+
height: 32px;
|
|
129
|
+
line-height: 32px;
|
|
130
|
+
|
|
131
|
+
&:focus {
|
|
132
|
+
border-color: $--color-primary;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
//form
|
|
138
|
+
.el-form {
|
|
139
|
+
.el-form-item {
|
|
140
|
+
width: 100%;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.el-form-item__label {
|
|
144
|
+
text-align: right;
|
|
145
|
+
line-height: 32px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.el-form-item__content {
|
|
149
|
+
line-height: 32px;
|
|
150
|
+
height: auto;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.el-form.el-form--inline {
|
|
155
|
+
.el-form-item {
|
|
156
|
+
width: auto;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
//el-pagination
|
|
161
|
+
.el-pagination {
|
|
162
|
+
text-align: right;
|
|
163
|
+
padding: 20px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
//el-dropdown
|
|
167
|
+
.el-dropdown {
|
|
168
|
+
font-size: 12px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.el-dropdown-menu {
|
|
172
|
+
.el-dropdown-menu__item {
|
|
173
|
+
font-size: 12px;
|
|
174
|
+
line-height: 32px;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
//el-container
|
|
179
|
+
.el-container {
|
|
180
|
+
|
|
181
|
+
.el-header,
|
|
182
|
+
.el-main,
|
|
183
|
+
.el-footer {
|
|
184
|
+
padding: 0;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
//el-select
|
|
189
|
+
.el-select {
|
|
190
|
+
width: 100%;
|
|
191
|
+
border-bottom-color: #ebeef5
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
//el-date-editor
|
|
195
|
+
.el-date-editor {
|
|
196
|
+
border-bottom-color: #ebeef5
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.el-menu-vertical-demo {
|
|
200
|
+
background: $--color-subMenuBg;
|
|
201
|
+
// background: #363e50
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.app-menu-fixed hr {
|
|
205
|
+
background: #41495b;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.el-menu-item,
|
|
209
|
+
.el-menu-item i {
|
|
210
|
+
color: $--color-subMenuColor;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.app-scroll-container .el-menu-vertical {
|
|
214
|
+
opacity: 1;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.el-menu-vertical {
|
|
218
|
+
background-color: $--color-subMenuBg
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/**模板使用颜色**/
|
|
222
|
+
|
|
223
|
+
.primary {
|
|
224
|
+
color: $--color-primary;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.app-menu-fixed li:hover {
|
|
228
|
+
background: #fff;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.app-menu-fixed li:hover a {
|
|
232
|
+
color: $--color-primary;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/**菜单鼠标经过颜色**/
|
|
236
|
+
|
|
237
|
+
.el-menu-item:hover a,
|
|
238
|
+
.el-menu-item:hover a i {
|
|
239
|
+
color: $--color-primary;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.menu-item .c-theme .iconfont {
|
|
243
|
+
display: inline-block;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/**二级菜单**/
|
|
247
|
+
|
|
248
|
+
.el-menu-custom .el-menu-item,
|
|
249
|
+
.el-menu-custom .el-menu-item i {
|
|
250
|
+
color: #333;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
//当前位置颜色
|
|
254
|
+
.app-breadcrumb.el-breadcrumb {
|
|
255
|
+
|
|
256
|
+
.index-href {
|
|
257
|
+
color: $--color-primary !important;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
//common darkblue 字体经过风格
|
|
262
|
+
.el-menu-item:hover,
|
|
263
|
+
.el-menu-item:hover a,
|
|
264
|
+
.el-menu-item:hover a i {
|
|
265
|
+
color: $--color-primary
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.el-menu-item.is-active,
|
|
269
|
+
.el-menu-item.is-active a,
|
|
270
|
+
.el-menu-item.is-active a i {
|
|
271
|
+
color: $--color-primary;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.el-menu-ul ol li .el-dl-list-box .active a,
|
|
275
|
+
.el-menu-ul ol li .el-dl-list-box .is-active3 a {
|
|
276
|
+
color: $--color-primary;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.el-menu-ul ol li.active .el-li-title>a {
|
|
280
|
+
color: $--color-primary
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.el-menu-ul a.active,
|
|
284
|
+
.el-menu-ul .active>a {
|
|
285
|
+
color: $--color-primary
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
//common darkblue 头部颜色
|
|
289
|
+
|
|
290
|
+
.nav-bg,
|
|
291
|
+
.el-menu--horizontal {
|
|
292
|
+
background: $-color-subHeaderBg !important
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
// start consult 咨询 订单详情,评论
|
|
299
|
+
.consult-wrap,
|
|
300
|
+
.order-detail-wrap,
|
|
301
|
+
.comment-wrap {
|
|
302
|
+
.base-color {
|
|
303
|
+
color: $--color-primary;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.assist-color {
|
|
307
|
+
color: $-color-auxiliary;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.base-bg {
|
|
311
|
+
background: $--color-primary;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
// 我的福点
|
|
316
|
+
.my-wallet-wrap {
|
|
317
|
+
.yue {
|
|
318
|
+
color: $--color-subMenuColor;
|
|
319
|
+
background-color: $--color-primary;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.list-wrap {
|
|
323
|
+
h3 {
|
|
324
|
+
color: $--color-primary;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.table-wrap {
|
|
328
|
+
.has-gutter {
|
|
329
|
+
th {
|
|
330
|
+
background-color: $--color-primary;
|
|
331
|
+
|
|
332
|
+
.cell {
|
|
333
|
+
color: $--color-primary;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
// 打赏管理
|
|
342
|
+
.reward-wrap {
|
|
343
|
+
.table-wrap {
|
|
344
|
+
.has-gutter {
|
|
345
|
+
th {
|
|
346
|
+
background-color: $--color-primary;
|
|
347
|
+
|
|
348
|
+
.cell {
|
|
349
|
+
color: $--color-subMenuColor;
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.el-dialog__header {
|
|
355
|
+
background-color: $--color-primary;
|
|
356
|
+
color: $--color-subMenuColor;
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
// 购物车
|
|
362
|
+
.cart-wrap {
|
|
363
|
+
.car-settlement {
|
|
364
|
+
.left {
|
|
365
|
+
p {
|
|
366
|
+
color: #666666;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.middle {
|
|
371
|
+
p {
|
|
372
|
+
color: $--color-primary;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.right {
|
|
377
|
+
span {
|
|
378
|
+
color: $--color-primary;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.el-button {
|
|
382
|
+
background-color: $--color-primary;
|
|
383
|
+
color: #ffffff;
|
|
384
|
+
border-color: $--color-primary;
|
|
385
|
+
|
|
386
|
+
span {
|
|
387
|
+
color: #ffffff;
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
.checkboxWrap {
|
|
399
|
+
|
|
400
|
+
.checkbox-btn input[type="checkbox"],
|
|
401
|
+
.checkbox-btn .el-icon-check {
|
|
402
|
+
background-color: #ffffff;
|
|
403
|
+
border: solid 1px #dddddd;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.checkbox-btn .el-icon-check:before {
|
|
407
|
+
display: none;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.checkbox-btn input[type="checkbox"]:checked+.el-icon-check {
|
|
411
|
+
border-color: $--color-primary;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.checkbox-btn input[type="checkbox"]:checked+.el-icon-check:before {
|
|
415
|
+
color: $--color-primary;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.cart-list {
|
|
420
|
+
.cart-head {
|
|
421
|
+
.shop-title {
|
|
422
|
+
border-bottom: 2px solid $--color-primary;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
span {
|
|
426
|
+
color: #222222;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
ul {
|
|
430
|
+
background-color: #fafafa;
|
|
431
|
+
|
|
432
|
+
li {
|
|
433
|
+
color: #666666;
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.cart-cont {
|
|
439
|
+
.promotion-title {
|
|
440
|
+
background: #FAFAFA;
|
|
441
|
+
// border-bottom: 1px solid #eee;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.promotion-icon {
|
|
445
|
+
background-color: $--color-primary;
|
|
446
|
+
color: #fff;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.updatePm {
|
|
450
|
+
.color-red {
|
|
451
|
+
color: $--color-primary
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
li {
|
|
456
|
+
background-color: #ffffff;
|
|
457
|
+
box-shadow: inset 0px -1px 0px 0px #eeeeee;
|
|
458
|
+
|
|
459
|
+
.good-name {
|
|
460
|
+
h3 {
|
|
461
|
+
color: #222222;
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
h4 {
|
|
466
|
+
color: #444444;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
button {
|
|
470
|
+
background-color: #ffffff;
|
|
471
|
+
border: solid 1px #dddddd;
|
|
472
|
+
color: #666666;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.quantity {
|
|
476
|
+
input {
|
|
477
|
+
background-color: #ffffff;
|
|
478
|
+
border-top: 1px solid #ddd;
|
|
479
|
+
border-bottom: 1px solid #ddd;
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.action {
|
|
484
|
+
p {
|
|
485
|
+
color: $--color-primary;
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.accounts-wrap {
|
|
493
|
+
.account-label {
|
|
494
|
+
color: #222222;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.account-info {
|
|
498
|
+
border-bottom: 2px solid #eeeeee;
|
|
499
|
+
|
|
500
|
+
.right {
|
|
501
|
+
p {
|
|
502
|
+
color: #666666;
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.label {
|
|
507
|
+
color: #666666;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.info {
|
|
511
|
+
color: #666666;
|
|
512
|
+
|
|
513
|
+
&.total {
|
|
514
|
+
color: $--color-primary;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.submit {
|
|
520
|
+
button {
|
|
521
|
+
background-color: $--color-primary;
|
|
522
|
+
color: #ffffff;
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.address-list {
|
|
527
|
+
padding: 20px 0;
|
|
528
|
+
|
|
529
|
+
li {
|
|
530
|
+
margin: 14px 0;
|
|
531
|
+
font-size: 16px;
|
|
532
|
+
display: flex;
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
.radio {
|
|
536
|
+
margin-right: 10px;
|
|
537
|
+
|
|
538
|
+
.inner {
|
|
539
|
+
input:checked+span {
|
|
540
|
+
background-color: $--color-primary;
|
|
541
|
+
|
|
542
|
+
i {
|
|
543
|
+
color: #fff;
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
a {
|
|
550
|
+
color: $--color-primary;
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
.el-select {
|
|
557
|
+
.el-input .el-input__inner {
|
|
558
|
+
border-color: #dddddd;
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.account-item-wrap {
|
|
564
|
+
.account-item {
|
|
565
|
+
.top {
|
|
566
|
+
background-color: #fff;
|
|
567
|
+
|
|
568
|
+
.left {
|
|
569
|
+
color: #222222;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.right {
|
|
573
|
+
p {
|
|
574
|
+
color: #222222;
|
|
575
|
+
|
|
576
|
+
span {
|
|
577
|
+
color: #444444;
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.manage {
|
|
582
|
+
color: $--color-primary;
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
li {
|
|
589
|
+
background-color: #ffffff;
|
|
590
|
+
box-shadow: inset 0px -1px 0px 0px #eeeeee;
|
|
591
|
+
|
|
592
|
+
img {
|
|
593
|
+
max-width: 100%;
|
|
594
|
+
max-height: 100%;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.good-name {
|
|
598
|
+
h3 {
|
|
599
|
+
color: #222222;
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
h4 {
|
|
604
|
+
color: #444444;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.subtotal {
|
|
608
|
+
color: $--color-primary;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.addAddress-wrap {
|
|
614
|
+
.cancel {
|
|
615
|
+
background: #f5f5f5;
|
|
616
|
+
border-color: #f5f5f5;
|
|
617
|
+
color: #999999;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.account-radio-wrap {
|
|
622
|
+
.inner {
|
|
623
|
+
span {
|
|
624
|
+
background-color: #ffffff;
|
|
625
|
+
border: solid 1px #e0e0e0;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
input:checked+span {
|
|
629
|
+
border-color: $--color-primary;
|
|
630
|
+
|
|
631
|
+
i {
|
|
632
|
+
color: $--color-primary;
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.payment-wrap {
|
|
639
|
+
background-color: #f7f7f7;
|
|
640
|
+
|
|
641
|
+
.m10 {}
|
|
642
|
+
|
|
643
|
+
.red {
|
|
644
|
+
color: $--color-primary;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.order-info {
|
|
648
|
+
background-color: #fff;
|
|
649
|
+
|
|
650
|
+
.info {
|
|
651
|
+
color: #4d4d4d;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.el-icon-circle-check-outline {
|
|
655
|
+
color: #68b931;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.address-list {
|
|
659
|
+
p {
|
|
660
|
+
color: #666666;
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.right {
|
|
665
|
+
color: $--color-primary;
|
|
666
|
+
border-left: 1px solid #f7f7f7;
|
|
667
|
+
|
|
668
|
+
span {
|
|
669
|
+
color: $--color-primary;
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.payment-tit {
|
|
675
|
+
background: #fff;
|
|
676
|
+
|
|
677
|
+
.tit {
|
|
678
|
+
color: #4d4d4d;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
p {
|
|
682
|
+
color: #333333;
|
|
683
|
+
|
|
684
|
+
span {
|
|
685
|
+
color: $--color-primary;
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.payment-type-wrap {
|
|
691
|
+
.payment-cont {
|
|
692
|
+
background: #fff;
|
|
693
|
+
|
|
694
|
+
.payment-item {
|
|
695
|
+
.info {
|
|
696
|
+
color: #666666;
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.list {
|
|
701
|
+
li {
|
|
702
|
+
background-color: #ffffff;
|
|
703
|
+
border: solid 1px #e0e0e0;
|
|
704
|
+
|
|
705
|
+
label {
|
|
706
|
+
color: #666666;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
&.on {
|
|
710
|
+
border-color: $--color-primary;
|
|
711
|
+
|
|
712
|
+
i {
|
|
713
|
+
color: #ffffff;
|
|
714
|
+
border-right: 20px solid $--color-primary;
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.submit-wrap,
|
|
723
|
+
.bottom-wrap {
|
|
724
|
+
button {
|
|
725
|
+
background-color: $--color-primary;
|
|
726
|
+
color: #ffffff;
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.password-wrap {
|
|
731
|
+
span {
|
|
732
|
+
color: $--color-primary;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
p {
|
|
736
|
+
color: $--color-primary;
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
.surePay {
|
|
741
|
+
background-color: $--color-primary;
|
|
742
|
+
color: #ffffff;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.batch-wrap {
|
|
746
|
+
.info {
|
|
747
|
+
background: #fff;
|
|
748
|
+
|
|
749
|
+
input {
|
|
750
|
+
border: solid 1px #e0e0e0;
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.pwd-wrap {
|
|
757
|
+
border: 1px solid #adadad;
|
|
758
|
+
|
|
759
|
+
.shortInput {
|
|
760
|
+
border-right: 1px solid #adadad;
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.pay-radio-wrap {
|
|
765
|
+
.inner {
|
|
766
|
+
span {
|
|
767
|
+
background-color: #ffffff;
|
|
768
|
+
border: solid 1px #e0e0e0;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
input:checked+span {
|
|
772
|
+
border-color: $--color-primary;
|
|
773
|
+
|
|
774
|
+
i {
|
|
775
|
+
color: $--color-primary;
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.result-wrap {
|
|
782
|
+
.order-statu {
|
|
783
|
+
background: #fff;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.su-f {
|
|
787
|
+
background: #fff;
|
|
788
|
+
|
|
789
|
+
a {
|
|
790
|
+
&:nth-child(1) {
|
|
791
|
+
color: $--color-primary;
|
|
792
|
+
border: 1px solid $--color-primary;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
&:nth-child(2) {
|
|
796
|
+
background: $--color-primary;
|
|
797
|
+
border: 1px solid $--color-primary;
|
|
798
|
+
color: #fff;
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// 订单页
|
|
805
|
+
.order-wrap {
|
|
806
|
+
background-color: #f8f8f8 !important;
|
|
807
|
+
|
|
808
|
+
.header-filter {
|
|
809
|
+
background-color: #fff;
|
|
810
|
+
border-bottom: 2px solid #d2d9df;
|
|
811
|
+
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.dialog-content {
|
|
815
|
+
color: #666666;
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.order-wrap {
|
|
820
|
+
.content {
|
|
821
|
+
.el-tabs__item {
|
|
822
|
+
&:after {
|
|
823
|
+
content: "";
|
|
824
|
+
position: absolute;
|
|
825
|
+
right: 0;
|
|
826
|
+
width: 1px;
|
|
827
|
+
height: 20px;
|
|
828
|
+
background-color: #dddddd;
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.el-tabs__item.is-active {
|
|
833
|
+
color: $--color-primary;
|
|
834
|
+
border-bottom: 0;
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.order-detail-wrap {
|
|
840
|
+
.header {
|
|
841
|
+
color: #333333;
|
|
842
|
+
border-bottom: 4px solid #f5f5f5;
|
|
843
|
+
|
|
844
|
+
button {
|
|
845
|
+
border: solid 1px #e0e0e0;
|
|
846
|
+
|
|
847
|
+
&:first-child {
|
|
848
|
+
background-color: #fff;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
&.again-buy {
|
|
852
|
+
color: #fff;
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
h4 {
|
|
858
|
+
color: #333333;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.commonInfo {
|
|
862
|
+
color: #666666;
|
|
863
|
+
border-bottom: 1px solid #ededed;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
.goodsInfo {
|
|
867
|
+
border-bottom: 4px solid #f5f5f5;
|
|
868
|
+
|
|
869
|
+
.goodsItem {
|
|
870
|
+
>div {
|
|
871
|
+
color: #666666;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
.goods {
|
|
875
|
+
.name {
|
|
876
|
+
p {
|
|
877
|
+
color: #666666;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
span {
|
|
881
|
+
color: #999999;
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.orderInfo {
|
|
889
|
+
.inner-info {
|
|
890
|
+
color: #666666;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.total {
|
|
894
|
+
color: #3d3d3d;
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
.dialog-content {
|
|
899
|
+
color: #666666;
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.order-item-wrap {
|
|
904
|
+
.empty {
|
|
905
|
+
color: #999;
|
|
906
|
+
background-color: #fff;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.order-item {
|
|
910
|
+
background-color: #fff;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.top {
|
|
914
|
+
background: #fafafa;
|
|
915
|
+
|
|
916
|
+
.left {
|
|
917
|
+
color: #000000;
|
|
918
|
+
|
|
919
|
+
i {
|
|
920
|
+
background-color: $--color-primary;
|
|
921
|
+
color: #fff;
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
.right {
|
|
926
|
+
color: #999999;
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.item {
|
|
931
|
+
background-color: #fff;
|
|
932
|
+
|
|
933
|
+
.info {
|
|
934
|
+
h4 {
|
|
935
|
+
color: #333;
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.state {
|
|
940
|
+
a {
|
|
941
|
+
color: $--color-primary;
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.action {
|
|
946
|
+
a {
|
|
947
|
+
color: $--color-primary;
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.logic-wrap {
|
|
954
|
+
background-color: #fff;
|
|
955
|
+
|
|
956
|
+
.logic-list {
|
|
957
|
+
li {
|
|
958
|
+
|
|
959
|
+
&:first-child,
|
|
960
|
+
&:last-child {
|
|
961
|
+
.right:after {
|
|
962
|
+
content: "";
|
|
963
|
+
width: 5px;
|
|
964
|
+
height: calc(50% - 20px);
|
|
965
|
+
background-color: #fff;
|
|
966
|
+
position: absolute;
|
|
967
|
+
top: 0;
|
|
968
|
+
left: -3px;
|
|
969
|
+
}
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
color: #666;
|
|
974
|
+
|
|
975
|
+
.active {
|
|
976
|
+
color: $--color-primary;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.right {
|
|
980
|
+
border-left: 1px dashed #999;
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.logic-wrap {
|
|
986
|
+
.el-scrollbar__bar {
|
|
987
|
+
background-color: #f5f5f5;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
.el-scrollbar__thumb {
|
|
991
|
+
background-color: #999999;
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.confirm-wrap {
|
|
996
|
+
.mask {
|
|
997
|
+
background-color: #000;
|
|
998
|
+
z-index: 10000;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.content {
|
|
1002
|
+
background-color: #fff;
|
|
1003
|
+
|
|
1004
|
+
.confirm {
|
|
1005
|
+
background: #243646;
|
|
1006
|
+
color: #fff;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.cancel {
|
|
1010
|
+
border: 1px solid #e0e0e0;
|
|
1011
|
+
background-color: #f5f5f5;
|
|
1012
|
+
color: #999999;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
.title {
|
|
1016
|
+
color: #666666;
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
// 我的工程
|
|
1022
|
+
.progress {
|
|
1023
|
+
.isBtn {
|
|
1024
|
+
.el-step__title {
|
|
1025
|
+
background: $--color-primary;
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
//layout-ucc 主题色
|
|
1032
|
+
.tool-menu-svg {
|
|
1033
|
+
background: $--color-subMenuBg;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
.common-theme {
|
|
1037
|
+
|
|
1038
|
+
.el-input-group__append,
|
|
1039
|
+
.el-input-group__prepend {
|
|
1040
|
+
background: $--color-primary;
|
|
1041
|
+
border: 1px solid $--color-primary;
|
|
1042
|
+
color: #fff !important;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.search-box .el-input .el-input__inner {
|
|
1046
|
+
border: 1px solid $--color-primary;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
.top-left-ul {
|
|
1054
|
+
li {
|
|
1055
|
+
a {
|
|
1056
|
+
&:hover {
|
|
1057
|
+
color: $--color-primary
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.common-top-bar {
|
|
1064
|
+
.inner {
|
|
1065
|
+
.right {
|
|
1066
|
+
ul li {
|
|
1067
|
+
&:hover a {
|
|
1068
|
+
color: $--color-primary;
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.menu-item a.active {
|
|
1076
|
+
color: $--color-primary;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
.userNav-box {
|
|
1080
|
+
ul {
|
|
1081
|
+
li {
|
|
1082
|
+
a.active {
|
|
1083
|
+
color: $--color-primary;
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
//user
|
|
1090
|
+
.headerUcc {
|
|
1091
|
+
.userHeader {
|
|
1092
|
+
.headerImg {
|
|
1093
|
+
.changeHeader {
|
|
1094
|
+
color: $--color-primary;
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.headBottom {
|
|
1099
|
+
ul {
|
|
1100
|
+
li {
|
|
1101
|
+
p {
|
|
1102
|
+
span {
|
|
1103
|
+
color: $--color-primary;
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.userPc {
|
|
1113
|
+
.userCenter {
|
|
1114
|
+
.content {
|
|
1115
|
+
.list {
|
|
1116
|
+
.listText {
|
|
1117
|
+
.ListRight {
|
|
1118
|
+
.ulsFirst {
|
|
1119
|
+
.li:nth-child(2) {
|
|
1120
|
+
.forAdd {
|
|
1121
|
+
.second {
|
|
1122
|
+
.xq {
|
|
1123
|
+
color: $--color-primary;
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
.li:nth-child(4) {
|
|
1130
|
+
.forAdd {
|
|
1131
|
+
.third {
|
|
1132
|
+
.pay {
|
|
1133
|
+
span {
|
|
1134
|
+
background-color: $--color-primary;
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.xq {
|
|
1139
|
+
color: $--color-primary;
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
//orderucc
|
|
1153
|
+
.orderUcc {
|
|
1154
|
+
.userCenter {
|
|
1155
|
+
.title {
|
|
1156
|
+
p {
|
|
1157
|
+
color: #666;
|
|
1158
|
+
}
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.content {
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
.list {
|
|
1165
|
+
|
|
1166
|
+
.listText {
|
|
1167
|
+
.ListRight {
|
|
1168
|
+
.ulsFirst {
|
|
1169
|
+
.li:nth-child(5) {
|
|
1170
|
+
.forAdd {
|
|
1171
|
+
.third {
|
|
1172
|
+
.pay {
|
|
1173
|
+
span {
|
|
1174
|
+
background-color: $--color-primary;
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.xq {
|
|
1179
|
+
color: $--color-primary;
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
// 优惠券
|
|
1193
|
+
.coupon-wrap {
|
|
1194
|
+
.coupon-head {
|
|
1195
|
+
border-bottom: 4px solid #f5f5f5;
|
|
1196
|
+
|
|
1197
|
+
div {
|
|
1198
|
+
color: #666666;
|
|
1199
|
+
|
|
1200
|
+
&.line {
|
|
1201
|
+
background: #e0e0e0;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
&.active {
|
|
1205
|
+
color: $--color-primary;
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.coupon-item-wrap {
|
|
1212
|
+
li {
|
|
1213
|
+
background: $--color-primary;
|
|
1214
|
+
|
|
1215
|
+
.con {
|
|
1216
|
+
.price {
|
|
1217
|
+
p {
|
|
1218
|
+
color: #ffffff;
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.info {
|
|
1223
|
+
color: #fff;
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.time {
|
|
1228
|
+
color: $--color-primary;
|
|
1229
|
+
background: rgba(255, 255, 255, 0.5);
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.other-info {
|
|
1233
|
+
color: $--color-primary;
|
|
1234
|
+
background: rgba(255, 255, 255, 0.5);
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
.round {
|
|
1238
|
+
span {
|
|
1239
|
+
background: #fff;
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
&.used,
|
|
1244
|
+
&.already {
|
|
1245
|
+
|
|
1246
|
+
.con,
|
|
1247
|
+
.other-info {
|
|
1248
|
+
background: #cfcfcf;
|
|
1249
|
+
color: #b7b7b7;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
.time,
|
|
1253
|
+
.other-info {
|
|
1254
|
+
color: #b7b7b7;
|
|
1255
|
+
background: #e5e5e5;
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
.noImfo {
|
|
1261
|
+
span {
|
|
1262
|
+
color: #666666;
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
//user
|
|
1268
|
+
.follow {
|
|
1269
|
+
.header {
|
|
1270
|
+
.left {
|
|
1271
|
+
ul {
|
|
1272
|
+
.active {
|
|
1273
|
+
color: $--color-primary;
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
// 我的工程
|
|
1281
|
+
.progress {
|
|
1282
|
+
|
|
1283
|
+
// padding: 20px;
|
|
1284
|
+
.active {
|
|
1285
|
+
.el-step__title {
|
|
1286
|
+
color: #fff;
|
|
1287
|
+
background: $--color-primary;
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.progress-list {
|
|
1292
|
+
li {
|
|
1293
|
+
h3 {
|
|
1294
|
+
color: #333;
|
|
1295
|
+
|
|
1296
|
+
.isBtn {
|
|
1297
|
+
color: #fff;
|
|
1298
|
+
background-color: $--color-primary;
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
.follow {
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
.header {
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
.left {
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
ul {
|
|
1315
|
+
|
|
1316
|
+
.active {
|
|
1317
|
+
color: $--color-primary;
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.el-rate__icon {
|
|
1325
|
+
color: $--color-primary;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
input:-webkit-autofill {
|
|
1329
|
+
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
|
1330
|
+
-webkit-text-fill-color: #333;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
.menu-vertical .menu-item a:hover {
|
|
1334
|
+
color: $--color-primary;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
.logic-wrap {
|
|
1338
|
+
.dialog-footer {
|
|
1339
|
+
button {
|
|
1340
|
+
background: $--color-primary;
|
|
1341
|
+
color: #fff;
|
|
1342
|
+
border-color: $--color-primary;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
.el-button--default {
|
|
1346
|
+
border: 1px solid #e0e0e0;
|
|
1347
|
+
background-color: #f5f5f5;
|
|
1348
|
+
color: #999999;
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
.el-input__suffix{
|
|
1354
|
+
display: flex;
|
|
1355
|
+
display: -webkit-flex;
|
|
1356
|
+
align-items: center;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.left-menu-container__logo{
|
|
1360
|
+
.menu-vertical li {
|
|
1361
|
+
&:hover,&.active {
|
|
1362
|
+
border-left: 3px solid $--color-primary;
|
|
1363
|
+
background: rgba(243, 17, 35, 0.1);
|
|
1364
|
+
a {
|
|
1365
|
+
color: $--color-primary;
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
1369
|
}
|