search.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* pages/search/search.wxss */
  2. .container {
  3. display: flex;
  4. flex-direction: column;
  5. width: 100%;
  6. }
  7. .tab-view {
  8. position: sticky;
  9. top: 0;
  10. z-index: 999;
  11. }
  12. .cell-view {
  13. display: flex;
  14. border-bottom: 1px solid #f0f0f0;
  15. align-items: center;
  16. margin: 0px 10px;
  17. }
  18. .cell-view text {
  19. width: 90px;
  20. text-align: left;
  21. color: #333;
  22. font-size: 26rpx;
  23. }
  24. .cell-view view {
  25. display: flex;
  26. flex-direction: row;
  27. flex-wrap: wrap;
  28. width: 100%;
  29. }
  30. .cell-view view button {
  31. margin: 5px;
  32. height: 36px;
  33. color: #333;
  34. width: 21.3%;
  35. }
  36. .cell-view button {
  37. color: #000;
  38. font-size: 24rpx;
  39. }
  40. .totalweight view, .weight view, .ctweight view {
  41. flex-wrap: nowrap;
  42. text-align: center;
  43. }
  44. .shape, .color {
  45. height: 150px;
  46. }
  47. .neatness, .certificate {
  48. height: 100px;
  49. }
  50. .qiegong, .duicheng, .polishing, .yingguang, .warehouse, .currency, .weight, .totalweight, .ctweight, .product {
  51. height: 60px;
  52. }
  53. .totalweight-range {
  54. display: flex;
  55. flex-direction: row;
  56. flex-wrap: nowrap;
  57. height: 100%;
  58. }
  59. .buttom_view {
  60. display: flex;
  61. flex-direction: row;
  62. justify-content: space-between;
  63. margin-top: 20px;
  64. }
  65. .buttom_view button {
  66. width: 45%;
  67. color: white;
  68. }
  69. .buttom_view button:nth-child(1) {
  70. background-color: red;
  71. }
  72. .buttom_view button:nth-child(2) {
  73. background-color: purple;
  74. }
  75. num-range {
  76. width: 100%;
  77. height: 100%;
  78. display: flex;
  79. flex-direction: row;
  80. align-items: center;
  81. align-content: center;
  82. }