searchOrder.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* pages/searchOrder/searchOrder.wxss */
  2. .head-bar {
  3. width: 100%;
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. z-index: 999;
  8. }
  9. .tap-none {
  10. height: 55px;
  11. }
  12. .search-container {
  13. white-space: nowrap;
  14. background-color: #fff;
  15. padding: 20rpx;
  16. }
  17. .search-control {
  18. width: 100%;
  19. }
  20. .input-search {
  21. border: solid 1px #f8f8f8;
  22. width: 100%;
  23. margin: 0 20rpx;
  24. padding: 4rpx 10rpx;
  25. border-radius: 2px;
  26. }
  27. .btn-search {
  28. color: #09bb07;
  29. }
  30. .picker {
  31. color: #09bb07;
  32. }
  33. .list-group {
  34. padding: 0 18rpx;
  35. font-size: 24rpx;
  36. }
  37. .list-item {
  38. margin-bottom: 12px;
  39. background-color: #fff;
  40. padding: 0 10px;
  41. box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.06);
  42. border-radius: 5px;
  43. }
  44. .list-item-head {
  45. padding: 8px 0;
  46. border-bottom: solid 1px #f8f8f8;
  47. }
  48. .to-check {
  49. color: #f56c6c;
  50. }
  51. .to-pay-ok {
  52. color: #67c23a;
  53. }
  54. .form-item {
  55. padding: 5px 0;
  56. }
  57. .form-value {
  58. color: #999;
  59. }
  60. .pay-money {
  61. color: #f56c6c;
  62. }
  63. .list-item-body {
  64. padding-bottom: 5px;
  65. }
  66. .list-item-footer {
  67. border-top: solid 1px #f8f8f8;
  68. padding: 10px 0;
  69. }
  70. .op-btn {
  71. background-color: #67c23a;
  72. color: #fff;
  73. border-radius: 5px;
  74. padding: 3px 10px;
  75. font-size: 24rpx;
  76. /* box-shadow: 0px 2px 3px rgba(0,0,0, 0.3); */
  77. border: solid 1px rgb(95, 179, 53);
  78. }