search.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. text {
  18. width: 90px;
  19. text-align: left;
  20. color: #333;
  21. font-size: 26rpx;
  22. }
  23. view {
  24. display: flex;
  25. flex-direction: row;
  26. flex-wrap: wrap;
  27. width: 100%;
  28. button {
  29. margin: 5px;
  30. height: 36px;
  31. color: #333;
  32. width: 21.3%;
  33. }
  34. }
  35. button {
  36. color: #000;
  37. font-size: 24rpx;
  38. }
  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. .buttom_view {
  54. display: flex;
  55. flex-direction: row;
  56. justify-content: space-between;
  57. margin-top: 20px;
  58. button {
  59. width: 45%;
  60. color: white;
  61. }
  62. button:nth-child(1) {
  63. background-color: red;
  64. }
  65. button:nth-child(2) {
  66. background-color: purple;
  67. }
  68. }
  69. num-range {
  70. width: 100%;
  71. height: 100%;
  72. display: flex;
  73. flex-direction: row;
  74. align-items: center;
  75. align-content: center;
  76. }