业务交流通
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.3KB

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