applyFor.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. /* 相关商家信息 */
  14. .company-data {
  15. display: flex;
  16. width: 100%;
  17. height: 114rpx;
  18. padding-bottom: 20rpx;
  19. border-bottom: 2rpx solid rgba(151, 151, 151, .1);
  20. margin-bottom: 20rpx;
  21. z-index: 99;
  22. }
  23. .company-data-image {
  24. width: 114rpx;
  25. height: 114rpx;
  26. border-radius: 10rpx;
  27. margin-right: 20rpx;
  28. z-index: 99;
  29. }
  30. .company-data-brandName {
  31. width: 300rpx;
  32. display: flex;
  33. align-items: center;
  34. font-size: 28rpx;
  35. color: #000000;
  36. z-index: 99;
  37. }
  38. .company-data-but {
  39. display: flex;
  40. align-items: center;
  41. height: 100%;
  42. }
  43. .custom-class-company-data {
  44. width: 88rpx;
  45. height: 46rpx !important;
  46. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  47. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  48. border-radius: 10rpx !important;
  49. padding: 0 !important;
  50. color: #ffffff !important;
  51. font-weight: 500;
  52. font-size: 24rpx;
  53. text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  54. }
  55. .jujue {
  56. background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
  57. }