| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- page {
- background: #ffffff;
- }
- .logo {
- width: 100vw;
- height: 340rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 40rpx;
- image {
- width: 192rpx !important;
- height: 192rpx !important;
- border-radius: 24rpx;
- border: 2rpx solid #CCC;
- margin-top: 60rpx;
- }
- }
- .iconfont {
- color: var(--assist);
- }
- .login {
- width: 650rpx;
- height: 90rpx;
- border-radius: 16rpx !important;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFFFFF;
- }
- .dialog {
- display: flex;
- justify-content: center;
- padding: 80rpx 0;
- .navigator {
- color: var(--assist);
- font-weight: bold;
- }
- }
- /* 登录协议 */
- .agreement {
- display: flex;
- width: 100%;
- justify-content: center;
- .con {
- width: 316rpx;
- text-align: center;
- font-size: 24rpx !important;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666 !important;
- margin-left: -20rpx;
- text {
- color: #3874F6;
- font-weight: bold;
- }
- }
- }
|