diff --git a/components/content-top/index.vue b/components/content-top/index.vue new file mode 100644 index 0000000..02b9206 --- /dev/null +++ b/components/content-top/index.vue @@ -0,0 +1,92 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 1a05100..b46f9e5 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -5,9 +5,10 @@ - + 法律咨询 + @@ -250,14 +251,14 @@ import BingMath from "@/components/bing-math/bing-math.vue" import qiqbshare from "@/components/qiqb-share/qiqb-share.vue" - +import returntop from '@/components/content-top/index.vue' const recorderManager = uni.getRecorderManager() const innerAudioContext = uni.createInnerAudioContext() export default { components: { 'bing-math': BingMath, 'qiqbshare': qiqbshare, - + returntop }, data() { @@ -1605,9 +1606,15 @@ top: 0; position: fixed; z-index: 10; + .container-retun{ + position: absolute; + right: 20rpx; + padding-top: var(--status-bar-height); + top: 0; + } + } - .popup_box { height: 100vh; width: 100vw; diff --git a/pages/index/index1.vue b/pages/index/index1.vue new file mode 100644 index 0000000..ab70c94 --- /dev/null +++ b/pages/index/index1.vue @@ -0,0 +1,1826 @@ + + + + + \ No newline at end of file diff --git a/static/icon/fb1.png b/static/icon/fb1.png new file mode 100644 index 0000000..786e3f3 Binary files /dev/null and b/static/icon/fb1.png differ diff --git a/static/icon/fb2.png b/static/icon/fb2.png new file mode 100644 index 0000000..a953406 Binary files /dev/null and b/static/icon/fb2.png differ