Commit 2903ff34 authored by 李智书's avatar 李智书

1.修改消费用户协议页面;

parent d1442fb5
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
"style" : "style" :
{ {
"navigationStyle": "custom", "navigationStyle": "custom",
"navigationBarTitleText": "用户协议", "navigationBarTitleText": "消费用户协议",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
......
<template> <template>
<view class="UserAgreement"> <view class="UserAgreement">
<view class="AgreementItem" @click="ToAgreement(1)"> <view class="AgreementIcon">
<van-icon name="question" />《服务协议》 <image :src="ImgUrl+'xzf/AgreementIcon.png'" mode="aspectFit"></image>
</view> </view>
<view class="AgreementItem" @click="ToAgreement(2)"> <view class="AgreementList">
<van-icon name="question" />《隐私权政策》 <view class="AgreementItem" @click="ToAgreement(1)" style="border-bottom: none;">
</view> <view class="left">
<view class="AgreementItem" @click="ToAgreement(3)"> <image :src="ImgUrl+'xzf/AgreementIcon1.png'" mode="aspectFit"></image>
<van-icon name="question" />《未成年人个人信息保护规则》 <view class="">《服务协议》</view>
</view>
<view class="right">
>
</view>
</view>
<view class="AgreementItem" @click="ToAgreement(2)" style="border-bottom: none;">
<view class="left">
<image :src="ImgUrl+'xzf/AgreementIcon2.png'" mode="aspectFit"></image>
<view class="">《隐私权政策》</view>
</view>
<view class="right">
>
</view>
</view>
<view class="AgreementItem" @click="ToAgreement(3)">
<view class="left">
<image :src="ImgUrl+'xzf/AgreementIcon3.png'" mode="aspectFit"></image>
<view class="">《未成年人个人信息保护规则》</view>
</view>
<view class="right">
>
</view>
</view>
</view> </view>
</view> </view>
</template> </template>
...@@ -21,7 +44,8 @@ ...@@ -21,7 +44,8 @@
seesionID: '', seesionID: '',
userID: '', userID: '',
AppID: '' AppID: ''
} },
ImgUrl: this.$ImgUrl
} }
}, },
onLoad: function(options) { onLoad: function(options) {
...@@ -44,17 +68,68 @@ ...@@ -44,17 +68,68 @@
</script> </script>
<style lang="scss"> <style lang="scss">
.AgreementIcon {
text-align: center;
image {
width: 265rpx;
height: 147rpx;
position: relative;
}
}
.UserAgreement { .UserAgreement {
padding-top: 300rpx; padding-top: 111rpx;
margin-left: 150rpx; // margin-left: 150rpx;
.AgreementList {
width: 638rpx;
height: 144rpx;
margin: 0 auto;
margin-top: 88rpx;
}
.AgreementItem { .AgreementItem {
font-family: PingFang SC; height: 144rpx;
font-size: 35rpx; width: 100%;
border-top: 1rpx solid #DDDDDD;
border-bottom: 1rpx solid #DDDDDD;
display: flex;
align-items: center;
justify-content: space-between;
image {
width: 70rpx;
height: 70rpx;
position: relative;
}
.left {
display: flex;
align-items: center;
}
.right {
padding-right: 24rpx;
}
font-size: 28rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 800;
color: rgba(0, 0, 0, 0.85);
line-height: 40rpx;
// font-family: PingFang SC;
// font-size: 35rpx;
letter-spacing: 1rpx; letter-spacing: 1rpx;
font-weight: 600; // font-weight: 600;
color: #34C98E; // color: #34C98E;
line-height: 100rpx; // line-height: 100rpx;
} }
} }
</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