login.wxss 2.4 KB

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