login.wxss 654 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* pages/login/login.wxss */
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. background: #fff;
  6. }
  7. .container {
  8. width: 100%;
  9. height: 100%;
  10. display: flex;
  11. align-items: center;
  12. justify-content: center;
  13. }
  14. .btnGroup {
  15. width: 100%;
  16. padding: 0 90rpx;
  17. }
  18. .btnGroup .btn {
  19. margin: 0;
  20. padding: 0;
  21. min-height: 0;
  22. font-weight: normal;
  23. width: 100%;
  24. height: 92rpx;
  25. line-height: 92rpx;
  26. font-size: 34rpx;
  27. border-radius: 8rpx;
  28. box-sizing: border-box;
  29. }
  30. .emp {
  31. color: #fff;
  32. background: #007dff;
  33. }
  34. .mobile{
  35. margin-top: 30rpx !important;
  36. color: #fff;
  37. background: #007dff;
  38. }
  39. .nologin {
  40. margin-top: 30rpx !important;
  41. color: #999;
  42. }