style.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. $lincolor:#d0d0d1;
  2. .input{
  3. height: 60px;
  4. input{
  5. appearance: none;
  6. border: none;
  7. border-bottom: 1px $lincolor solid;
  8. display: block;
  9. background: none;
  10. font-size: 16px;
  11. color: #fff;
  12. width: 100%;
  13. height:60px;
  14. }
  15. }
  16. .remember{
  17. margin: 40px 0 60px;
  18. span{
  19. vertical-align: middle;
  20. color: #fff;
  21. margin-right: 10px;
  22. &:first-child{
  23. border: solid 1px $lincolor;
  24. display: inline-block;
  25. width: 16px;
  26. height: 16px;
  27. }
  28. }
  29. }
  30. .verification{
  31. display: flex;
  32. input{
  33. flex: auto;
  34. }
  35. span{
  36. width: 200px;
  37. flex-shrink: 0;
  38. text-align: center;
  39. color: #fa082a;
  40. height: 60px;
  41. line-height: 60px;
  42. cursor: pointer;
  43. background-color: #fff;
  44. }
  45. }
  46. .submit{
  47. float: right;
  48. margin-top: 40px;
  49. }
  50. .temp-btn{
  51. background: #1fe4dc;
  52. color: #000;
  53. height: 50px;
  54. width: 200px;
  55. line-height: 50px;
  56. text-align: center;
  57. cursor: pointer;
  58. }
  59. .login-dec{
  60. color: #fff;
  61. width: 200px;
  62. letter-spacing: 0.2px;
  63. margin-top: 20px;
  64. }
  65. .iregister-layout, .iforget-layout{
  66. width: 500px;
  67. padding: 32px 0 0 45px;
  68. }
  69. .ilogin-layout{
  70. display: flex;
  71. .input-con{
  72. width: 330px;
  73. padding: 32px 0 0 45px;
  74. }
  75. .qrcode{
  76. text-align: center;
  77. margin-top: 68px;
  78. margin-left: 45px;
  79. img{
  80. display: block;
  81. width: 150px;
  82. margin: 0 auto 20px;
  83. &:last-of-type{
  84. width: 50px;
  85. height: 50px;
  86. margin: 52px auto 20px;
  87. }
  88. }
  89. }
  90. }