RIceWqy 2 years ago
parent 71f8571f1a
commit b6befce239

@ -3,21 +3,27 @@
height: 100%; height: 100%;
margin-top: 50px; margin-top: 50px;
} }
image { image {
display: block; display: block;
width: 150rpx; width: 498rpx;
height: 150rpx; height: 256rpx;
/* height: 150rpx;*/
//width: 1%;
//height: 50%;
margin: auto; margin: auto;
border-radius: 50%; //border-radius: 50%;
width: 150rpx; /*width: 150rpx;
height: 150rpx; height: 150rpx;*/
margin-bottom: 8%; margin-bottom: 8%;
} }
.login-form { .login-form {
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
margin-bottom: 20%; margin-bottom: 20%;
} }
.authorized-btn { .authorized-btn {
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
@ -35,6 +41,7 @@ image {
padding: 8rpx; padding: 8rpx;
margin-top: 80rpx; margin-top: 80rpx;
} }
.to-idx-btn { .to-idx-btn {
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
@ -50,6 +57,7 @@ image {
padding: 8rpx; padding: 8rpx;
margin-top: 30rpx; margin-top: 30rpx;
} }
.form-title { .form-title {
width: 100%; width: 100%;
margin-bottom: 50rpx; margin-bottom: 50rpx;
@ -59,11 +67,13 @@ image {
margin-bottom: 50rpx; margin-bottom: 50rpx;
font-size: 32rpx; font-size: 32rpx;
} }
.item { .item {
display: block; display: block;
margin-bottom: 30rpx; margin-bottom: 30rpx;
margin-bottom: 30rpx; margin-bottom: 30rpx;
} }
.account { .account {
display: flex; display: flex;
background: #f8f8f8; background: #f8f8f8;
@ -71,17 +81,20 @@ image {
box-sizing: border-box; box-sizing: border-box;
font-size: 26rpx; font-size: 26rpx;
align-items: center; align-items: center;
input { input {
padding-left: 20rpx; padding-left: 20rpx;
width: 75%; width: 75%;
padding-left: 20rpx; padding-left: 20rpx;
} }
} }
button { button {
&::after { &::after {
border: 0 !important; border: 0 !important;
} }
} }
.operate { .operate {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -93,6 +106,7 @@ button {
color: #00AAFF; color: #00AAFF;
font-size: 28rpx; font-size: 28rpx;
} }
.error { .error {
.error-text { .error-text {
display: block; display: block;
@ -103,6 +117,7 @@ button {
margin-top: 10rpx; margin-top: 10rpx;
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
.warning-icon { .warning-icon {
display: inline-block; display: inline-block;
color: #fff; color: #fff;

@ -1,6 +1,6 @@
<template> <template>
<view class="con"> <view class="con">
<image src="@/static/logo.png" style="display: none;" /> <image src="@/static/logo.png" />
<!-- 登录 --> <!-- 登录 -->
<view class="login-form"> <view class="login-form">
<view :class="['item',errorTips==1? 'error':'']"> <view :class="['item',errorTips==1? 'error':'']">

@ -19,12 +19,9 @@
} }
image { image {
display: block; display: block;
width: 150rpx; width: 498rpx;
height: 150rpx; height: 256rpx;
margin: auto; margin: auto;
border-radius: 50%;
width: 150rpx;
height: 150rpx;
margin-bottom: 8%; margin-bottom: 8%;
} }
.login-form { .login-form {

@ -1,7 +1,7 @@
<template> <template>
<view class="register"> <view class="register">
<view class="con"> <view class="con">
<image src="@/static/logo.png" style="display: none;"/> <image src="@/static/logo.png" />
<!-- 登录 --> <!-- 登录 -->
<view class="login-form"> <view class="login-form">
<view :class="['item',errorTips==1? 'error':'']"> <view :class="['item',errorTips==1? 'error':'']">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Loading…
Cancel
Save