diff --git a/jnpf-app/components/visualPortal/components/index.vue b/jnpf-app/components/visualPortal/components/index.vue index 551d9249..76a523a3 100644 --- a/jnpf-app/components/visualPortal/components/index.vue +++ b/jnpf-app/components/visualPortal/components/index.vue @@ -1,192 +1,128 @@ \ No newline at end of file + @import "@/static/iconfont.css"; + + .u-page { + .fsizeA { + font-size: 18px; + } + + a { + text-decoration: none + } + } + + .page-home {} + + .sty-statistics-top { + // background-color: #2DA9FA; + background-color: #66B3FF; + padding: 0px; + //padding: 5px 0px 15px 0px; + color: #ffffff; + + .sty-statistics-top-item { + padding: 5px 0px; + } + + .line-right { + border-right: solid 1px #ffffff; + } + } + .sty-statistics-top-b { + background-color: #97CBFF; + padding: 0px; + //padding: 5px 0px 15px 0px; + color: #ffffff; + + .sty-statistics-top-item { + padding: 5px 0px; + } + + .line-right { + border-right: solid 1px #ffffff; + } + } + + .sty-statistics { + .sty-item { + margin-top: 11px; + padding: 8px 0px; + color: #ffffff; + border-radius: 10px; + } + + .sty-item-a { + background-color: #81CBFC; + } + + .sty-item-b { + background-color: #1EC695; + } + + .sty-item-c { + background-color: #FF9800; + } + + .sty-item-d { + background-color: #2DA9FA; + } + } + + .sty-sch-box { + margin-top: 11px; + } + + .sty-nav-list { + background-color: #f0f2f6; + + .sty-navg-item { + background-color: #ffffff; + border-bottom: solid 3px #f0f2f6; + padding: 11px 0px 0px 0px; + + .title { + font-size: 16px; + line-height: 16px; + font-weight: bold; + } + + .item-list { + font-size: 12px; + display: flex; + align-content: flex-start; + flex-wrap: wrap; + margin-top: 11px; + + .item { + width: 25%; + margin-bottom: 12px; + } + } + } + } + + .item-icon { + width: 80px; + height: 80px; + line-height: 48px; + text-align: center; + border-radius: 5px; + padding: 5px; + color: #fff; + font-size: 30px; + + &.more { + background: #ECECEC; + color: #666666; + font-size: 30px; + } + } + diff --git a/jnpf-app/components/visualPortal/components/index1.vue b/jnpf-app/components/visualPortal/components/index1.vue new file mode 100644 index 00000000..58409c34 --- /dev/null +++ b/jnpf-app/components/visualPortal/components/index1.vue @@ -0,0 +1,701 @@ + + + + + diff --git a/jnpf-app/components/visualPortal/components/index2.vue b/jnpf-app/components/visualPortal/components/index2.vue new file mode 100644 index 00000000..d5f53327 --- /dev/null +++ b/jnpf-app/components/visualPortal/components/index2.vue @@ -0,0 +1,278 @@ + + + + \ No newline at end of file diff --git a/jnpf-app/pages.json b/jnpf-app/pages.json index 8f6069c9..1befbdd1 100644 --- a/jnpf-app/pages.json +++ b/jnpf-app/pages.json @@ -1164,17 +1164,18 @@ "backgroundColor": "#ffffff", "list": [ { - "pagePath": "pages/index/home", - "text": "首页", - "iconPath": "static/image/tabbar/home.png", - "selectedIconPath": "static/image/tabbar/homeHL.png" - }, - /*{ "pagePath": "pages/index/portal", "text": "首页", "iconPath": "static/image/tabbar/home.png", "selectedIconPath": "static/image/tabbar/homeHL.png" - },*/ + }, + { + "pagePath": "pages/index/home", + "text": "协同", + "iconPath": "static/image/tabbar/workFlow.png", + "selectedIconPath": "static/image/tabbar/workFlowHL.png" + }, + // { // "pagePath": "pages/index/workFlow", // "text": "协同", diff --git a/jnpf-app/pages/index/index1.vue b/jnpf-app/pages/index/index1.vue new file mode 100644 index 00000000..83a3d142 --- /dev/null +++ b/jnpf-app/pages/index/index1.vue @@ -0,0 +1,741 @@ + + + + + diff --git a/jnpf-app/pages/index/portal.vue b/jnpf-app/pages/index/portal.vue index 9d294e4d..6cbd51a2 100644 --- a/jnpf-app/pages/index/portal.vue +++ b/jnpf-app/pages/index/portal.vue @@ -1,7 +1,7 @@ -