lin
2026-05-14 096c08977d2596d023e362ce2c3ff3ac054ea4ad
static/css/login.css
@@ -2,17 +2,28 @@
   font-size: 28upx;
}
.login-title{
   padding: 160upx 70upx 70upx 70upx;
   /* padding: 160upx 70upx 70upx 70upx; */
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   gap: 20rpx;
   margin-top: 70rpx;
   margin-bottom: 20rpx;
}
.login-title-1{
   font-size: 40upx;
   font-weight: 700;
   color: #000000;
   color: #37AA25;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 30rpx;
   letter-spacing: 4rpx;
}
.login-title-2{
   font-size: 26upx;
   font-size: 28upx;
   color: #000000;
   margin-top: 20upx;
}
.login-list{
   padding: 50upx 70upx;
@@ -70,7 +81,7 @@
   border-radius: 50upx;
}
.loginBtn .active{
   background-color: #e3b400;
   background-color: #37AA25;
}
.login-type{
@@ -90,7 +101,7 @@
   content: '';
   height: 1px;
   width: 100%;
   background-color: #e3b400;
   background-color: #37AA25;
   left: 0;
   bottom: -10px;
}