business.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. .page-header-search {
  2. padding: 20rpx 0 28rpx;
  3. }
  4. .page-header-search-warp {
  5. width: 690rpx;
  6. }
  7. .nav-wrap {
  8. width: 100%;
  9. padding-left: 22rpx;
  10. border-bottom: 1rpx solid rgba(189, 189, 189, 1);
  11. white-space: nowrap;
  12. }
  13. .nav-wrap .nav {
  14. position: relative;
  15. left: 0;
  16. bottom: 0;
  17. display: inline-block;
  18. padding: 0 22rpx 24rpx;
  19. font-size: 0;
  20. color: rgba(145, 179, 121, 1);
  21. text-align: center;
  22. }
  23. .nav-wrap .nav.active {
  24. color: rgba(51, 51, 51, 1);
  25. }
  26. .nav-wrap .nav.active .photo {
  27. border: 4rpx solid rgba(145, 179, 121, 1);
  28. }
  29. .nav-wrap .nav.active:after {
  30. position: absolute;
  31. left: 50%;
  32. bottom: 0;
  33. content: '';
  34. width: 100%;
  35. height: 12rpx;
  36. border-radius: 10rpx 10rpx 0 0;
  37. background: rgba(145, 179, 121, 1);
  38. transform: translateX(-50%);
  39. }
  40. .nav-wrap .photo {
  41. width: 106rpx;
  42. height: 106rpx;
  43. border-radius: 30rpx;
  44. margin: 0 auto;
  45. overflow: hidden;
  46. }
  47. .nav-wrap .photo image {
  48. display: block;
  49. width: 100%;
  50. height: 100%;
  51. background-color: pink;
  52. }
  53. .nav-wrap .name {
  54. margin-top: 16rpx;
  55. font-size: 24rpx;
  56. line-height: 36rpx;
  57. }
  58. .list {
  59. padding: 38rpx 0;
  60. }
  61. .item-info {
  62. width: 690rpx;
  63. min-height: 222rpx;
  64. padding: 32rpx 16rpx 28rpx 38rpx;
  65. margin: 0 auto 20rpx;
  66. border-radius: 24rpx;
  67. background: rgba(255, 255, 255, 1);
  68. box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.1);
  69. }
  70. .item-info .top {
  71. display: flex;
  72. justify-content: space-between;
  73. }
  74. .logo {
  75. width: 100rpx;
  76. height: 100rpx;
  77. border-radius: 5rpx;
  78. overflow: hidden;
  79. }
  80. .logo image {
  81. display: block;
  82. width: 100%;
  83. height: 100%;
  84. background-color: pink;
  85. }
  86. .info {
  87. width: 400rpx;
  88. padding: 0 20rpx;
  89. }
  90. .info .name {
  91. line-height: 44rpx;
  92. font-size: 30rpx;
  93. color: rgba(51, 51, 51, 1);
  94. word-break: break-all;
  95. word-wrap: break-word;
  96. }
  97. .info .goods-count {
  98. margin-top: 22rpx;
  99. font-size: 24rpx;
  100. line-height: 34rpx;
  101. color: rgba(102, 102, 102, 1);
  102. }
  103. button.contact[type="default"] {
  104. width: 136rpx;
  105. height: 50rpx;
  106. border-radius: 16rpx;
  107. border: 2rpx solid rgba(145, 179, 121, 1);
  108. line-height: 46rpx;
  109. font-size: 24rpx;
  110. color: rgba(145, 179, 121, 1);
  111. background-color: transparent;
  112. }
  113. .item-info .bottom {
  114. display: flex;
  115. align-items: center;
  116. margin-top: 24rpx;
  117. }
  118. .item-info .bottom button[type="default"] {
  119. justify-content: flex-start;
  120. line-height: 38rpx;
  121. font-size: 24rpx;
  122. color: rgba(153, 153, 153, 1);
  123. background-color: transparent;
  124. white-space: nowrap;
  125. }
  126. .item-info .bottom button[type="default"]:nth-of-type(1) {
  127. width: 228rpx;
  128. }
  129. .item-info .bottom button[type="default"]:nth-of-type(2) {
  130. width: calc(100% - 228rpx);
  131. padding-left: 84rpx;
  132. overflow: hidden;
  133. text-overflow: ellipsis;
  134. }
  135. .pullup-wrapper {
  136. display: flex;
  137. justify-content: center;
  138. align-items: center;
  139. width: 100%;
  140. height: 50px;
  141. }
  142. .van-loading__text {
  143. color: #969799;
  144. font-size: 14px;
  145. line-height: 20px;
  146. }