apply.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. .header {
  2. background: #f75451;
  3. height: 160rpx;
  4. color: #fff;
  5. font-size: 30rpx;
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. }
  10. .form-group {
  11. padding: 12rpx 30rpx 0;
  12. display: flex;
  13. flex-direction: column;
  14. align-items: center;
  15. }
  16. .form-group .form-item {
  17. display: flex;
  18. align-items: center;
  19. border-bottom: 2rpx solid #e4e4e4;
  20. font-size: 30rpx;
  21. transition: all 0.3s;
  22. width: 100%;
  23. }
  24. .form-group .form-item:last-child {
  25. border: none;
  26. }
  27. .form-group .form-item.error {
  28. border-color: #f75451;
  29. }
  30. .form-group .form-item .form-item-control {
  31. width: 130rpx;
  32. height: 100rpx;
  33. line-height: 100rpx;
  34. }
  35. .form-group .form-item .form-item-input {
  36. flex: 1;
  37. height: 100rpx;
  38. line-height: 100rpx;
  39. }
  40. weui-cell__hd {
  41. position: relative;
  42. font-size: 28rpx;
  43. text-align: left;
  44. }
  45. .weui-pos {
  46. width: 40rpx;
  47. height: 50rpx;
  48. background: url(https://mall.shiziyu888.com/dan/Common/image/order_checkout_icon.png) no-repeat;
  49. background-position: 0rpx 0;
  50. background-size: 132rpx 142rpx;
  51. }
  52. .form-group .form-item .form-item-input .picker {
  53. height: 100rpx;
  54. line-height: 100rpx;
  55. }
  56. .form-group .form-item .captcha {
  57. color: #666;
  58. border-left: 4rpx solid #ddd;
  59. padding-left: 20rpx;
  60. width: 160rpx;
  61. height: 100%;
  62. text-align: center;
  63. }
  64. .form-group .form-item .placeholder {
  65. color: #ccc;
  66. }
  67. .form-group .form-item .input-placeholder {
  68. color: #ccc;
  69. }
  70. .form-group .form-item .submit {
  71. width: 640rpx;
  72. margin: 46rpx auto 0;
  73. height: 94rpx;
  74. border-radius: 94rpx;
  75. font-size: 36rpx;
  76. background: #f75451;
  77. color: #fff;
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. }
  82. .form-group .form-item .submit.disabled {
  83. background: #dcdcdc;
  84. }
  85. .apply-pass {
  86. width: 100%;
  87. height: 100%;
  88. display: flex;
  89. flex-direction: column;
  90. align-items: center;
  91. background: #fff;
  92. position: fixed;
  93. left: 0;
  94. top: 0;
  95. z-index: 9;
  96. }
  97. .add-img-btn {
  98. color: #ccc;
  99. }
  100. .form-group .form-item2 {
  101. border-bottom: 0;
  102. flex-direction: column;
  103. align-items: flex-start;
  104. }
  105. .form-item-textarea {
  106. width: 100%;
  107. border: 2rpx solid #e4e4e4;
  108. border-radius: 5px;
  109. padding: 5px;
  110. box-sizing: border-box;
  111. }
  112. .apply-pass {
  113. width: 100%;
  114. height: 100%;
  115. display: flex;
  116. flex-direction: column;
  117. align-items: center;
  118. background: #fff;
  119. position: fixed;
  120. left: 0;
  121. top: 0;
  122. z-index: 9;
  123. }
  124. .apply-pass image {
  125. width: 156rpx;
  126. height: 144rpx;
  127. padding-top: 150rpx;
  128. margin-bottom: 28rpx;
  129. }
  130. .apply-pass .applyPassImg {
  131. width: 186rpx;
  132. height: 186rpx;
  133. font-size: 230rpx;
  134. color: #ef994c;
  135. margin-bottom: 40rpx;
  136. margin-top: 106rpx;
  137. display: flex;
  138. justify-content: center;
  139. align-items: center;
  140. }
  141. .apply-pass .h1 {
  142. font-size: 32rpx;
  143. margin-bottom: 20rpx;
  144. color: #555;
  145. }
  146. .apply-pass .p {
  147. font-size: 28rpx;
  148. color: #999;
  149. margin-bottom: 30rpx;
  150. }
  151. .apply-pass .link-btn {
  152. width: 310rpx;
  153. height: 98rpx;
  154. border-radius: 20rpx;
  155. background: #fb5a50;
  156. color: #fff;
  157. font-size: 32rpx;
  158. display: flex;
  159. justify-content: center;
  160. align-items: center;
  161. font-weight: bold;
  162. }