register.wxss 2.3 KB

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