search.scss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .zaiui-bar-search-title-box {
  2. .cu-bar {
  3. padding-top: var(--status-bar-height);
  4. min-height: calc(var(--status-bar-height) + 101upx);
  5. .content {
  6. top: var(--status-bar-height);
  7. width: calc(100% - 181.81upx);
  8. }
  9. .search-form [class*="cuIcon-"] {
  10. margin: 0 0.8em 0 0.8em;
  11. }
  12. .search-form {
  13. /* #ifdef MP */
  14. margin-right: 181.81upx;
  15. /* #endif */
  16. margin-left: 9.09upx;
  17. .close-icon {
  18. font-size: 29.09upx;
  19. }
  20. }
  21. }
  22. .cu-bar.fixed.no-shadow {
  23. box-shadow: inherit;
  24. }
  25. .cu-bar.bg-white {
  26. color: #333333;
  27. }
  28. .zaiui-seat-height {
  29. width: 100%;
  30. height: calc(var(--status-bar-height) + 101upx);
  31. }
  32. }
  33. .zaiui-search-list-view {
  34. position: relative;
  35. width: 100%;
  36. .search-list-view {
  37. .search-bar-view {
  38. position: relative;
  39. margin-bottom: 18.18upx;
  40. width: 100%;
  41. .icon-right {
  42. position: absolute;
  43. right: 0;
  44. top: 5.45upx;
  45. }
  46. .text-right {
  47. position: absolute;
  48. right: 0;
  49. top: 4upx;
  50. text + text {
  51. margin-left: 27.27upx;
  52. }
  53. }
  54. }
  55. .btn-view {
  56. position: relative;
  57. padding-bottom: 36.36upx;
  58. width: 100%;
  59. .cu-btn {
  60. color: #333333;
  61. height: 54.54upx;
  62. font-size: 23.63upx;
  63. margin-right: 27.27upx;
  64. margin-bottom: 18.18upx;
  65. .close-icon {
  66. top: 0;
  67. color: #9c9797;
  68. right: -9.09upx;
  69. position: absolute;
  70. font-size: 27.27upx;
  71. }
  72. }
  73. }
  74. }
  75. }