You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

37 lines
650 B

<template>
<view class="page">
<view class="wrap">
<view class="hello">Hi或然科技城市合伙人请登录备份</view>
<view class="btn wechat">
<image src="../../static/wechat.png" mode=""></image>
微信授权登录
</view>
<view class="btn phone">
<image src="../../static/phone.png" mode=""></image>
手机账号登录
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style scoped lang="scss">
.page {
background: url(../../static/login-bg.png) 0 0/100% 500px no-repeat;
}
.wrap {
margin-top: 350px;
}
</style>