12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- page {
- background: #fff;
- }
- .top {
- position: relative;
- height: 400rpx;
- }
- .back-icon {
- padding: 20rpx;
- position: absolute;
- top: 50rpx;
- left: 0rpx;
- }
- .login-bg {
- position: absolute;
- top: 0;
- right: 0;
- }
- .title-des {
- position: absolute;
- left: 70rpx;
- top: 50%;
- transform: translateY(-50%);
- }
- .title {
- font-size: 49rpx;
- font-weight: bold;
- color: #2F2F2F;
- }
- .des {
- font-size: 31rpx;
- color: #8A8B8E;
- }
- .content {
- margin-top: 140rpx;
- padding: 0 70rpx;
- }
- .left-icon {
- margin-right: 15rpx;
- }
- .wechat-txt {
- font-size: 29rpx;
- color: #8A8B8E;
- text-align: center;
- }
- .register-txt {
- font-size: 26rpx;
- color: #1989FA;
- text-align: right;
- margin: 20rpx 40rpx 0 0;
- }
|