apply.wxss 2.7 KB

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