login.css 1.6 KB

1234567891011121314151617181920212223242526
  1. /* login.css */
  2. .pages {padding: 135rpx 70rpx 50rpx;}
  3. .dlbg{position: fixed;top: 0;right: 0;width: 353rpx;height: 332rpx;}
  4. .title {font-size: 52rpx;color: #303338;font-weight: bold;margin: 0 0 125rpx;}
  5. .item {height: 113rpx;align-items: center;border-bottom: 1rpx solid #EBF2FF;}
  6. .item image {display: block;width: 28rpx;height: 36rpx;margin-right: 16rpx;}
  7. .item input {font-size: 32rpx;color: #303338;height: 113rpx;line-height: 60rpx;padding: 20rpx 0;flex: 1;box-sizing: border-box;}
  8. .placegolder{color: #B9BABB;}
  9. .xieyi{font-size: 26rpx;color: #8C929D;margin: 30rpx 0 0;}
  10. .xieyi image{width: 28rpx;height: 28rpx;margin-right: 14rpx;}
  11. .xieyi navigator{color: var(--mina);}
  12. .huoqu {display: block;border: 2rpx solid var(--mina);font-size: 28rpx;color: var(--mina);border-radius: 30rpx;height: 64rpx;line-height: 60rpx;width: 200rpx;text-align: center;box-sizing: border-box;}
  13. .huoqu[disabled]{border-color: #B9BABB;}
  14. button::after {
  15. border: none;
  16. }
  17. .submit {height: 90rpx;background: var(--mina);border-radius: 45rpx;line-height: 90rpx;font-size: 32rpx;color: #fff;letter-spacing: 20rpx;margin-top: 65rpx;text-align: center;}
  18. .bot{font-size: 30rpx;color: #5F6269;justify-content: space-between;margin: 40rpx 0 0;}
  19. .other{font-size: 30rpx;color: #B9BABB;justify-content: center;margin: 100rpx 0 0;}
  20. .other::before,.other::after{content: '';display: block;width: 165rpx;height: 2rpx;background: #E2E8ED;}
  21. .other::before{margin-right: 48rpx;}
  22. .other::after{margin-left: 48rpx;}
  23. .list{justify-content: center;padding: 60rpx 0 0;}
  24. .list .li{font-size: 30rpx;color: #5F6269;text-align: center;}
  25. .list .li image{width: 98rpx;height: 98rpx;margin: 0 auto 20rpx;}