业务交流通
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxss 3.4KB

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