diff --git a/components/CommonPane/img/临时用电.png b/components/CommonPane/img/临时用电.png new file mode 100644 index 0000000..881e14a Binary files /dev/null and b/components/CommonPane/img/临时用电.png differ diff --git a/components/CommonPane/img/动土作业.png b/components/CommonPane/img/动土作业.png new file mode 100644 index 0000000..0b9ce2d Binary files /dev/null and b/components/CommonPane/img/动土作业.png differ diff --git a/components/CommonPane/img/动火作业.png b/components/CommonPane/img/动火作业.png new file mode 100644 index 0000000..72aae4f Binary files /dev/null and b/components/CommonPane/img/动火作业.png differ diff --git a/components/CommonPane/img/吊装作业.png b/components/CommonPane/img/吊装作业.png new file mode 100644 index 0000000..72aae4f Binary files /dev/null and b/components/CommonPane/img/吊装作业.png differ diff --git a/components/CommonPane/img/有限空间.png b/components/CommonPane/img/有限空间.png new file mode 100644 index 0000000..3b2b45b Binary files /dev/null and b/components/CommonPane/img/有限空间.png differ diff --git a/components/CommonPane/img/高处作业.png b/components/CommonPane/img/高处作业.png new file mode 100644 index 0000000..33d303d Binary files /dev/null and b/components/CommonPane/img/高处作业.png differ diff --git a/components/CommonPane/indexSystem.vue b/components/CommonPane/indexSystem.vue index e1bfe61..5607dfa 100644 --- a/components/CommonPane/indexSystem.vue +++ b/components/CommonPane/indexSystem.vue @@ -12,13 +12,15 @@ + + - + > --> {{item.name}} @@ -184,6 +186,10 @@ margin: 0; } } + .item-img { + width: 60%; + height: 60%; + } .more { background: #ececec; diff --git a/index.html b/index.html index 5fe0349..1e96158 100644 --- a/index.html +++ b/index.html @@ -13,19 +13,6 @@ '') - - - - - - diff --git a/pages/apply/menu/index.vue b/pages/apply/menu/index.vue index 659238d..39a20ac 100644 --- a/pages/apply/menu/index.vue +++ b/pages/apply/menu/index.vue @@ -16,13 +16,14 @@ @click="handelClick(item)"> + - + > --> {{item.name}} @@ -272,7 +273,6 @@ } .menu-v { - // 原有样式... .workFlow-list { background-color: #fff; @@ -311,6 +311,11 @@ margin-bottom: 10rpx; } + .item-img { + width: 60%; + height: 60%; + } + // 文字样式 .item-text { font-size: 24rpx; diff --git a/static/image/临时用电.png b/static/image/临时用电.png new file mode 100644 index 0000000..881e14a Binary files /dev/null and b/static/image/临时用电.png differ diff --git a/static/image/动土作业.png b/static/image/动土作业.png new file mode 100644 index 0000000..0b9ce2d Binary files /dev/null and b/static/image/动土作业.png differ diff --git a/static/image/动火作业.png b/static/image/动火作业.png new file mode 100644 index 0000000..72aae4f Binary files /dev/null and b/static/image/动火作业.png differ diff --git a/static/image/吊装作业.png b/static/image/吊装作业.png new file mode 100644 index 0000000..72aae4f Binary files /dev/null and b/static/image/吊装作业.png differ diff --git a/static/image/有限空间.png b/static/image/有限空间.png new file mode 100644 index 0000000..3b2b45b Binary files /dev/null and b/static/image/有限空间.png differ diff --git a/static/image/高处作业.png b/static/image/高处作业.png new file mode 100644 index 0000000..33d303d Binary files /dev/null and b/static/image/高处作业.png differ