业务交流通
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.wxss 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. .search-view .input-box {
  39. width: calc(100% - 100rpx);
  40. margin-left: 20rpx;
  41. }
  42. .search-view .weui-serach-input{
  43. background: #fff;
  44. height: 90rpx;
  45. line-height: 90rpx;
  46. box-sizing: border-box;
  47. padding-left: 40rpx;
  48. padding-right: 80rpx;
  49. border-radius: 44rpx;
  50. box-shadow: -2px 7px 13px 3px
  51. rgba(130, 130, 130, 0.03);
  52. }
  53. .search-view .search-img-view {
  54. position: absolute;
  55. right: 52rpx;
  56. top: 0rpx;
  57. z-index: 666;
  58. width: 40rpx;
  59. height: 90rpx;
  60. line-height: 90rpx;
  61. }
  62. .search-view .search-img {
  63. width: 29rpx;
  64. height: 29rpx;
  65. position: relative;
  66. top: 5rpx;
  67. }
  68. .phcolor {
  69. color: #b3bfcb;
  70. }
  71. .search-view .title{
  72. margin-top: 64rpx;
  73. font-size: 33rpx;
  74. font-weight: bold;
  75. padding-left: 40rpx;
  76. box-sizing: border-box;
  77. }
  78. .search-view .sub-title{
  79. font-weight: normal;
  80. }
  81. .search-view .set-attention{
  82. margin-top: 14rpx;
  83. padding-left: 40rpx;
  84. font-size: 24rpx;
  85. color: #556fb5!important;
  86. box-sizing: border-box;
  87. text-align: left;
  88. }
  89. .search-view .set-attention::after{
  90. display: none;
  91. }
  92. .search-view .set-attention[type=default][plain] {
  93. border: 0;
  94. }
  95. /* tab块 */
  96. .tab-view {
  97. height: 70rpx;
  98. margin-bottom: 20rpx;
  99. background: #fff;
  100. border-radius: 10rpx;
  101. padding: 0 20rpx;
  102. width: 100%;
  103. position: sticky;
  104. top: 0;
  105. z-index: 999;
  106. box-sizing: border-box;
  107. }
  108. .tab-view .tab-li {
  109. float: left;
  110. box-sizing: border-box;
  111. height: 70rpx;
  112. padding: 0 13rpx;
  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. }