business.wxss 1.9 KB

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