| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .page {
- position: relative;
- padding: 0rpx 56rpx;
- /*background: #4cd964;*/
- }
- .logTitle{
- padding-top: 34rpx;
- }
- .log {
- width: 320rpx;
- height: 244rpx;
- margin-top: 80rpx;
- }
- .welcome {
- font-size: 40rpx;
- font-weight: 600;
- color: #333333;
- line-height: 60rpx;
- }
- .form {
- padding: 0 20rpx;
- margin-top: 60rpx;
- }
- .formItem {
- margin-top: 50rpx;
- }
- .forgetPassword{
- font-size: 28rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 60rpx;
- 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;
- }
- .register {
- margin-top: 24rpx;
- }
- .register text{
- font-size: 30rpx;
- color: #AAAAAA;
- }
- .versionName {
- position: absolute;
- bottom: 40rpx;
- left: 37vw;
- }
|