login.wxss 2.5 KB

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