style;首页完成
Showing
6 changed files
with
64 additions
and
8 deletions
src/image/jrl1.png
0 → 100644
876 Bytes
src/image/jrl2.png
0 → 100644
924 Bytes
src/image/jrl3.png
0 → 100644
921 Bytes
src/image/zsl.png
0 → 100644
12.6 KB
... | @@ -6,18 +6,19 @@ | ... | @@ -6,18 +6,19 @@ |
6 | justify-content: space-between; | 6 | justify-content: space-between; |
7 | 7 | ||
8 | &-left { | 8 | &-left { |
9 | width: 40%; | 9 | width: 35%; |
10 | padding-top: 25px; | 10 | padding-top: 25px; |
11 | background-color: #000637; | 11 | background-color: #000637; |
12 | color: #02D9FD; | 12 | color: #02D9FD; |
13 | } | 13 | } |
14 | 14 | ||
15 | &-right { | 15 | &-right { |
16 | width: 59.5%; | 16 | width: 64.5%; |
17 | 17 | ||
18 | .jrgk { | 18 | .jrgk { |
19 | background-color: #000637; | 19 | background-color: #000637; |
20 | color: #02D9FD; | 20 | color: #02D9FD; |
21 | padding-bottom: 20px; | ||
21 | 22 | ||
22 | .header { | 23 | .header { |
23 | text-align: center; | 24 | text-align: center; |
... | @@ -28,6 +29,7 @@ | ... | @@ -28,6 +29,7 @@ |
28 | .gkList { | 29 | .gkList { |
29 | @include flex-center; | 30 | @include flex-center; |
30 | flex-direction: column; | 31 | flex-direction: column; |
32 | position: relative; | ||
31 | 33 | ||
32 | li:nth-child(1) { | 34 | li:nth-child(1) { |
33 | color: #409EFF; | 35 | color: #409EFF; |
... | @@ -35,9 +37,59 @@ | ... | @@ -35,9 +37,59 @@ |
35 | } | 37 | } |
36 | } | 38 | } |
37 | 39 | ||
40 | .gkList::before { | ||
41 | position: absolute; | ||
42 | right: 0; | ||
43 | top: 0; | ||
44 | content: ''; | ||
45 | width: 1px; | ||
46 | height: 110px; | ||
47 | background: linear-gradient(180deg, #091B4C 0%, #47B5E0 56%, #091B4C 100%); | ||
48 | } | ||
49 | |||
50 | .zsl { | ||
51 | position: relative; | ||
52 | |||
53 | p { | ||
54 | background: url('../../image/zsl.png'); | ||
55 | width: 200px; | ||
56 | height: 40px; | ||
57 | position: absolute; | ||
58 | left: 0; | ||
59 | bottom: 0; | ||
60 | background-size: cover; | ||
61 | margin-left: -34px; | ||
62 | } | ||
63 | } | ||
64 | |||
38 | .jrl { | 65 | .jrl { |
39 | margin-top: 20px; | 66 | margin-top: 20px; |
40 | text-align: center; | 67 | text-align: center; |
68 | color: #E3F1FF; | ||
69 | |||
70 | .jrlList { | ||
71 | p { | ||
72 | margin: 0 3px 10px 3px; | ||
73 | } | ||
74 | } | ||
75 | |||
76 | .jrllsit1 { | ||
77 | p { | ||
78 | background: url('../../image/jrl1.png'); | ||
79 | } | ||
80 | } | ||
81 | |||
82 | .jrllsit2 { | ||
83 | p { | ||
84 | background: url('../../image/jrl2.png'); | ||
85 | } | ||
86 | } | ||
87 | |||
88 | .jrllsit3 { | ||
89 | p { | ||
90 | background: url('../../image/jrl3.png'); | ||
91 | } | ||
92 | } | ||
41 | 93 | ||
42 | li { | 94 | li { |
43 | color: #E3F1FF; | 95 | color: #E3F1FF; |
... | @@ -167,6 +219,7 @@ | ... | @@ -167,6 +219,7 @@ |
167 | /deep/tbody tr:nth-child(odd) { | 219 | /deep/tbody tr:nth-child(odd) { |
168 | background: #000637 !important; | 220 | background: #000637 !important; |
169 | } | 221 | } |
222 | |||
170 | .title { | 223 | .title { |
171 | text-align: center; | 224 | text-align: center; |
172 | line-height: 36px; | 225 | line-height: 36px; | ... | ... |
... | @@ -12,13 +12,16 @@ | ... | @@ -12,13 +12,16 @@ |
12 | </div> | 12 | </div> |
13 | <!-- 陕西省接入概括列表 --> | 13 | <!-- 陕西省接入概括列表 --> |
14 | <el-row> | 14 | <el-row> |
15 | <el-col :span="6"> | 15 | <el-col :span="9"> |
16 | <ul class="gkList"> | 16 | <ul class="gkList"> |
17 | <li>总数量</li> | 17 | <li>总数量</li> |
18 | <dv-digital-flop :config="config" style="height:70px;" /> | 18 | <div class="zsl"> |
19 | <dv-digital-flop :config="config" style="height:70px;" /> | ||
20 | <p></p> | ||
21 | </div> | ||
19 | </ul> | 22 | </ul> |
20 | </el-col> | 23 | </el-col> |
21 | <el-col :span="6"> | 24 | <el-col :span="5"> |
22 | <ul class="jrl"> | 25 | <ul class="jrl"> |
23 | <div class="jrlList jrllsit1"> | 26 | <div class="jrlList jrllsit1"> |
24 | <p v-for="(item, index) in jrlList" :key="index">{{ item }}</p> | 27 | <p v-for="(item, index) in jrlList" :key="index">{{ item }}</p> |
... | @@ -26,7 +29,7 @@ | ... | @@ -26,7 +29,7 @@ |
26 | <li>日均接入量</li> | 29 | <li>日均接入量</li> |
27 | </ul> | 30 | </ul> |
28 | </el-col> | 31 | </el-col> |
29 | <el-col :span="6"> | 32 | <el-col :span="5"> |
30 | <ul class="jrl"> | 33 | <ul class="jrl"> |
31 | <div class="jrlList jrllsit2"> | 34 | <div class="jrlList jrllsit2"> |
32 | <p v-for="(item, index) in dtjrlList" :key="index">{{ item }}</p> | 35 | <p v-for="(item, index) in dtjrlList" :key="index">{{ item }}</p> |
... | @@ -34,7 +37,7 @@ | ... | @@ -34,7 +37,7 @@ |
34 | <li>日均接入量</li> | 37 | <li>日均接入量</li> |
35 | </ul> | 38 | </ul> |
36 | </el-col> | 39 | </el-col> |
37 | <el-col :span="6"> | 40 | <el-col :span="5"> |
38 | <ul class="jrl"> | 41 | <ul class="jrl"> |
39 | <div class="jrlList jrllsit3"> | 42 | <div class="jrlList jrllsit3"> |
40 | <p v-for="(item, index) in ztzlList" :key="index">{{ item }}</p> | 43 | <p v-for="(item, index) in ztzlList" :key="index">{{ item }}</p> |
... | @@ -79,7 +82,7 @@ | ... | @@ -79,7 +82,7 @@ |
79 | <div class="jrxxlb tableClass"> | 82 | <div class="jrxxlb tableClass"> |
80 | <div class="title">陕西省平台接入情况</div> | 83 | <div class="title">陕西省平台接入情况</div> |
81 | <!-- 陕西省平台接入情况table --> | 84 | <!-- 陕西省平台接入情况table --> |
82 | <lb-table ref="table" :pagination="false" :heightNum="408" :column="tableData.columns" :data="tableData.data"> | 85 | <lb-table ref="table" :pagination="false" :heightNum="428" :column="tableData.columns" :data="tableData.data"> |
83 | </lb-table> | 86 | </lb-table> |
84 | </div> | 87 | </div> |
85 | </div> | 88 | </div> | ... | ... |
-
Please register or sign in to post a comment