index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .SearchInputBox {
  2. width: 100%;
  3. background-color: #ffffff;
  4. padding: 20rpx 0rpx;
  5. box-sizing: border-box;
  6. }
  7. /* 展示区域title image */
  8. .display-title_image {
  9. width: 32rpx;
  10. height: 32rpx;
  11. margin: 0 6rpx;
  12. }
  13. .list-scroll-view {
  14. width: 100%;
  15. max-height: 79vh;
  16. }
  17. /* 相关商家信息 */
  18. .company-data {
  19. display: flex;
  20. width: 100%;
  21. height: 114rpx;
  22. padding-bottom: 20rpx;
  23. border-bottom: 2rpx solid rgba(151, 151, 151, .1);
  24. margin-bottom: 20rpx;
  25. }
  26. .company-data-image {
  27. width: 114rpx;
  28. height: 114rpx;
  29. border-radius: 10rpx;
  30. margin-right: 20rpx;
  31. }
  32. .company-data-text {
  33. flex: 1;
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: space-between;
  37. font-size: 24rpx;
  38. color: rgba(51, 51, 51, .7);
  39. }
  40. .company-data-text>view {
  41. width: 460rpx;
  42. }
  43. .company-data-brandName {
  44. width: 300rpx;
  45. font-size: 28rpx;
  46. color: #000000;
  47. }
  48. .company-data-change {
  49. display: flex;
  50. align-items: center;
  51. width: 48rpx;
  52. height: 100%;
  53. margin-right: 10rpx;
  54. flex-shrink: 0;
  55. }
  56. .company-data-change image {
  57. width: 48rpx;
  58. height: 48rpx;
  59. }
  60. /* .company-data-but {
  61. display: flex;
  62. align-items: center;
  63. height: 100%;
  64. } */
  65. /* .custom-class-company-data {
  66. width: 138rpx !important;
  67. height: 46rpx !important;
  68. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  69. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  70. border-radius: 10rpx !important;
  71. padding: 0 !important;
  72. color: #ffffff !important;
  73. font-weight: 500;
  74. font-size: 24rpx;
  75. text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  76. } */