order_search.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* pages/order_search/order_search.wxss */
  2. /* .search-table{
  3. width: 100%;
  4. border: 1rpx solid;
  5. } */
  6. page {
  7. background: #eff0f5;
  8. }
  9. .search-box {
  10. padding-top: 10rpx;
  11. padding-bottom: 10rpx;
  12. width: 100%;
  13. background-color: #ffffff;
  14. }
  15. .search-top {
  16. width: 700rpx;
  17. height: 80rpx;
  18. border: 1px solid #e1e1e1;
  19. border-radius: 50rpx;
  20. margin: 3%;
  21. }
  22. .search-ipt {
  23. width: 474rpx;
  24. height: 80rpx;
  25. border: none;
  26. float: left;
  27. font-size: 29rpx;
  28. /* 去掉获取焦点的蓝边 */
  29. outline: none;
  30. /* text-indent: 20rpx; */
  31. padding-left: 30rpx;
  32. }
  33. .search-btn {
  34. border-radius: 50rpx;
  35. width: 151rpx;
  36. height: 80rpx;
  37. display: flex;
  38. justify-content: center;
  39. align-items: center;
  40. float: right;
  41. background: #ff8e0b;
  42. color: #fff;
  43. font-size: 29rpx;
  44. }
  45. .item-box {
  46. width: 100%;
  47. background-color: #ffffff;
  48. box-sizing: border-box;
  49. padding: 20rpx;
  50. border-radius: 20rpx;
  51. margin-bottom: 30rpx;
  52. }
  53. .item-btn {
  54. background-color: #ff8e0b;
  55. font-size: 20rpx;
  56. color: #fff8f3;
  57. height: 60rpx;
  58. margin-bottom: 20rpx;
  59. }
  60. .mini-btn {
  61. background-color: #ff8e0b;
  62. font-size: 10rpx;
  63. color: #fff8f3;
  64. margin-left: 20rpx;
  65. float: right;
  66. }
  67. .card1 {
  68. display: flex;
  69. justify-content: space-between;
  70. color: #696969;
  71. }
  72. .card2 {
  73. display: flex;
  74. justify-content: space-between;
  75. color: #696969;
  76. margin-bottom: -10rpx;
  77. }