业务交流通
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

index.wxss 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. /**index.wxss**/
  2. /* 搜索块 */
  3. .search-view {
  4. height: 290rpx;
  5. border-radius: 20rpx;
  6. box-sizing: border-box;
  7. /* padding: 20rpx; */
  8. margin-bottom: 30rpx;
  9. /* background: url('../../images/home/search-view-bgc.jpg') no-repeat; */
  10. /* background-image: linear-gradient(45deg, #ffffff 0%, #e8eaf1 100%),
  11. linear-gradient(#f8f8f8, #f8f8f8);
  12. background-blend-mode: normal, normal; */
  13. box-shadow: 0px 2px 26px 1px rgba(0, 0, 0, 0.06);
  14. position: relative;
  15. }
  16. .search-view .search-view-bgc {
  17. width: 100%;
  18. height: 100%;
  19. border-radius: 20rpx;
  20. }
  21. .search-view .header-img {
  22. position: absolute;
  23. width: 290rpx;
  24. height: 110rpx;
  25. top: 145rpx;
  26. right: 45rpx;
  27. }
  28. .search-view .header-img .header-icon{
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .serach-input-view {
  33. position: absolute;
  34. top: 20rpx;
  35. left: 0;
  36. width: 98%;
  37. height: 68rpx;
  38. z-index: 1;
  39. }
  40. .serach-input-view .hhr-img {
  41. width: 68rpx;
  42. height: 68rpx;
  43. margin-top: 15rpx;
  44. }
  45. .search-view .input-box {
  46. width: calc(100% - 20rpx);
  47. margin-left: 20rpx;
  48. }
  49. .search-view .weui-serach-input {
  50. background: #fff;
  51. height: 90rpx;
  52. line-height: 90rpx;
  53. box-sizing: border-box;
  54. padding-left: 40rpx;
  55. padding-right: 80rpx;
  56. border-radius: 44rpx;
  57. box-shadow: -2px 7px 13px 3px rgba(130, 130, 130, 0.03);
  58. }
  59. .search-view .search-img-view {
  60. position: absolute;
  61. right: 32rpx;
  62. top: 0rpx;
  63. z-index: 666;
  64. width: 40rpx;
  65. height: 90rpx;
  66. line-height: 90rpx;
  67. }
  68. .search-view .search-img {
  69. width: 29rpx;
  70. height: 29rpx;
  71. position: relative;
  72. top: 5rpx;
  73. }
  74. .phcolor {
  75. color: #b3bfcb;
  76. }
  77. .search-view .title {
  78. margin-top: 64rpx;
  79. font-size: 33rpx;
  80. font-weight: bold;
  81. padding-left: 40rpx;
  82. box-sizing: border-box;
  83. }
  84. .search-view .sub-title {
  85. font-weight: normal;
  86. }
  87. .search-view .set-attention {
  88. position: absolute;
  89. right: 90rpx;
  90. top: 176rpx;
  91. padding-left: 40rpx;
  92. font-size: 26rpx;
  93. color: #f7fefe !important;
  94. box-sizing: border-box;
  95. text-align: left;
  96. z-index: 1;
  97. }
  98. .search-view .set-attention::after {
  99. display: none;
  100. }
  101. .search-view .set-attention[type="default"][plain] {
  102. border: 0;
  103. }
  104. /* tab块 */
  105. .tab-view {
  106. height: 70rpx;
  107. margin-bottom: 20rpx;
  108. background: #fff;
  109. border-radius: 10rpx;
  110. padding: 0 20rpx;
  111. width: 100%;
  112. position: sticky;
  113. top: 0;
  114. z-index: 999;
  115. box-sizing: border-box;
  116. }
  117. .tab-view .tab-li {
  118. float: left;
  119. box-sizing: border-box;
  120. height: 70rpx;
  121. padding: 0 15rpx;
  122. }
  123. .tab-view .tab-li.more{
  124. padding: 0 12rpx;
  125. }
  126. .tab-view .tab-span {
  127. display: inline-block;
  128. box-sizing: border-box;
  129. padding-top: 15rpx;
  130. }
  131. .tab-view .tab-span.isActive {
  132. color: #5e73e5;
  133. border-bottom: 2px solid #5e73e5;
  134. }
  135. .tab-view .tab-li.right {
  136. padding: 0;
  137. }
  138. .tab-view .tab-menu .van-dropdown-menu {
  139. height: 70rpx;
  140. background: transparent;
  141. box-shadow: none;
  142. }
  143. .tab-view .tab-menu .van-dropdown-menu__item {
  144. width: 0;
  145. }
  146. .tab-view .tab-menu .van-dropdown-menu__title {
  147. width: 0;
  148. padding: 0;
  149. size: 0;
  150. }
  151. .tab-view .tab-menu .van-ellipsis {
  152. display: none;
  153. }
  154. .not-info-attention-type .not-data-attention-view {
  155. width: 194rpx;
  156. height: 150rpx;
  157. margin-left: 50rpx;
  158. }
  159. .not-info-attention-type .not-data-attention-view .not-data-attention-img {
  160. width: 100%;
  161. height: 100%;
  162. }
  163. .not-info-attention-type .not-info{
  164. box-sizing: border-box;
  165. padding-top: 20rpx;
  166. }
  167. .not-info-attention-type .set-attention-btn {
  168. margin-top: 10rpx;
  169. margin-left: 50rpx;
  170. }
  171. .not-info-attention-type .set-attention-btn .van-button--small {
  172. padding: 0 30rpx;
  173. }
  174. .view-interested{
  175. margin-top: 70rpx;
  176. }