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

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

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