business.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .page-header-search {
  2. padding: 20rpx 0 28rpx;
  3. }
  4. .list {
  5. padding: 38rpx 0;
  6. }
  7. .item-info {
  8. width: 690rpx;
  9. min-height: 222rpx;
  10. padding: 32rpx 16rpx 28rpx 38rpx;
  11. margin: 0 auto 20rpx;
  12. border-radius: 24rpx;
  13. background: rgba(255, 255, 255, 1);
  14. box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.1);
  15. }
  16. .item-info .top {
  17. display: flex;
  18. justify-content: space-between;
  19. }
  20. .logo {
  21. width: 100rpx;
  22. height: 100rpx;
  23. border-radius: 5rpx;
  24. overflow: hidden;
  25. }
  26. .logo image {
  27. display: block;
  28. width: 100%;
  29. height: 100%;
  30. background-color: pink;
  31. }
  32. .info {
  33. width: 400rpx;
  34. padding: 0 20rpx;
  35. }
  36. .info .name {
  37. line-height: 44rpx;
  38. font-size: 30rpx;
  39. color: rgba(51, 51, 51, 1);
  40. word-break: break-all;
  41. word-wrap: break-word;
  42. }
  43. .info .goods-count {
  44. margin-top: 22rpx;
  45. font-size: 24rpx;
  46. line-height: 34rpx;
  47. color: rgba(102, 102, 102, 1);
  48. }
  49. button.contact[type="default"] {
  50. width: 136rpx;
  51. height: 50rpx;
  52. border-radius: 16rpx;
  53. border: 2rpx solid rgba(145, 179, 121, 1);
  54. line-height: 46rpx;
  55. font-size: 24rpx;
  56. color: rgba(145, 179, 121, 1);
  57. background-color: transparent;
  58. }
  59. .item-info .bottom {
  60. display: flex;
  61. align-items: center;
  62. margin-top: 24rpx;
  63. }
  64. .item-info .bottom button[type="default"] {
  65. justify-content: flex-start;
  66. line-height: 38rpx;
  67. font-size: 24rpx;
  68. color: rgba(153, 153, 153, 1);
  69. background-color: transparent;
  70. white-space: nowrap;
  71. }
  72. .item-info .bottom button[type="default"]:nth-of-type(1) {
  73. width: 228rpx;
  74. }
  75. .item-info .bottom button[type="default"]:nth-of-type(2) {
  76. width: calc(100% - 228rpx);
  77. padding-left: 84rpx;
  78. overflow: hidden;
  79. text-overflow: ellipsis;
  80. }
  81. .pullup-wrapper {
  82. display: flex;
  83. justify-content: center;
  84. align-items: center;
  85. width: 100%;
  86. height: 50px;
  87. }
  88. .van-loading__text {
  89. color: #969799;
  90. font-size: 14px;
  91. line-height: 20px;
  92. }