You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 line
874B

  1. /* pages/login/login.wxss */
  2. .bg {
  3. position: absolute;
  4. width: 100%;
  5. height: 100%;
  6. z-index: -1;
  7. bottom: 0;
  8. }
  9. .logo {
  10. width: 445rpx;
  11. height: 486rpx;
  12. }
  13. .fromBox {
  14. width: 583rpx;
  15. margin: 56rpx auto 0 auto;
  16. height: 300rpx;
  17. }
  18. .item {
  19. position: relative;
  20. height: 95rpx;
  21. line-height: 95rpx;
  22. margin-bottom: 19rpx;
  23. font-size: 28rpx;
  24. box-sizing: border-box;
  25. color: #fff;
  26. border-bottom: 2rpx solid #fff;
  27. }
  28. .item>input {
  29. position: absolute;
  30. height: 100%;
  31. top: 1rpx;
  32. left: 70rpx;
  33. right: 0;
  34. }
  35. .btn {
  36. width: 600rpx;
  37. height: 98rpx;
  38. line-height: 98rpx;
  39. border-radius: 49rpx;
  40. color: #ffffff;
  41. font-size: 36rpx;
  42. text-align: center;
  43. margin-top: 111rpx;
  44. background: linear-gradient(-72deg, rgba(235, 97, 0, 1), rgba(255, 137, 42, 1));
  45. }
  46. .btn.select{
  47. background: #cccccc;
  48. }