login.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. background-color: #ff4c4c;
  47. }
  48. .container_text .banner-img {
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .login_text {
  53. margin: auto 30rpx;
  54. position: relative;
  55. padding: 100rpx 102rpx;
  56. background-color: #ffffff;
  57. margin-top: -180rpx;
  58. border-radius: 20rpx;
  59. }
  60. .login_text .login_input {
  61. border-bottom: 1px solid #f0f0f0;
  62. margin-bottom: 65rpx;
  63. }
  64. .login_text .login_input .login_img image {
  65. height: 35rpx;
  66. width: 29rpx;
  67. margin-right: 20rpx;
  68. }
  69. .login_text .login_input .uni-input {
  70. text-align: left;
  71. width: 470rpx;
  72. font-size: 28rpx !important;
  73. }
  74. .login_text .login_input .login_name {
  75. color: #333333;
  76. }
  77. .login_text .other {
  78. margin-top: 60rpx;
  79. }
  80. .login_text .other .fenge {
  81. width: 30%;
  82. height: 2rpx;
  83. background-color: #eeeeee;
  84. }
  85. .login_text .other .qita {
  86. font-size: 28rpx;
  87. color: #999999;
  88. }
  89. .login_text .weixin {
  90. width: 75rpx;
  91. height: 75rpx;
  92. margin: 25rpx auto;
  93. }
  94. .login_text .weixin image {
  95. width: 100%;
  96. height: 100%;
  97. }
  98. .login_text .weixin_text {
  99. text-align: center;
  100. font-size: 28rpx;
  101. color: #999999;
  102. }
  103. .login_text .forget {
  104. font-size: 28rpx;
  105. width: 100%;
  106. text-align: right;
  107. color: #999999;
  108. }
  109. .login_text .uni-button-green {
  110. color: #ffffff;
  111. background-color: #ff4c4c;
  112. margin: 40rpx 10rpx;
  113. border-radius: 50rpx;
  114. }
  115. .login_text .uni-button-green-plain {
  116. border: 1px solid #ff4c4c;
  117. margin: 40rpx 10rpx;
  118. border-radius: 50rpx;
  119. color: #ff4c4c;
  120. background-color: #ffffff;
  121. }
  122. .login_text .uni-button {
  123. height: 85rpx;
  124. line-height: 85rpx;
  125. }
  126. .loginTitle {
  127. position: absolute;
  128. top: 250rpx;
  129. width: 100%;
  130. text-align: center;
  131. color: white;
  132. font-size: 40rpx;
  133. }