RIceWqy 2 years ago
parent 71f8571f1a
commit b6befce239

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

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

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

@ -1,7 +1,7 @@
<template>
<view class="register">
<view class="con">
<image src="@/static/logo.png" style="display: none;"/>
<image src="@/static/logo.png" />
<!-- 登录 -->
<view class="login-form">
<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