| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- page {
- background: #ffffff;
- }
- .iconfont {
- color: var(--assist);
- }
- .input {
- text-align: left;
- margin-left: 50rpx;
- }
- .image {
- width: 40rpx !important;
- height: 40rpx !important;
- }
- .box {
- display: flex;
- justify-content: space-between;
- width: 690rpx;
- margin: 40rpx auto 0;
- font-family: PingFang SC-Regular, PingFang SC;
- .checkbox {
- font-size: 24rpx;
- color: #666666;
- margin-top: -3rpx;
- }
- .label {
- margin-left: -10rpx;
- }
- .view {
- font-size: 24rpx;
- color: #999999;
- }
- }
- .login {
- width: 650rpx;
- height: 90rpx;
- border-radius: 16rpx !important;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFFFFF;
- }
|