| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .page {
- padding: 0 56rpx;
- }
- .logTitle{
- margin-top: 34rpx;
- }
- .log {
- width: 320rpx;
- height: 244rpx;
- margin-top: 80rpx;
- }
- .welcome {
- font-size: 48rpx;
- font-weight: 600;
- color: #333333;
- line-height: 76rpx;
- }
- .form {
- padding: 0 20rpx;
- margin-top: 60rpx;
- }
- .formItem {
- margin-top: 50rpx;
- }
- .forgetPassword{
- height: 44rpx;
- font-size: 28rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 44rpx;
- margin-top: 32rpx;
- text-align: right;
- }
- .loginButton {
- background: #FFE05C;
- height: 90rpx;
- border-radius: 45rpx;
- text-align: center;
- line-height: 90rpx;
- font-size: 28rpx;
- margin-top: 32rpx;
- }
|