login.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .ios_login {
  12. width: 350rpx;
  13. border-radius: 12rpx;
  14. justify-content: center;
  15. border: 1px solid #212121;
  16. margin: 24rpx auto;
  17. padding: 15rpx;
  18. background-color: #212121;
  19. color: #ffffff;
  20. font-size: 32rpx;
  21. }
  22. .ios_login .loginIcon {
  23. font-size: 35rpx;
  24. width: 35rpx;
  25. height: 35rpx;
  26. }
  27. .ios_login .weixin_text {
  28. line-height: 1;
  29. margin-left: 20rpx;
  30. color: #ffffff !important;
  31. }
  32. page {
  33. height: 100%;
  34. }
  35. .container {
  36. width: 100%;
  37. height: 100%;
  38. background-size: 100%;
  39. }
  40. .container_text {
  41. width: 100%;
  42. height: 500rpx;
  43. top: 0rpx;
  44. }
  45. .container_text .banner-img {
  46. width: 100%;
  47. height: 100%;
  48. }
  49. .login_text {
  50. margin: auto 30rpx;
  51. position: relative;
  52. padding: 100rpx 102rpx;
  53. background-color: #ffffff;
  54. margin-top: -180rpx;
  55. border-radius: 20rpx;
  56. }
  57. .login_text .login_input {
  58. border-bottom: 1px solid #f0f0f0;
  59. margin-bottom: 65rpx;
  60. }
  61. .login_text .login_input .login_img image {
  62. height: 35rpx;
  63. width: 29rpx;
  64. margin-right: 20rpx;
  65. }
  66. .login_text .login_input .uni-input {
  67. text-align: left;
  68. width: 470rpx;
  69. font-size: 28rpx !important;
  70. }
  71. .login_text .login_input .login_name {
  72. color: #333333;
  73. }
  74. .login_text .other {
  75. margin-top: 60rpx;
  76. }
  77. .login_text .other .fenge {
  78. width: 30%;
  79. height: 2rpx;
  80. background-color: #eeeeee;
  81. }
  82. .login_text .other .qita {
  83. font-size: 28rpx;
  84. color: #999999;
  85. }
  86. .login_text .weixin {
  87. width: 75rpx;
  88. height: 75rpx;
  89. margin: 25rpx auto;
  90. }
  91. .login_text .weixin image {
  92. width: 100%;
  93. height: 100%;
  94. }
  95. .login_text .weixin_text {
  96. text-align: center;
  97. font-size: 28rpx;
  98. color: #999999;
  99. }
  100. .login_text .forget {
  101. font-size: 28rpx;
  102. width: 100%;
  103. text-align: right;
  104. color: #999999;
  105. }
  106. .login_text .uni-button-green {
  107. color: #ffffff;
  108. background-color: #5dbc7c;
  109. margin: 40rpx 10rpx;
  110. border-radius: 50rpx;
  111. }
  112. .login_text .uni-button-green-plain {
  113. border: 1px solid #5dbc7c;
  114. margin: 40rpx 10rpx;
  115. border-radius: 50rpx;
  116. color: #5dbc7c;
  117. background-color: #ffffff;
  118. }
  119. .login_text .uni-button {
  120. height: 85rpx;
  121. line-height: 85rpx;
  122. }
  123. .loginTitle {
  124. position: absolute;
  125. top: 250rpx;
  126. width: 100%;
  127. text-align: center;
  128. color: white;
  129. font-size: 40rpx;
  130. }