applyFor.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. }
  58. /* 选择合作方式 */
  59. .pattern {
  60. position: relative;
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. font-size: 24rpx;
  65. color: #4BBECF;
  66. width: 198rpx;
  67. height: 46rpx;
  68. border-radius: 10rpx;
  69. border: 2rpx solid #4BBECF;
  70. z-index: 99;
  71. }
  72. .pattern-item-box {
  73. position: absolute;
  74. width: 100%;
  75. top: 65rpx;
  76. }
  77. .pattern-item {
  78. width: 100%;
  79. background-color: #ffffff;
  80. border: 2rpx solid #e8e8e8;
  81. border-radius: 8rpx;
  82. bottom: -70rpx;
  83. box-shadow: 0 0 8rpx 0 rgba(0, 0, 0, 0.1);
  84. }
  85. .pattern-item>view {
  86. line-height: 50rpx;
  87. text-align: center;
  88. color: rgba(0, 0, 0, 0.5);
  89. }
  90. .pattern-item::after {
  91. position: absolute;
  92. content: '';
  93. display: block;
  94. width: 15rpx;
  95. height: 15rpx;
  96. background-color: #fff;
  97. transform: rotate(45deg);
  98. border: 2rpx solid #e8e8e8;
  99. border-bottom: 0;
  100. border-right: 0;
  101. top: 0;
  102. margin-top: -9rpx;
  103. left: 75%;
  104. }