蓝色 贷款产品助手

signup.wxss 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. view {
  2. /* border-top: 1px solid#f5f4f9; */
  3. background: #fff;
  4. }
  5. .register_logo {
  6. background: #f5f4f9;
  7. width: 100%;
  8. height: 124px;
  9. }
  10. .register_logo image {
  11. display: block;
  12. width: 70px;
  13. height: 70px;
  14. margin: auto;
  15. margin-top: 24px;
  16. }
  17. .item {
  18. display: block;
  19. width: 100%;
  20. }
  21. .item .item-inner {
  22. display: block;
  23. border-bottom: #e5e5e5 solid 1rpx;
  24. box-sizing: border-box;
  25. position: relative;
  26. color: #333;
  27. height: 56px;
  28. width: 100%;
  29. }
  30. .item .item-inner .item-title {
  31. display: block;
  32. float: left;
  33. width: 60px;
  34. height: 55px;
  35. /* background: #f00; */
  36. font-size: 14px;
  37. color: #333;
  38. padding-left: 12px;
  39. line-height: 56px;
  40. }
  41. .item .item-inner .item-input input {
  42. display: block;
  43. width: 430rpx;
  44. float: left;
  45. height: 55px;
  46. line-height: 56px;
  47. vertical-align: middle;
  48. font-size: 14px;
  49. color: #999;
  50. }
  51. .item .item-inner .label input {
  52. width: 260rpx;
  53. }
  54. .phone_hide {
  55. position: absolute;
  56. z-index: 100;
  57. float: left;
  58. margin-left: 73px;
  59. height: 55px;
  60. line-height: 56px;
  61. color: #f00;
  62. font-size: 14px;
  63. text-align: left;
  64. width: 50%;
  65. /* display: none; */
  66. }
  67. .wrapper{
  68. position: relative;
  69. }
  70. .yzm_hide {
  71. position: absolute;
  72. z-index: 1;
  73. background: #f2f1f7;
  74. width: 100%;
  75. height: 30px;
  76. line-height: 30px;
  77. color: #E94D4D;
  78. font-size: 14px;
  79. padding: 0 12px;
  80. /*text-align: center;*/
  81. }
  82. .item .item-inner .get_code {
  83. float: right;
  84. display: block;
  85. width: 110px;
  86. height: 40px;
  87. font-size: 12px;
  88. text-align: center;
  89. line-height: 40px;
  90. margin: 6px 16px 0 0;
  91. border-left: 1px solid #e5e5e5;
  92. }
  93. .item_btn {
  94. background-color: #ffe100;
  95. font-size: 16px;
  96. color: #333;
  97. margin: 90px 15px 0 15px;
  98. }
  99. .item_btn::after{
  100. border: 0 none;
  101. }
  102. .red {
  103. color: #f00;
  104. }
  105. .icon_hide {
  106. display: none;
  107. }
  108. .icon_show {
  109. display: block;
  110. }
  111. .input_btn_icon {
  112. float: right;
  113. /*margin-right: 20px;*/
  114. margin-top: 10px;
  115. width: 44px;
  116. height: 44px;
  117. background: url('http://m.henhaojie.com/images/icon02.png') no-repeat;
  118. /* background-size: 100% 100%; */
  119. background-size: 750rpx 400rpx;
  120. background-position: -190rpx 20rpx;
  121. }
  122. .enable{
  123. color: #666;
  124. }
  125. .unable{
  126. color: #aaa;
  127. }