| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /* .inputphone {
- display: flex;
- align-items: center;
- height: 126rpx;
- margin-left: 30rpx;
- margin-right: 30rpx;
- border-bottom: 2rpx solid rgba(238, 238, 238, 1);
- }
- .add {
- margin-left: 12rpx;
- font-size: 32rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(51, 51, 51, 1);
- }
- .inputyzm {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 126rpx;
- margin-left: 30rpx;
- margin-right: 30rpx;
- border-bottom: 2rpx solid rgba(238, 238, 238, 1);
- }
- .getyzm {
- font-size: 28rpx;
- font-family: SourceHanSansCN-Medium;
- font-weight: 500;
- color: rgba(102, 102, 102, 1);
- margin-right: 12rpx;
- }
- .getyzm1 {
- font-size: 28rpx;
- font-family: SourceHanSansCN-Medium;
- font-weight: 500;
- color: rgba(36, 98, 186, 1);
- margin-right: 12rpx;
- }
- .tips {
- margin-top: 47rpx;
- margin-left: 30rpx;
- margin-right: 30rpx;
- }
- .tiplong {
- font-size: 24rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: #ccc;
- }
- .tipclick {
- font-size: 24rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: #ccc;
- border-bottom: 2rpx solid rgba(238, 238, 238, 1);
- }
- .login {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 88rpx;
- background: linear-gradient(90deg, rgba(50, 122, 225, 1), rgba(90, 191, 225, 1));
- opacity: 0.6;
- border-radius: 44rpx;
- margin-top: 94rpx;
- margin-left: 30rpx;
- margin-right: 30rpx;
- }
- .login1 {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 88rpx;
- background: linear-gradient(90deg, rgba(50, 122, 225, 1), rgba(90, 191, 225, 1));
- border-radius: 44rpx;
- margin-top: 94rpx;
- margin-left: 30rpx;
- margin-right: 30rpx;
- }
- .logintext {
- font-size: 34rpx;
- font-family: SourceHanSansCN-Medium;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- }
- .notlogin {
- display: flex;
- justify-content: center;
- font-size: 28rpx;
- font-family: SourceHanSansCN-Medium;
- font-weight: 500;
- color: rgba(204, 204, 204, 1);
- margin-top: 70rpx;
- } */
|