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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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,
  10. #ffffff 0%,
  11. #e8eaf1 100%),
  12. linear-gradient(
  13. #f8f8f8,
  14. #f8f8f8);
  15. background-blend-mode: normal,
  16. normal;
  17. box-shadow: 0px 2px 26px 1px
  18. rgba(0, 0, 0, 0.06);
  19. position: relative;
  20. }
  21. .search-view .header-img{
  22. position: absolute;
  23. width: 249rpx;
  24. height: 231rpx;
  25. top: 78rpx;
  26. right: 46rpx;
  27. }
  28. .serach-input-view{
  29. position: relative;
  30. height: 68rpx;
  31. z-index: 999;
  32. }
  33. .serach-input-view .hhr-img{
  34. width: 68rpx;
  35. height: 68rpx;
  36. margin-top: 15rpx;
  37. }
  38. .serach-input-view .search-img-view{
  39. position: absolute;
  40. right: 52rpx;
  41. top: 30rpx;
  42. width: 29rpx;
  43. height: 29rpx;
  44. z-index: 666;
  45. }
  46. .serach-input-view .search-img{
  47. width: 100%;
  48. height: 100%;
  49. }
  50. .search-view .input-box {
  51. width: calc(100% - 100rpx);
  52. margin-left: 20rpx;
  53. }
  54. .search-view .weui-serach-input{
  55. background: #fff;
  56. height: 90rpx;
  57. line-height: 90rpx;
  58. box-sizing: border-box;
  59. padding-left: 40rpx;
  60. padding-right: 80rpx;
  61. border-radius: 44rpx;
  62. box-shadow: -2px 7px 13px 3px
  63. rgba(130, 130, 130, 0.03);
  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: 14rpx;
  80. padding-left: 40rpx;
  81. font-size: 24rpx;
  82. color: #556fb5!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 13rpx;
  110. }
  111. .tab-view .tab-span {
  112. display: inline-block;
  113. box-sizing: border-box;
  114. padding-top: 15rpx;
  115. }
  116. .tab-view .tab-span.isActive {
  117. color: #5e73e5;
  118. border-bottom: 2px solid #5e73e5;
  119. }
  120. .tab-view .tab-li.right{
  121. padding: 0;
  122. }
  123. .tab-view .tab-menu .van-dropdown-menu {
  124. height: 70rpx;
  125. background: transparent;
  126. box-shadow:none;
  127. }
  128. .tab-view .tab-menu .van-dropdown-menu__item {
  129. width: 0;
  130. }
  131. .tab-view .tab-menu .van-dropdown-menu__title{
  132. width: 0;
  133. padding: 0;
  134. size: 0;
  135. }
  136. .tab-view .tab-menu .van-ellipsis{
  137. display: none;
  138. }