修改登录页背景

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