修改登录页面
This commit is contained in:
parent
00f0187a82
commit
fd13ee60b1
|
|
@ -1,6 +1,16 @@
|
|||
<template>
|
||||
<view class="login-container">
|
||||
<view></view>
|
||||
<view style="position: relative;top: 100rpx;display: flex;">
|
||||
<view style="flex: 2;display: flex;justify-content:center;">
|
||||
<image src="/static/back.png" style="width: 40rpx;height:40rpx;position: relative;top:10rpx;"
|
||||
mode="widthFix" @click="skipLogin"></image>
|
||||
</view>
|
||||
<view
|
||||
style="flex:10;font-family: PingFang SC, PingFang SC;font-weight: 500;font-size: 40rpx;color: #000000;text-align: center;font-style: normal;text-transform: none;">
|
||||
登录
|
||||
</view>
|
||||
<view style="flex: 2;"></view>
|
||||
</view>
|
||||
<view class="login-form">
|
||||
<image src="@@:app/static/login/logo_5.png" style="width: 500rpx;height:500rpx;" mode="widthFix"></image>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user