searchSub.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. #searchSub.data-v-6fdef9c0 {
  2. height: 100%;
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. #searchSub .top-max-big-box.data-v-6fdef9c0 {
  7. width: 750rpx;
  8. height: 120rpx;
  9. background: #fff;
  10. padding: 20rpx 30rpx;
  11. box-sizing: border-box;
  12. }
  13. #searchSub .top-max-big-box .search-box.data-v-6fdef9c0 {
  14. width: 690rpx;
  15. height: 78rpx;
  16. border: 1rpx solid #e0e0e0;
  17. border-radius: 50rpx;
  18. display: flex;
  19. }
  20. #searchSub .top-max-big-box .search-box .img-view.data-v-6fdef9c0 {
  21. display: inline-block;
  22. margin: 27rpx 17rpx 0 37rpx;
  23. width: 26rpx;
  24. height: 26rpx;
  25. }
  26. #searchSub .top-max-big-box .search-box input.data-v-6fdef9c0 {
  27. height: 78rpx;
  28. line-height: 78rpx;
  29. flex: 1;
  30. font-size: 24rpx;
  31. }
  32. #searchSub .top-max-big-box .search-box .button-view.data-v-6fdef9c0 {
  33. width: 100rpx;
  34. line-height: 78rpx;
  35. text-align: center;
  36. font-size: 24rpx;
  37. color: #0183fa;
  38. }
  39. #searchSub .list.data-v-6fdef9c0 {
  40. flex: 1;
  41. overflow-y: scroll;
  42. padding: 0 30rpx;
  43. box-sizing: border-box;
  44. padding-bottom: 160rpx;
  45. margin-top: 20rpx;
  46. background-color: #fff;
  47. }
  48. #searchSub .list .for-sub-box.data-v-6fdef9c0 {
  49. display: flex;
  50. border-bottom: 1rpx dashed #e0e0e0;
  51. }
  52. #searchSub .list .for-sub-box .for-text-box.data-v-6fdef9c0 {
  53. flex: 1;
  54. line-height: 42rpx;
  55. padding: 40rpx 0 40rpx 0;
  56. }
  57. #searchSub .list .for-sub-box .for-right-button.data-v-6fdef9c0 {
  58. width: 100rpx;
  59. display: flex;
  60. flex-direction: column;
  61. }
  62. #searchSub .list .for-sub-box .for-right-button view.data-v-6fdef9c0:nth-child(1) {
  63. flex: 1;
  64. }
  65. #searchSub .list .for-sub-box .for-right-button view.data-v-6fdef9c0:nth-child(2) {
  66. line-height: 42rpx;
  67. text-align: right;
  68. color: #0183fa;
  69. font-size: 28rpx;
  70. }
  71. #searchSub .list .for-sub-box .for-right-button view.data-v-6fdef9c0:nth-child(3) {
  72. flex: 1;
  73. }
  74. #searchSub .list .get-data-null-p.data-v-6fdef9c0 {
  75. text-align: center;
  76. line-height: 100rpx;
  77. padding-bottom: 80px;
  78. color: #999;
  79. }