common.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. page{
  2. background: #FFFFFF;
  3. }
  4. .login-bg-img {
  5. position: fixed;
  6. width: 100%;
  7. bottom: -84upx;
  8. left: 0;
  9. z-index: -1;
  10. }
  11. .tip-re {
  12. color: #f56c6c;
  13. font-size: 12px;
  14. line-height: 1;
  15. padding-top: 4px;
  16. width: 550upx;
  17. margin: 0 auto 16upx;
  18. }
  19. .login-bg {
  20. width: 100%;
  21. margin-bottom: 120upx;
  22. }
  23. .login-bg .logo-view {
  24. width: 160upx;
  25. height: 160upx;
  26. background: #fff;
  27. border-radius: 100%;
  28. transform: translate(295upx, 80upx);
  29. }
  30. .login-bg .logo-view image {
  31. width: 150upx;
  32. height: 150upx;
  33. margin-left: 5upx;
  34. margin-top: 5upx;
  35. }
  36. .login-main {
  37. width: 690upx;
  38. margin: 0 auto;
  39. background: #fff;
  40. border-radius: 18upx;
  41. }
  42. .login-main .input-view {
  43. height: 98upx;
  44. line-height: 98upx;
  45. width: 600upx;
  46. margin: 0 auto 40upx;
  47. position: relative;
  48. }
  49. .login-main .input-view .get-yzm {
  50. font-size: 26upx;
  51. color: #45A418;
  52. position: absolute;
  53. top: 0;
  54. right: 24upx;
  55. z-index: 9;
  56. }
  57. .login-main .input-view .ibonfont {
  58. font-size: 40rpx;
  59. color: #666666;
  60. position: absolute;
  61. top: 50%;
  62. left: 24upx;
  63. transform: translateY(-50upx);
  64. }
  65. .login-main .input-view .input-input {
  66. height: 100%;
  67. width: calc(100% - 86upx);
  68. margin-left: 86upx;
  69. font-size: 28upx;
  70. border-bottom: 2upx solid #eee;
  71. }
  72. .login-main .button-view {
  73. color: #fff;
  74. width: 540upx;
  75. margin: 50upx auto 0;
  76. height: 84upx;
  77. line-height: 84upx;
  78. border-radius: 10upx;
  79. text-align: center;
  80. background: linear-gradient(315deg, #56ab2f 0%, #a8e063 100%);
  81. box-shadow: 0px 2upx 24upx 0px rgba(94, 176, 52, 0.4);
  82. }
  83. .login-main .other-view {
  84. text-align: center;
  85. color: #999;
  86. font-size: 24upx;
  87. font-weight: 300;
  88. margin-top: 50upx;
  89. }
  90. .login-main .other-view .wx-icon {
  91. width: 64upx;
  92. height: 64upx;
  93. margin-top: 50upx;
  94. }
  95. .login-main .fu-btn-view {
  96. color: #999;
  97. font-size: 24upx;
  98. width: 600upx;
  99. font-weight: 400;
  100. margin: 0 auto;
  101. }