style:首页完成修改
Showing
5 changed files
with
46 additions
and
17 deletions
src/image/homebk.png
0 → 100644
2.76 KB
src/image/title.png
0 → 100644
899 Bytes
| ... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
| 4 | box-sizing: border-box; | 4 | box-sizing: border-box; |
| 5 | display: flex; | 5 | display: flex; |
| 6 | justify-content: space-between; | 6 | justify-content: space-between; |
| 7 | padding-top: 15px; | ||
| 7 | 8 | ||
| 8 | &-left { | 9 | &-left { |
| 9 | width: 35%; | 10 | width: 35%; |
| ... | @@ -12,11 +13,34 @@ | ... | @@ -12,11 +13,34 @@ |
| 12 | color: #02D9FD; | 13 | color: #02D9FD; |
| 13 | } | 14 | } |
| 14 | 15 | ||
| 16 | .titlebg { | ||
| 17 | text-align: center; | ||
| 18 | line-height: 36px; | ||
| 19 | font-size: 20px; | ||
| 20 | background: url("~@/image/title.png") no-repeat; | ||
| 21 | width: 238px; | ||
| 22 | height: 36px; | ||
| 23 | margin: 0 auto; | ||
| 24 | position: relative; | ||
| 25 | top: -15px; | ||
| 26 | } | ||
| 27 | |||
| 28 | .bgbk { | ||
| 29 | padding: 2px; | ||
| 30 | box-sizing: border-box; | ||
| 31 | background: url("~@/image/tablebk.png") no-repeat; | ||
| 32 | background-size: 100% 100%; | ||
| 33 | } | ||
| 34 | |||
| 35 | .homebk { | ||
| 36 | background: url("~@/image/homebk.png") no-repeat; | ||
| 37 | background-size: 100% 100%; | ||
| 38 | } | ||
| 39 | |||
| 15 | &-right { | 40 | &-right { |
| 16 | width: 64.5%; | 41 | width: 64.5%; |
| 17 | 42 | ||
| 18 | .jrgk { | 43 | .jrgk { |
| 19 | background-color: #000637; | ||
| 20 | color: #02D9FD; | 44 | color: #02D9FD; |
| 21 | padding-bottom: 20px; | 45 | padding-bottom: 20px; |
| 22 | 46 | ||
| ... | @@ -115,12 +139,12 @@ | ... | @@ -115,12 +139,12 @@ |
| 115 | 139 | ||
| 116 | .jrdgk { | 140 | .jrdgk { |
| 117 | display: flex; | 141 | display: flex; |
| 118 | margin-top: 5px; | 142 | margin: 30px 0 30px 0; |
| 119 | justify-content: space-between; | 143 | justify-content: space-between; |
| 120 | 144 | ||
| 121 | .sxsjr { | 145 | .sxsjr { |
| 122 | background-color: #000637; | 146 | width: 60%; |
| 123 | width: 49%; | 147 | margin-right: 10px; |
| 124 | 148 | ||
| 125 | .header { | 149 | .header { |
| 126 | text-align: center; | 150 | text-align: center; |
| ... | @@ -174,7 +198,6 @@ | ... | @@ -174,7 +198,6 @@ |
| 174 | color: #02D9FD; | 198 | color: #02D9FD; |
| 175 | line-height: 30px; | 199 | line-height: 30px; |
| 176 | width: 50%; | 200 | width: 50%; |
| 177 | background-color: #000637; | ||
| 178 | } | 201 | } |
| 179 | 202 | ||
| 180 | .sbqkgs { | 203 | .sbqkgs { | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="home"> | 2 | <div class="home"> |
| 3 | <div class="home-left"> | 3 | <div class="home-left bgbk"> |
| 4 | <!-- 地图 --> | 4 | <!-- 地图 --> |
| 5 | <wgsl></wgsl> | 5 | <wgsl></wgsl> |
| 6 | </div> | 6 | </div> |
| 7 | <div class="home-right"> | 7 | <div class="home-right"> |
| 8 | <!-- 陕西省接入概括 --> | 8 | <!-- 陕西省接入概括 --> |
| 9 | <div class="jrgk"> | 9 | <div class="jrgk homebk"> |
| 10 | <div class="header"> | 10 | <div class="header titlebg"> |
| 11 | 陕西省接入概括 | 11 | 陕西省接入概括 |
| 12 | </div> | 12 | </div> |
| 13 | <!-- 陕西省接入概括列表 --> | 13 | <!-- 陕西省接入概括列表 --> |
| ... | @@ -49,8 +49,8 @@ | ... | @@ -49,8 +49,8 @@ |
| 49 | </div> | 49 | </div> |
| 50 | <div class="jrdgk"> | 50 | <div class="jrdgk"> |
| 51 | <!-- 接入点概括 --> | 51 | <!-- 接入点概括 --> |
| 52 | <div class="sxsjr"> | 52 | <div class="sxsjr homebk"> |
| 53 | <div class="header"> | 53 | <div class="header titlebg"> |
| 54 | 接入点概括 | 54 | 接入点概括 |
| 55 | </div> | 55 | </div> |
| 56 | <el-row> | 56 | <el-row> |
| ... | @@ -63,8 +63,8 @@ | ... | @@ -63,8 +63,8 @@ |
| 63 | </el-row> | 63 | </el-row> |
| 64 | </div> | 64 | </div> |
| 65 | <!-- 上报情况概括 --> | 65 | <!-- 上报情况概括 --> |
| 66 | <div class="sbqkgk"> | 66 | <div class="sbqkgk homebk"> |
| 67 | <div class="header"> | 67 | <div class="header titlebg"> |
| 68 | 上报情况概括 | 68 | 上报情况概括 |
| 69 | </div> | 69 | </div> |
| 70 | <ul class="sbqkgs"> | 70 | <ul class="sbqkgs"> |
| ... | @@ -79,10 +79,10 @@ | ... | @@ -79,10 +79,10 @@ |
| 79 | </div> | 79 | </div> |
| 80 | </div> | 80 | </div> |
| 81 | <!-- 底部表格 --> | 81 | <!-- 底部表格 --> |
| 82 | <div class="jrxxlb tableClass"> | 82 | <div class="jrxxlb tableClass bgbk"> |
| 83 | <div class="title">陕西省平台接入情况</div> | 83 | <div class="title titlebg">陕西省平台接入情况</div> |
| 84 | <!-- 陕西省平台接入情况table --> | 84 | <!-- 陕西省平台接入情况table --> |
| 85 | <lb-table ref="table" :pagination="false" :heightNum="440" :column="tableData.columns" :data="tableData.data"> | 85 | <lb-table ref="table" :pagination="false" :heightNum="515" :column="tableData.columns" :data="tableData.data"> |
| 86 | </lb-table> | 86 | </lb-table> |
| 87 | </div> | 87 | </div> |
| 88 | </div> | 88 | </div> | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="wgsl"> | 2 | <div class="wgsl"> |
| 3 | <div class="title">陕西省不动产信息接入</div> | 3 | <p class="title">陕西省不动产信息接入</p> |
| 4 | <div class="map-box" ref="mapContainProvince" /> | 4 | <div class="map-box" ref="mapContainProvince" /> |
| 5 | </div> | 5 | </div> |
| 6 | </template> | 6 | </template> |
| ... | @@ -122,7 +122,13 @@ export default { | ... | @@ -122,7 +122,13 @@ export default { |
| 122 | .title { | 122 | .title { |
| 123 | text-align: center; | 123 | text-align: center; |
| 124 | line-height: 36px; | 124 | line-height: 36px; |
| 125 | font-size: 26px; | 125 | font-size: 20px; |
| 126 | background: url("~@/image/title.png") no-repeat; | ||
| 127 | width: 238px; | ||
| 128 | height: 36px; | ||
| 129 | margin: 0 auto; | ||
| 130 | position: relative; | ||
| 131 | top: -15px; | ||
| 126 | } | 132 | } |
| 127 | 133 | ||
| 128 | .map-box { | 134 | .map-box { | ... | ... |
-
Please register or sign in to post a comment