133 lines
4.8 KiB
Vue
133 lines
4.8 KiB
Vue
<template>
|
|
<view class="page" :style="themeColor">
|
|
<!---flex布局flex布局开始-->
|
|
<view class="flex flex-direction align-stretch benben-flex-layout quickLogin_flex_0" >
|
|
<text class='quickLogin_fd0_0' >您的微信头像、昵称、地区和性别信息</text>
|
|
<text class='quickLogin_fd0_1' >您可选择使用不同的个人信息登录</text>
|
|
<view class='flex align-center quickLogin_fd0_2' >
|
|
<!-- <image class='quickLogin_fd0_2_c0' mode="aspectFit" :src='STATIC_URL+"118.png"'></image> -->
|
|
<view class='flex flex-direction align-stretch flex-sub' >
|
|
<text class='quickLogin_fd0_2_c1_c0' >冰凉小手</text>
|
|
<text class='quickLogin_fd0_2_c1_c1' >微信个人信息</text>
|
|
</view>
|
|
<image class='quickLogin_fd0_2_c2' mode="aspectFit" :src='STATIC_URL+"119.png"'></image>
|
|
</view>
|
|
<view class='flex align-center quickLogin_fd0_3' >
|
|
<image class='quickLogin_fd0_3_c0' mode="aspectFit" :src='STATIC_URL+"120.png"'></image>
|
|
<view class='flex flex-direction align-stretch flex-sub' >
|
|
<text class='quickLogin_fd0_3_c1_c0' >新建头像昵称</text>
|
|
</view>
|
|
<image class='quickLogin_fd0_3_c2' mode="aspectFit" :src='STATIC_URL+"121.png"'></image>
|
|
</view>
|
|
<view class='flex flex-direction align-center quickLogin_fd0_4' >
|
|
<button class='quickLogin_fd0_4_c0' @tap.stop="handleJumpDiy" data-type="redirectTo" :data-url="`/pages/dl/bindPhone/bindPhone`" >同意</button>
|
|
<button class='quickLogin_fd0_4_c1' @tap.stop="handleJumpDiy" data-type="back" data-url="1" >拒绝</button>
|
|
</view>
|
|
</view>
|
|
|
|
<!---flex布局flex布局结束-->
|
|
|
|
|
|
</view>
|
|
</template>
|
|
<script>
|
|
|
|
export default {
|
|
components:{},
|
|
|
|
|
|
data(){
|
|
return {};
|
|
},
|
|
computed:{
|
|
themeColor() {
|
|
return this.$store.getters.themeColor
|
|
},
|
|
|
|
},
|
|
watch:{},
|
|
onLoad(options){
|
|
|
|
},
|
|
onUnload() {
|
|
|
|
},
|
|
onReady(){
|
|
|
|
},
|
|
onShow(){
|
|
|
|
},
|
|
onHide(){
|
|
|
|
},
|
|
onResize(){
|
|
|
|
},
|
|
onPullDownRefresh(){
|
|
|
|
},
|
|
onReachBottom(e){
|
|
|
|
},
|
|
onPageScroll(e){
|
|
|
|
},
|
|
methods:{
|
|
|
|
}
|
|
};
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
.page{
|
|
width: 100vw;
|
|
overflow-x: hidden;
|
|
min-height: calc(100vh - var(--window-bottom));
|
|
background:#fff;background-size: 100% auto !important;
|
|
}
|
|
.quickLogin_flex_0{
|
|
padding:80rpx 32rpx 0rpx 32rpx;
|
|
}
|
|
.quickLogin_fd0_4_c1{
|
|
background:rgba(246, 247, 249, 1);border-radius:16rpx 16rpx 16rpx 16rpx;font-size:32rpx;color:rgba(24, 190, 62, 1);width:344rpx;height:94rpx;line-height:94rpx;font-weight:400;margin:40rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
.quickLogin_fd0_4_c0{
|
|
background:rgba(24, 190, 62, 1);border-radius:25rpx 25rpx 25rpx 25rpx;font-size:32rpx;color:#fff;width:344rpx;height:94rpx;line-height:94rpx;font-weight:400;
|
|
}
|
|
.quickLogin_fd0_4{
|
|
margin:140rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
.quickLogin_fd0_3_c2{
|
|
width:10rpx;height:20rpx;border-radius:0rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
.quickLogin_fd0_3_c1_c0{
|
|
line-height:45rpx;font-size:32rpx;font-weight:700;color:#333333;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
|
|
}
|
|
.quickLogin_fd0_3_c0{
|
|
width:88rpx;height:88rpx;border-radius:8rpx 8rpx 8rpx 8rpx;margin:0rpx 30rpx 0rpx 0rpx;
|
|
}
|
|
.quickLogin_fd0_3{
|
|
border-bottom:1px solid #eee;padding:0rpx 0rpx 32rpx 0rpx;margin:32rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
.quickLogin_fd0_2_c2{
|
|
width:26rpx;height:22rpx;border-radius:0rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
.quickLogin_fd0_2_c1_c1{
|
|
line-height:33rpx;font-size:24rpx;font-weight:400;color:#333333;margin:10rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
.quickLogin_fd0_2_c1_c0{
|
|
line-height:45rpx;font-size:32rpx;font-weight:700;color:#333333;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
|
|
}
|
|
.quickLogin_fd0_2_c0{
|
|
width:88rpx;height:88rpx;border-radius:8rpx 8rpx 8rpx 8rpx;margin:0rpx 30rpx 0rpx 0rpx;
|
|
}
|
|
.quickLogin_fd0_2{
|
|
border-bottom:1px solid #eee;padding:0rpx 0rpx 32rpx 0rpx;margin:32rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
.quickLogin_fd0_1{
|
|
border-bottom:1px solid #eee;line-height:42rpx;font-size:30rpx;font-weight:400;color:#333333;padding:0rpx 0rpx 32rpx 0rpx;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
|
|
}
|
|
.quickLogin_fd0_0{
|
|
line-height:50rpx;font-size:36rpx;font-weight:700;color:#333333;margin:44rpx 0rpx 66rpx 0rpx;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
|
|
}
|
|
</style> |