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

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

parent 528238df
import requestFun from "./requestFun";
// TODO 'test', 'pre', 'prod'
export const __env__ = "test";
export const __env__ = "pre";
const DEFAULT_PROJECT = {
// 测试环境
......
<view>
<view class="phoneLogin">
<view class="logo"></view>
<view class="login_bg">
<view class="content_bg">
<view class="mainbtn" wx:if="{{isAgree}}">
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
</view>
......@@ -16,5 +16,6 @@
</view>
</view>
</view>
<view class="logo"></view>
</view>
</view>
\ No newline at end of file
.phoneLogin {
height: 100%;
width: 100;
height: 100vh;
position: relative;
}
.phoneLogin image {
width: 100%;
height: 1528rpx;
display: block;
.logo {
left: 580rpx;
top: 53rpx;
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 {
......@@ -15,7 +20,7 @@
top: 50%;
transform: translateY(-50%);
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 {
......
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