Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
1 changed file
with
23 additions
and
8 deletions
1 | @import "~@/styles/mixin.scss"; | 1 | @import "~@/styles/mixin.scss"; |
2 | .dialogBox { | 2 | .dialogBox { |
3 | border-radius: 8px; | 3 | border-radius: 4px; |
4 | overflow: hidden; | 4 | overflow: hidden; |
5 | background: #FFFFFF; | 5 | background: #FFFFFF; |
6 | box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10); | 6 | box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10); |
... | @@ -8,15 +8,33 @@ | ... | @@ -8,15 +8,33 @@ |
8 | .dialog_title { | 8 | .dialog_title { |
9 | display: flex; | 9 | display: flex; |
10 | position: relative; | 10 | position: relative; |
11 | top: -2px; | 11 | top: -4px; |
12 | 12 | ||
13 | b { | 13 | b { |
14 | @include flex-center; | 14 | display: flex; |
15 | justify-content:left; | ||
16 | align-items: center; | ||
15 | flex: 1; | 17 | flex: 1; |
16 | width: 100%; | 18 | width: 100%; |
19 | margin-left: 10px; | ||
20 | width: 79px; | ||
21 | height: 12px; | ||
22 | font-size: 16px; | ||
23 | font-family: AlibabaPuHuiTi_2_65_Medium; | ||
24 | color: #31333C; | ||
25 | line-height: 10px; | ||
17 | } | 26 | } |
18 | } | 27 | } |
19 | 28 | .dialog_title::before{ | |
29 | content: ""; | ||
30 | display: block; | ||
31 | width: 4px; | ||
32 | height: 18px; | ||
33 | background: #2E74D8; | ||
34 | position: absolute; | ||
35 | top: -4px; | ||
36 | left: 0px; | ||
37 | } | ||
20 | .dialog_full { | 38 | .dialog_full { |
21 | position: absolute; | 39 | position: absolute; |
22 | top: 0; | 40 | top: 0; |
... | @@ -46,10 +64,7 @@ | ... | @@ -46,10 +64,7 @@ |
46 | } | 64 | } |
47 | 65 | ||
48 | .el-dialog__header { | 66 | .el-dialog__header { |
49 | margin-bottom: 10px; | 67 | background: linear-gradient(270deg, #F2F3FB 0%, #5C95E5 100%); |
50 | color: #FFFFFF; | ||
51 | background-color: #FCFDFD; | ||
52 | border-bottom: 1px solid #E4EBF4; | ||
53 | } | 68 | } |
54 | 69 | ||
55 | .el-dialog__body { | 70 | .el-dialog__body { | ... | ... |
-
Please register or sign in to post a comment