修改登录页背景

This commit is contained in:
itgaojian163 2023-02-14 18:01:59 +08:00
parent 3790fc2658
commit 64f7d8a801

View File

@ -239,9 +239,9 @@
height: 84rpx; height: 84rpx;
width: 95%; width: 95%;
line-height: 84rpx; line-height: 84rpx;
border-radius: 50rpx; border-radius: 55rpx;
color: #FFFFFF; color: #157a60;
background-color: #7FFFD4; background-color: #FFFFFF;
} }
.btn:active { .btn:active {
@ -250,9 +250,9 @@
height: 84rpx; height: 84rpx;
width: 95%; width: 95%;
line-height: 84rpx; line-height: 84rpx;
border-radius: 50rpx; border-radius: 55rpx;
color: #FFFFFF; color: #157a60;
background-color: #C8C7CC; background-color: #F2F2F2;
} }
.input-font { .input-font {
@ -262,7 +262,7 @@
margin-top: 25rpx; margin-top: 25rpx;
font-size: 30rpx; font-size: 30rpx;
width: 100%; width: 100%;
border-bottom: 1rpx solid #7FFFD4; border-bottom: 1rpx solid #FFFFFF;
} }
.verify-box { .verify-box {
@ -319,7 +319,7 @@
} }
.conbox { .conbox {
background: linear-gradient(#668B8B, #79CDCD, #7FFFD4); background: linear-gradient(#157a60, #107a58, #05744a);
/* background: #FFFFFF; */ /* background: #FFFFFF; */
width: 750rpx; width: 750rpx;
height: 100vh; height: 100vh;