diff --git a/packageRc/pages/index/index.vue b/packageRc/pages/index/index.vue index 6d9ff81..e6fbf33 100644 --- a/packageRc/pages/index/index.vue +++ b/packageRc/pages/index/index.vue @@ -1,11 +1,11 @@ @@ -96,7 +111,10 @@ function getPolicy() { policyList.value = res.rows }) } - +let tabType = ref(1) +function changeType(type) { + tabType.value = type +} function toPolicyList() { navTo(`/packageRc/pages/policy/policyList`) } @@ -379,4 +397,22 @@ view{box-sizing: border-box;display: block;} margin: 0 auto; margin-bottom: 20rpx; } +.showtab{ + display: flex; + justify-content: space-between; + margin-bottom: 40rpx; + .tabItem{ + position: relative; + width: calc(50% - 8rpx); + height: 144rpx; + } + .activeImg{ + position: absolute; + width: 143rpx; + height: 18rpx; + bottom: -24rpx; + right: 50%; + transform: translateX(50%); + } +} \ No newline at end of file diff --git a/packageRc/static/activeTangle.png b/packageRc/static/activeTangle.png new file mode 100644 index 0000000..18e2824 Binary files /dev/null and b/packageRc/static/activeTangle.png differ diff --git a/packageRc/static/gw.png b/packageRc/static/gw.png new file mode 100644 index 0000000..3319d6f Binary files /dev/null and b/packageRc/static/gw.png differ diff --git a/packageRc/static/pageBgIndex.png b/packageRc/static/pageBgIndex.png new file mode 100644 index 0000000..5158235 Binary files /dev/null and b/packageRc/static/pageBgIndex.png differ diff --git a/packageRc/static/zc.png b/packageRc/static/zc.png new file mode 100644 index 0000000..89ea0d1 Binary files /dev/null and b/packageRc/static/zc.png differ