Commit c491ddf5 authored by 张红's avatar 张红

隐藏代缴

parent 1f4f1017
...@@ -26,9 +26,7 @@ ...@@ -26,9 +26,7 @@
<image src="@/static/images/icon3.png" v-if="index == 2"></image> <image src="@/static/images/icon3.png" v-if="index == 2"></image>
</view> </view>
<view class="list"> <view class="list">
<view class="list-item u-flex u-flex-between u-flex-items-center" <view class="list-item u-flex u-flex-between u-flex-items-center" v-for="(items, key) in item.list" :key="key" @click="go(items.link)">
v-for="(items, key) in item.list" :key="key"
@click="go(items.link)">
<text>{{ items.name }}</text> <text>{{ items.name }}</text>
<image src="@/static/images/arrow.png"></image> <image src="@/static/images/arrow.png"></image>
</view> </view>
...@@ -39,9 +37,9 @@ ...@@ -39,9 +37,9 @@
</template> </template>
<script lang="ts"> <script lang="ts">
import Vue from 'vue'; import Vue from 'vue'
export default Vue.extend({ export default Vue.extend({
data() { data() {
return { return {
list: [ list: [
...@@ -49,10 +47,10 @@ ...@@ -49,10 +47,10 @@
title: '医保个人账户代缴服务', title: '医保个人账户代缴服务',
// icon: icon1, // icon: icon1,
list: [ list: [
{ // {
name: '医保个人账户代缴', // name: '医保个人账户代缴',
link: '/pages/payFee/payFee' // link: '/pages/payFee/payFee'
}, // },
{ {
name: '医保个人账户代缴金额查询', name: '医保个人账户代缴金额查询',
link: '/pages/payFee/moneySearch' link: '/pages/payFee/moneySearch'
...@@ -127,7 +125,6 @@ ...@@ -127,7 +125,6 @@
} }
] ]
} }
] ]
} }
}, },
...@@ -135,19 +132,19 @@ ...@@ -135,19 +132,19 @@
methods: { methods: {
go(url: string) { go(url: string) {
xma.navigateTo({ xma.navigateTo({
url, url
}) })
} }
}, }
}); })
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.container { .container {
padding-bottom: 20rpx; padding-bottom: 20rpx;
background: #F2F3F7; background: #f2f3f7;
} }
.header { .header {
width: 100%; width: 100%;
height: 337rpx; height: 337rpx;
padding: 33rpx 40rpx; padding: 33rpx 40rpx;
...@@ -158,7 +155,7 @@ ...@@ -158,7 +155,7 @@
font-size: 56rpx; font-size: 56rpx;
line-height: 81rpx; line-height: 81rpx;
font-weight: 500; font-weight: 500;
color: #0E2F63; color: #0e2f63;
} }
.service-item { .service-item {
margin-right: 36rpx; margin-right: 36rpx;
...@@ -171,8 +168,8 @@ ...@@ -171,8 +168,8 @@
height: 24rpx; height: 24rpx;
} }
} }
} }
.content-wrap { .content-wrap {
position: relative; position: relative;
padding: 0 24rpx; padding: 0 24rpx;
margin-top: -140rpx; margin-top: -140rpx;
...@@ -180,21 +177,21 @@ ...@@ -180,21 +177,21 @@
margin-bottom: 24rpx; margin-bottom: 24rpx;
width: 100%; width: 100%;
padding: 24rpx 18rpx; padding: 24rpx 18rpx;
background: linear-gradient( 180deg, #FFE2EA 8%, #F9F0F3 100%); background: linear-gradient(180deg, #ffe2ea 8%, #f9f0f3 100%);
border-radius: 24rpx 24rpx 24rpx 24rpx; border-radius: 24rpx 24rpx 24rpx 24rpx;
border: 4rpx solid #FFFFFF; border: 4rpx solid #ffffff;
&:nth-child(2) { &:nth-child(2) {
background: linear-gradient( 180deg, #D6E8FF 9%, #E5F0FF 99%); background: linear-gradient(180deg, #d6e8ff 9%, #e5f0ff 99%);
} }
&:nth-child(3) { &:nth-child(3) {
background: linear-gradient( 180deg, #FFF0D5 0%, #FFF8EC 100%); background: linear-gradient(180deg, #fff0d5 0%, #fff8ec 100%);
} }
} }
.title { .title {
padding: 6rpx 0 24rpx 10rpx; padding: 6rpx 0 24rpx 10rpx;
font-weight: 500; font-weight: 500;
font-size: 36rpx; font-size: 36rpx;
color: #3D3D3D; color: #3d3d3d;
image { image {
width: 80rpx; width: 80rpx;
height: 80rpx; height: 80rpx;
...@@ -209,11 +206,11 @@ ...@@ -209,11 +206,11 @@
padding: 30rpx 10rpx; padding: 30rpx 10rpx;
font-weight: 400; font-weight: 400;
font-size: 30rpx; font-size: 30rpx;
color: #3D3D3D; color: #3d3d3d;
image { image {
width: 13rpx; width: 13rpx;
height: 24rpx; height: 24rpx;
} }
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment