新增字体,首页和目录树icon修改
Showing
13 changed files
with
118 additions
and
22 deletions
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff could not be displayed because it is too large.
... | @@ -6,6 +6,97 @@ | ... | @@ -6,6 +6,97 @@ |
6 | "description": "", | 6 | "description": "", |
7 | "glyphs": [ | 7 | "glyphs": [ |
8 | { | 8 | { |
9 | "icon_id": "19449217", | ||
10 | "name": "饼图", | ||
11 | "font_class": "bingtu", | ||
12 | "unicode": "e7a6", | ||
13 | "unicode_decimal": 59302 | ||
14 | }, | ||
15 | { | ||
16 | "icon_id": "19449218", | ||
17 | "name": "快捷入口", | ||
18 | "font_class": "kuaijierukou", | ||
19 | "unicode": "e7a7", | ||
20 | "unicode_decimal": 59303 | ||
21 | }, | ||
22 | { | ||
23 | "icon_id": "19449219", | ||
24 | "name": "展开", | ||
25 | "font_class": "zhankai2", | ||
26 | "unicode": "e7a8", | ||
27 | "unicode_decimal": 59304 | ||
28 | }, | ||
29 | { | ||
30 | "icon_id": "19449220", | ||
31 | "name": "展开ing", | ||
32 | "font_class": "zhankaiing", | ||
33 | "unicode": "e7a9", | ||
34 | "unicode_decimal": 59305 | ||
35 | }, | ||
36 | { | ||
37 | "icon_id": "19449221", | ||
38 | "name": "下载", | ||
39 | "font_class": "xiazai1", | ||
40 | "unicode": "e7aa", | ||
41 | "unicode_decimal": 59306 | ||
42 | }, | ||
43 | { | ||
44 | "icon_id": "19449222", | ||
45 | "name": "通知公告", | ||
46 | "font_class": "tongzhigonggao", | ||
47 | "unicode": "e7ab", | ||
48 | "unicode_decimal": 59307 | ||
49 | }, | ||
50 | { | ||
51 | "icon_id": "19449223", | ||
52 | "name": "梯状数据", | ||
53 | "font_class": "tizhuangshuju", | ||
54 | "unicode": "e7ac", | ||
55 | "unicode_decimal": 59308 | ||
56 | }, | ||
57 | { | ||
58 | "icon_id": "19449224", | ||
59 | "name": "工作箱", | ||
60 | "font_class": "gongzuoxiang", | ||
61 | "unicode": "e7ad", | ||
62 | "unicode_decimal": 59309 | ||
63 | }, | ||
64 | { | ||
65 | "icon_id": "19449225", | ||
66 | "name": "汇交成果", | ||
67 | "font_class": "huijiaochengguo", | ||
68 | "unicode": "e7ae", | ||
69 | "unicode_decimal": 59310 | ||
70 | }, | ||
71 | { | ||
72 | "icon_id": "19448838", | ||
73 | "name": "行政区ing", | ||
74 | "font_class": "hangzhengquing", | ||
75 | "unicode": "e7a2", | ||
76 | "unicode_decimal": 59298 | ||
77 | }, | ||
78 | { | ||
79 | "icon_id": "19448839", | ||
80 | "name": "地籍区", | ||
81 | "font_class": "dijiqu", | ||
82 | "unicode": "e7a3", | ||
83 | "unicode_decimal": 59299 | ||
84 | }, | ||
85 | { | ||
86 | "icon_id": "19448840", | ||
87 | "name": "行政区", | ||
88 | "font_class": "hangzhengqu", | ||
89 | "unicode": "e7a4", | ||
90 | "unicode_decimal": 59300 | ||
91 | }, | ||
92 | { | ||
93 | "icon_id": "19448841", | ||
94 | "name": "国有", | ||
95 | "font_class": "guoyou", | ||
96 | "unicode": "e7a5", | ||
97 | "unicode_decimal": 59301 | ||
98 | }, | ||
99 | { | ||
9 | "icon_id": "19383167", | 100 | "icon_id": "19383167", |
10 | "name": "树目录", | 101 | "name": "树目录", |
11 | "font_class": "shumulu", | 102 | "font_class": "shumulu", | ... | ... |
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
No preview for this file type
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | :data-zdbsm="item.zdbsm" | 36 | :data-zdbsm="item.zdbsm" |
37 | :title=item.mc | 37 | :title=item.mc |
38 | > | 38 | > |
39 | <i v-show="!item.qszt" class="iconfont iconshumulu" style="margin-right:6px"></i> | 39 | <i v-show="!item.qszt" class="iconfont icondijiqu" style="margin-right:6px"></i> |
40 | <span class="qsztImg" v-if="item.bblx == 1 || (item.bhqkbsm != ''&& item.bhqkbsm != null)"> | 40 | <span class="qsztImg" v-if="item.bblx == 1 || (item.bhqkbsm != ''&& item.bhqkbsm != null)"> |
41 | <!-- <span class="qsztFont" style="color: #9e9b9b">变</span> --> | 41 | <!-- <span class="qsztFont" style="color: #9e9b9b">变</span> --> |
42 | <i :class="$route.query.bsm && $route.query.bsm==item.bsm ? 'iconfont iconbianing':'iconfont iconbian'"></i> | 42 | <i :class="$route.query.bsm && $route.query.bsm==item.bsm ? 'iconfont iconbianing':'iconfont iconbian'"></i> | ... | ... |
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
17 | @click="itemClick(item)" | 17 | @click="itemClick(item)" |
18 | > | 18 | > |
19 | 19 | ||
20 | <div class="layer_text nowrap" @contextmenu.prevent="openMenu($event, item)"><i class="iconfont iconshumulu"></i> {{ item.mc }}</div><div | 20 | <div class="layer_text nowrap" @contextmenu.prevent="openMenu($event, item)"><i class="iconfont icondijiqu"></i> {{ item.mc }}</div><div |
21 | class="reTree_icon" | 21 | class="reTree_icon" |
22 | :style="{ | 22 | :style="{ |
23 | height: (size || 16 * 1.2) + 'px', | 23 | height: (size || 16 * 1.2) + 'px', | ... | ... |
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | <div class="panel content_box"> | 3 | <div class="panel content_box"> |
4 | <el-card class="panel_left"> | 4 | <el-card class="panel_left"> |
5 | <div slot="header" class="clearfix"> | 5 | <div slot="header" class="clearfix"> |
6 | <span>工作箱</span> | 6 | <span><i class="iconfont icongongzuoxiang"></i>工作箱</span> |
7 | </div> | 7 | </div> |
8 | <div class="enter_box"> | 8 | <div class="enter_box"> |
9 | <div | 9 | <div |
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
21 | </el-card> | 21 | </el-card> |
22 | <el-card class="panel_right"> | 22 | <el-card class="panel_right"> |
23 | <div slot="header" class="clearfix"> | 23 | <div slot="header" class="clearfix"> |
24 | <span>快捷入口</span> | 24 | <span><i class="iconfont iconkuaijierukou"></i>快捷入口</span> |
25 | <span class="edit" @click="isEdit = true" v-show="!isEdit">编辑</span> | 25 | <span class="edit" @click="isEdit = true" v-show="!isEdit">编辑</span> |
26 | <span class="edit" @click="isEdit = false" v-show="isEdit">完成</span> | 26 | <span class="edit" @click="isEdit = false" v-show="isEdit">完成</span> |
27 | </div> | 27 | </div> |
... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
44 | <div class="notice" ref="notice"> | 44 | <div class="notice" ref="notice"> |
45 | <el-card class="news"> | 45 | <el-card class="news"> |
46 | <div slot="header" class="clearfix"> | 46 | <div slot="header" class="clearfix"> |
47 | <span>通知公告</span> | 47 | <span><i class="iconfont icontongzhigonggao"></i>通知公告</span> |
48 | <span class="edit">查看全部 <i class="fa fa-angle-right " aria-hidden="true"></i></span> | 48 | <span class="edit">查看全部 <i class="fa fa-angle-right " aria-hidden="true"></i></span> |
49 | </div> | 49 | </div> |
50 | <el-table | 50 | <el-table |
... | @@ -64,7 +64,7 @@ | ... | @@ -64,7 +64,7 @@ |
64 | </el-card> | 64 | </el-card> |
65 | <el-card class="download"> | 65 | <el-card class="download"> |
66 | <div slot="header" class="clearfix"> | 66 | <div slot="header" class="clearfix"> |
67 | <span>相关下载</span> | 67 | <span><i class="iconfont iconxiazai1"></i>相关下载</span> |
68 | <span class="edit">查看全部 <i class="fa fa-angle-right " aria-hidden="true"></i></span> | 68 | <span class="edit">查看全部 <i class="fa fa-angle-right " aria-hidden="true"></i></span> |
69 | </div> | 69 | </div> |
70 | <el-table | 70 | <el-table |
... | @@ -86,7 +86,7 @@ | ... | @@ -86,7 +86,7 @@ |
86 | <div class="tj"> | 86 | <div class="tj"> |
87 | <el-card class="panel_right"> | 87 | <el-card class="panel_right"> |
88 | <div slot="header" class="clearfix"> | 88 | <div slot="header" class="clearfix"> |
89 | <span>成果类别占比</span> | 89 | <span><i class="iconfont iconbingtu"></i>成果类别占比</span> |
90 | </div> | 90 | </div> |
91 | <div class="enter_box" ref="enterBox"> | 91 | <div class="enter_box" ref="enterBox"> |
92 | <img src="../../assets/images/cglbzb.png" :style="{'height':imgHeight + 'px'}" alt=""> | 92 | <img src="../../assets/images/cglbzb.png" :style="{'height':imgHeight + 'px'}" alt=""> |
... | @@ -94,7 +94,7 @@ | ... | @@ -94,7 +94,7 @@ |
94 | </el-card> | 94 | </el-card> |
95 | <el-card class="cghj"> | 95 | <el-card class="cghj"> |
96 | <div slot="header" class="clearfix"> | 96 | <div slot="header" class="clearfix"> |
97 | <span>成果汇交数量</span> | 97 | <span><i class="iconfont icontizhuangshuju"></i>成果汇交数量</span> |
98 | <img src="../../assets/images/cghjsllegend.png" style="float: right;" alt=""> | 98 | <img src="../../assets/images/cghjsllegend.png" style="float: right;" alt=""> |
99 | </div> | 99 | </div> |
100 | <div class="enter_box"> | 100 | <div class="enter_box"> |
... | @@ -103,7 +103,7 @@ | ... | @@ -103,7 +103,7 @@ |
103 | </el-card> | 103 | </el-card> |
104 | <el-card class="cghj-pie"> | 104 | <el-card class="cghj-pie"> |
105 | <div slot="header" class="clearfix"> | 105 | <div slot="header" class="clearfix"> |
106 | <span>成果汇交数量</span> | 106 | <span><i class="iconfont iconhuijiaochengguo"></i>成果汇交数量</span> |
107 | </div> | 107 | </div> |
108 | <div class="enter_box"> | 108 | <div class="enter_box"> |
109 | <img src="../../assets/images/cghjsl-pie.png" :style="{'height':imgHeight + 'px'}" alt=""> | 109 | <img src="../../assets/images/cghjsl-pie.png" :style="{'height':imgHeight + 'px'}" alt=""> |
... | @@ -257,6 +257,11 @@ export default { | ... | @@ -257,6 +257,11 @@ export default { |
257 | span { | 257 | span { |
258 | color: #6d7278; | 258 | color: #6d7278; |
259 | float: left; | 259 | float: left; |
260 | i{ | ||
261 | padding-right: 6px; | ||
262 | position: relative; | ||
263 | top: 1px; | ||
264 | } | ||
260 | } | 265 | } |
261 | .edit { | 266 | .edit { |
262 | color: #9b9b9b; | 267 | color: #9b9b9b; |
... | @@ -288,8 +293,8 @@ export default { | ... | @@ -288,8 +293,8 @@ export default { |
288 | cursor: pointer; | 293 | cursor: pointer; |
289 | flex: 1; | 294 | flex: 1; |
290 | img { | 295 | img { |
291 | width: 68px; | 296 | width: 84px; |
292 | height: 68px; | 297 | height: 84px; |
293 | display: block; | 298 | display: block; |
294 | margin: 0 auto; | 299 | margin: 0 auto; |
295 | } | 300 | } |
... | @@ -303,38 +308,38 @@ export default { | ... | @@ -303,38 +308,38 @@ export default { |
303 | color: #fa6400; | 308 | color: #fa6400; |
304 | font-size: 24px; | 309 | font-size: 24px; |
305 | position: absolute; | 310 | position: absolute; |
306 | top: -4px; | 311 | top: 3px; |
307 | right: -10px; | 312 | right: -2px; |
308 | background: #fff; | 313 | background: #fff; |
309 | border-radius: 10px; | 314 | border-radius: 10px; |
310 | box-sizing: border-box; | 315 | box-sizing: border-box; |
311 | padding: 1px; | 316 | padding: 1px; |
312 | } | 317 | } |
313 | .el-badge{ | 318 | .el-badge{ |
314 | width: 68px; | 319 | width: 84px; |
315 | height: 68px; | 320 | height: 84px; |
316 | display: block; | 321 | display: block; |
317 | margin: 0 auto; | 322 | margin: 0 auto; |
318 | /deep/.el-badge__content{ | 323 | /deep/.el-badge__content{ |
319 | top: 10px; | 324 | top: 18px; |
320 | right: 14px; | 325 | right: 22px; |
321 | background-color: #fa6400; | 326 | background-color: #fa6400; |
322 | } | 327 | } |
323 | } | 328 | } |
324 | } | 329 | } |
325 | .psr { | 330 | .psr { |
326 | width: 68px; | 331 | width: 84px; |
327 | height: 68px; | 332 | height: 84px; |
328 | display: block; | 333 | display: block; |
329 | margin: 0 auto; | 334 | margin: 0 auto; |
330 | img { | 335 | img { |
331 | width: 68px; | 336 | width: 84px; |
332 | height: 68px; | 337 | height: 84px; |
333 | } | 338 | } |
334 | } | 339 | } |
335 | } | 340 | } |
336 | /deep/ .el-card__body { | 341 | /deep/ .el-card__body { |
337 | padding: 30px 20px; | 342 | padding: 14px 20px 22px 20px; |
338 | } | 343 | } |
339 | } | 344 | } |
340 | .notice { | 345 | .notice { | ... | ... |
-
Please register or sign in to post a comment