index.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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-brandName {
  41. width: 300rpx;
  42. font-size: 28rpx;
  43. color: #000000;
  44. }
  45. .company-data-but {
  46. display: flex;
  47. align-items: center;
  48. height: 100%;
  49. }
  50. .custom-class-company-data {
  51. width: 138rpx !important;
  52. height: 46rpx !important;
  53. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  54. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  55. border-radius: 10rpx !important;
  56. padding: 0 !important;
  57. color: #ffffff !important;
  58. font-weight: 500;
  59. font-size: 24rpx;
  60. text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  61. }