searchWeb.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .container {
  2. background-color: #eee;
  3. }
  4. .panelSearch{
  5. width:100%;
  6. height:140rpx;
  7. background-color: #fff;
  8. }
  9. .panelSearch1{
  10. width:690rpx;
  11. height:80rpx;
  12. margin: 20rpx 0 40rpx 0;
  13. border-radius: 14rpx;
  14. background-color: #F0F0F0;
  15. color:#787878;
  16. font-size:28rpx;
  17. font-weight: 400;
  18. }
  19. .universalpic_search_gray_30x30{
  20. width:30rpx;
  21. height:30rpx;
  22. margin-right: 10rpx;
  23. }
  24. .panelTitle {
  25. width: 100%;
  26. margin-top: 50rpx;
  27. justify-content: space-between;
  28. }
  29. .panelTitle .panelTitle1 {
  30. font-size: 32rpx;
  31. margin-left: 30rpx;
  32. margin-bottom: 30rpx;
  33. }
  34. .panelTitle .panelTitle2 {
  35. font-size: 28rpx;
  36. margin-right: 30rpx;
  37. background-color: #1e1e1e;
  38. color: #fff;
  39. border-radius: 22rpx;
  40. text-align: center;
  41. padding: 0 20rpx;
  42. margin-bottom: 32rpx;
  43. }
  44. .panelNull{
  45. margin-top: -20rpx;
  46. font-size:24rpx;
  47. font-weight: 400;
  48. color:#787878;
  49. align-self: flex-start;
  50. margin-left: 30rpx;
  51. }
  52. .ScrollView {
  53. width: 100%;
  54. display: flex;
  55. white-space: nowrap;
  56. background-color: #fff;
  57. }
  58. .CellItem {
  59. width: 750rpx;
  60. display: inline-block;
  61. position: relative;
  62. }
  63. .CellDelete {
  64. width: 160rpx;
  65. display: inline-block;
  66. position: relative;
  67. }
  68. .panelItemSearch {
  69. width: 100%;
  70. min-height: 100rpx;
  71. background-color: #fff;
  72. justify-content: flex-start;
  73. align-items: flex-start;
  74. }
  75. .panelItemSearch .panelItemSearch1{
  76. color: #1e1e1e;
  77. font-weight: 400;
  78. justify-content: space-between;
  79. width:100%;
  80. }
  81. .panelItemSearch .panelItemSearch11{
  82. width:600rpx;
  83. height: 40rpx;
  84. font-size:28rpx;
  85. font-weight: 400;
  86. margin-left: 30rpx;
  87. margin-top: 30rpx;
  88. overflow-x: hidden;
  89. }
  90. .panelItemSearch .panelItemSearch12{
  91. border:2rpx solid #0071EF;
  92. font-size:20rpx;
  93. text-align: center;
  94. line-height: 34rpx;
  95. width:60rpx;
  96. color:#0071EF;
  97. margin-right: 30rpx;
  98. margin-top: 32rpx;
  99. border-radius: 17rpx;
  100. font-weight: 500;
  101. }
  102. .panelItemSearch .panelItemSearch2{
  103. color: #1e1e1e;
  104. font-weight: 400;
  105. justify-content: flex-start;
  106. margin-left: 30rpx;
  107. font-size:24rpx;
  108. }
  109. .panelItemSearch .panelItemSearch3{
  110. color: #787878;
  111. font-weight: 400;
  112. justify-content: flex-start;
  113. margin-left: 30rpx;
  114. font-size:24rpx;
  115. margin-bottom: 30rpx;
  116. }
  117. .DeleteItem {
  118. background-color: #B3443B;
  119. width: 160rpx;
  120. height: 167rpx;
  121. line-height: 167rpx;
  122. color: #fff;
  123. text-align: center;
  124. font-size: 30rpx;
  125. position: absolute;
  126. top: -58rpx;
  127. left: 0;
  128. }
  129. .universalpic_del_white_20x28 {
  130. width: 20rpx;
  131. height: 28rpx;
  132. }