register.wxss 2.4 KB

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