index.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .t-login {
  2. width: 650 rpx;
  3. margin: 0 30px;
  4. height: 100%;
  5. font-size: 28 rpx;
  6. }
  7. /deep/ .login-form-item .u-input {
  8. align-items: center;
  9. padding: 0 10px 0 62px;
  10. height: 32px;
  11. line-height: 32px;
  12. margin-bottom: 26px;
  13. background: #f8f7fc;
  14. border: 1px solid #e9e9e9;
  15. font-size: 14px;
  16. border-radius: 26px;
  17. }
  18. .t-captcha {
  19. display: flex;
  20. flex-wrap: wrap;
  21. justify-content: space-evenly;
  22. }
  23. .t-captcha-img {
  24. margin-left: 16px;
  25. width: 102px;
  26. height: 44px;
  27. }
  28. .img-a {
  29. position: absolute;
  30. width: 100%;
  31. top: -150rpx;
  32. right: 0;
  33. z-index: -999;
  34. }
  35. .img-b {
  36. position: absolute;
  37. width: 50%;
  38. bottom: 0;
  39. left: -50rpx;
  40. z-index: -999;
  41. }
  42. .t-login button {
  43. height: 50px;
  44. background: #df042a;
  45. color: #fff;
  46. height: 90 rpx;
  47. border-radius: 33px;
  48. // box-shadow: 0 5px 7px 0 rgba(86, 119, 252, 0.2);
  49. box-shadow: 0 4px 16px 0 rgba(226, 104, 114, 0.71);
  50. font-family: PingFangSC, PingFang SC;
  51. font-weight: 500;
  52. align-items: center;
  53. font-size: 20px;
  54. line-height: 50px;
  55. text-shadow: 0px 4px 16px rgba(226, 104, 114, 0.71);
  56. }
  57. .t-login .t-b {
  58. margin-top: 205px;
  59. text-align: center;
  60. font-size: 56 rpx;
  61. color: #000;
  62. // padding: 300 rpx 0 20 rpx 0;
  63. font-weight: bold;
  64. }
  65. .t-login .t-b2 {
  66. margin-top: 20px;
  67. font-family: Arial, Arial;
  68. font-weight: normal;
  69. font-size: 20px;
  70. color: #E60012;
  71. line-height: 23px;
  72. text-align: center;
  73. font-style: normal;
  74. margin-bottom: 60px;
  75. }
  76. .t-login .uni-input-placeholder {
  77. color: rgba(89, 89, 89, 0.6) !important;
  78. font-family: ArialMT;
  79. font-size: 16px;
  80. }
  81. .t-login /deep/ .uni-input-input {
  82. color: rgba(0, 0, 0, 0.85);
  83. line-height: 18px;
  84. font-family: ArialMT;
  85. font-size: 16px;
  86. }
  87. .logo {
  88. width: 157px;
  89. height: 67px;
  90. }