apply.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. }