business.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .page-header-search {
  2. padding: 20rpx 0 28rpx;
  3. }
  4. .app_nav-wrap {
  5. margin-bottom: 38rpx;
  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. }
  31. .info {
  32. width: 400rpx;
  33. padding: 0 20rpx;
  34. }
  35. .info .name {
  36. line-height: 44rpx;
  37. font-size: 30rpx;
  38. color: rgba(51, 51, 51, 1);
  39. word-break: break-all;
  40. word-wrap: break-word;
  41. }
  42. .info .goods-count {
  43. margin-top: 22rpx;
  44. font-size: 24rpx;
  45. line-height: 34rpx;
  46. color: rgba(102, 102, 102, 1);
  47. }
  48. button.contact[type="default"] {
  49. width: 136rpx;
  50. height: 50rpx;
  51. border-radius: 16rpx;
  52. border: 2rpx solid rgba(145, 179, 121, 1);
  53. line-height: 46rpx;
  54. font-size: 24rpx;
  55. color: rgba(145, 179, 121, 1);
  56. background-color: transparent;
  57. }
  58. .item-info .bottom {
  59. display: flex;
  60. align-items: center;
  61. margin-top: 24rpx;
  62. }
  63. .item-info .bottom button[type="default"] {
  64. justify-content: flex-start;
  65. line-height: 38rpx;
  66. font-size: 24rpx;
  67. color: rgba(153, 153, 153, 1);
  68. background-color: transparent;
  69. white-space: nowrap;
  70. }
  71. .item-info .bottom button[type="default"]:nth-of-type(1) {
  72. width: 228rpx;
  73. }
  74. .item-info .bottom button[type="default"]:nth-of-type(2) {
  75. width: calc(100% - 228rpx);
  76. padding-left: 84rpx;
  77. overflow: hidden;
  78. text-overflow: ellipsis;
  79. }
  80. .pullup-wrapper {
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. width: 100%;
  85. height: 50px;
  86. }
  87. .van-loading__text {
  88. color: #969799;
  89. font-size: 14px;
  90. line-height: 20px;
  91. }