123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- /* pages/login/login.wxss */
- .login-page {
- background: #f2f4f9;
- min-height: 100vh;
- box-sizing: border-box;
- padding: 0 45rpx;
-
- font-family: SourceHanSansCN-Medium;
- }
-
- .qr-code-view {
- height: 500rpx;
- border-bottom: 1rpx solid #cbcfd9;
- box-sizing: border-box;
- padding-top: 116rpx;
- margin-bottom: 30rpx;
- }
-
- .qr-code-view .qr-code-img {
- width: 258rpx;
- height: 258rpx;
- margin: 0 auto;
- }
- .official-account-img {
- width: 100%;
- height: 100%;
- }
-
- .title-view {
- color: #333033;
- font-size: 28rpx;
- font-weight: bold;
- margin-bottom: 30rpx;
- }
- .sub-title-view {
- font-size: 24rpx;
- color: #999;
- margin-bottom: 120rpx;
- }
-
- .login-get-phone-number {
- border-radius: 40rpx;
- font-size: 30rpx;
- color: #ffffff;
- background: #5e73e5;
- height: 86rpx;
- line-height: 86rpx;
- width: 611rpx;
- }
- .login-get-phone-number[disabled] {
- background-color: #999999!important;
- color: #fff!important;
- }
-
-
- .get-user-info{
- margin-top: 20rpx;
- text-align: center;
- }
- .get-user-info .info-checkbox{
- display: inline-block;
- }
-
- .get-user-info-btn {
- font-size: 24rpx;
- color: #999999;
- }
- .submin-btn{
- position: relative;
- }
-
- .hasUserInfo-box {
- width: 100%;
- /* height: 86rpx; */
- background: transparent;
- height: 86rpx;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 6;
- }
|