Commit 8dd43e60 authored by 俞嘉婷's avatar 俞嘉婷

feat: 授权手机号页面 背景更换

parent 528238df
import requestFun from "./requestFun"; import requestFun from "./requestFun";
// TODO 'test', 'pre', 'prod' // TODO 'test', 'pre', 'prod'
export const __env__ = "test"; export const __env__ = "pre";
const DEFAULT_PROJECT = { const DEFAULT_PROJECT = {
// 测试环境 // 测试环境
......
<view> <view>
<view class="phoneLogin"> <view class="phoneLogin">
<view class="logo"></view>
<view class="login_bg"> <view class="login_bg">
<view class="content_bg"> <view class="content_bg">
<view class="mainbtn" wx:if="{{isAgree}}"> <view class="mainbtn" wx:if="{{isAgree}}">
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button> <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
</view> </view>
...@@ -16,5 +16,6 @@ ...@@ -16,5 +16,6 @@
</view> </view>
</view> </view>
</view> </view>
<view class="logo"></view>
</view> </view>
</view> </view>
\ No newline at end of file
.phoneLogin { .phoneLogin {
height: 100%; width: 100;
height: 100vh;
position: relative;
} }
.phoneLogin image { .logo {
width: 100%; left: 580rpx;
height: 1528rpx; top: 53rpx;
display: block; width: 145rpx;
height: 49rpx;
position: fixed;
background: url('https://yun.duiba.com.cn/polaris/logo.662ac2465e47801d623064278bde1cb8103ff8d1.png') no-repeat center top / 100% 100%;
} }
.login_bg { .login_bg {
...@@ -15,7 +20,7 @@ ...@@ -15,7 +20,7 @@
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
position: absolute; position: absolute;
background: url('https://yun.duiba.com.cn/polaris/bg.41e7cf5df923d95daf2d3e26db3998af4f67c7b7.jpg') no-repeat center top / 100% 100%; background: url('https://yun.duiba.com.cn/polaris/phone_bg.9bbe18adc861ba4309acc5966befc835a4495bf5.jpg') no-repeat center top / 100% 100%;
} }
.content_bg { .content_bg {
......
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