123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- .title{
- padding-top: 160rpx;
- font-size: 50rpx;
- color: #FFF;
- text-align: center;
- margin-bottom: 90rpx;
- }
- .u-form-item{
- color: #fff;
- border: 1px solid rgba(255,255,255,.5);
- border-radius: 62rpx;
- padding-left: 65rpx;
- margin-bottom: 36rpx;
- /deep/ input{
- color: #fff;
- }
- /deep/ .u-iconfont{
- color: rgba(255, 255, 255, 0.5)!important;
- font-size: 40rpx!important;
- top: 6rpx!important;
- }
- }
- .pass-tool{
- padding: 0 32rpx;
- color: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 70rpx;
- /deep/ .u-checkbox__label{
- color: #fff;
- }
- }
- .login-btn{
- position: relative;
- height: 118rpx;
- line-height: 118rpx;
- // background: #6BDAED url(../../static/img/login-btn.png) no-repeat;
- background-color: #6BDAED;
- background-size: contain;
- text-align: center;
- font-size: 32rpx;
- letter-spacing: 1px;
- color: #fff;
- border-radius: 80rpx;
- overflow: hidden;
- &::after{
- content: '';
- width: 40%;
- height: 100%;
- background-color: #78E0F1;
- position: absolute;
- right: -8%;
- bottom: 0;
- transform: skewX(310deg);
- }
- }
- .pages{
- position: relative;
- height: 100vh;
- background-color: #008CFF;
- background-image:url(../../static/img/login-top-bg.png),url(../../static/img/login-bottom-bg.png);
- background-repeat: no-repeat;
- background-size: 987rpx 626rpx,737rpx 519rpx;
- background-position: -69rpx -228rpx,0 bottom;
- }
|