c62bec40 by liangyifan

样式

1 parent a0dbcf25
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
26 name: 'index', 26 name: 'index',
27 data () { 27 data () {
28 return { 28 return {
29 btnShow: true, 29 btnShow: false,
30 title: '提示', 30 title: '提示',
31 cancelText: '取消', 31 cancelText: '取消',
32 confirmText: '确认', 32 confirmText: '确认',
...@@ -160,9 +160,9 @@ export default { ...@@ -160,9 +160,9 @@ export default {
160 160
161 /deep/.closeStyle { 161 /deep/.closeStyle {
162 position: absolute; 162 position: absolute;
163 top: 17px; 163 top: 13px;
164 right: 12px; 164 right: 26px;
165 font-size: 20px; 165 font-size: 24px;
166 cursor: pointer; 166 cursor: pointer;
167 color: #409EFF; 167 color: #409EFF;
168 } 168 }
......
...@@ -202,7 +202,7 @@ export default { ...@@ -202,7 +202,7 @@ export default {
202 height: 48px; 202 height: 48px;
203 line-height: 48px; 203 line-height: 48px;
204 width: 100%; 204 width: 100%;
205 background: #fff; 205 background: #EDF1F7;
206 border-bottom: 1px solid #E4EBF4; 206 border-bottom: 1px solid #E4EBF4;
207 box-shadow: 0 1px 3px 0 rgba(147, 173, 209, 0.12); 207 box-shadow: 0 1px 3px 0 rgba(147, 173, 209, 0.12);
208 208
...@@ -216,6 +216,8 @@ export default { ...@@ -216,6 +216,8 @@ export default {
216 top: 8px; 216 top: 8px;
217 height: 33px; 217 height: 33px;
218 z-index: 1; 218 z-index: 1;
219 background: #EDF1F7!important;
220
219 } 221 }
220 222
221 .pane-mask-left { 223 .pane-mask-left {
...@@ -237,14 +239,12 @@ export default { ...@@ -237,14 +239,12 @@ export default {
237 cursor: pointer; 239 cursor: pointer;
238 height: 31px; 240 height: 31px;
239 line-height: 29px; 241 line-height: 29px;
240 border: 1px solid #e4ebf4;
241 color: #686666; 242 color: #686666;
242 background: #fff; 243 background: #D8DFE6;
243 padding: 0 10px 0 10px; 244 padding: 0 20px 0 20px;
244 font-size: 16px; 245 font-size: 16px;
245 margin-top: 5px; 246 margin-top: 5px;
246 border-radius: 4px; 247 border-radius: 8px 8px 0 0;
247
248 &:first-of-type { 248 &:first-of-type {
249 margin-left: 15px; 249 margin-left: 15px;
250 } 250 }
...@@ -254,8 +254,8 @@ export default { ...@@ -254,8 +254,8 @@ export default {
254 } 254 }
255 255
256 &.active { 256 &.active {
257 border-color: #0f93f6; 257 color: #0f93f6;
258 color: #4a4a4a; 258 background: #ffffff;
259 // &::before { 259 // &::before {
260 // content: ''; 260 // content: '';
261 // background: #0F93F6; 261 // background: #0F93F6;
...@@ -267,6 +267,7 @@ export default { ...@@ -267,6 +267,7 @@ export default {
267 // margin-right: 2px; 267 // margin-right: 2px;
268 // } 268 // }
269 } 269 }
270
270 } 271 }
271 } 272 }
272 273
......