exhibitor.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. .exhibitor-index{
  2. .exhibitor-filter{
  3. display: grid;
  4. grid-template-columns: repeat(3, minmax(0, 1fr));
  5. grid-gap: 29rpx;
  6. font-size: $fontSize3;
  7. color: #333333;
  8. .exhibitor-filter-label{
  9. font-family: "Microsoft YaHei", sans-serif;
  10. font-size: $fontSize3;
  11. color: #333333;
  12. margin-bottom: 8rpx;
  13. }
  14. }
  15. .u-search{
  16. margin-top: 34rpx;
  17. margin-bottom: 42rpx;
  18. }
  19. .exhibitor-list{
  20. display: grid;
  21. grid-template-columns: 1fr;
  22. grid-gap: 23rpx;
  23. }
  24. .ad-space{
  25. background-color: #FEF1E8;
  26. margin-bottom: 42rpx;
  27. image{
  28. width: 100%;
  29. }
  30. }
  31. .select-box {
  32. display: flex;
  33. flex-direction: column;
  34. background-color: #FFFFFF;
  35. border-radius: 21rpx;
  36. border: 2rpx dashed #94A3B8;
  37. padding: 34rpx 30rpx 54rpx 30rpx;
  38. margin-bottom: 42rpx;
  39. .item-title {
  40. font-size: $fontSize4;
  41. font-weight: bold;
  42. &.select-title {
  43. color: $textActionColor
  44. }
  45. }
  46. .select-head {
  47. display: flex;
  48. align-items: flex-start;
  49. justify-content: space-between;
  50. margin-bottom: 20rpx;
  51. }
  52. .select-body {
  53. display: flex;
  54. //margin-bottom: 30rpx;
  55. position: relative;
  56. //height: 100rpx;
  57. width: 100%;
  58. }
  59. .select-module {
  60. flex: 1;
  61. min-width: 1rpx;
  62. font-size: $fontSize2;
  63. position: relative;
  64. van-collapse-item {
  65. width: 100%;
  66. }
  67. .select-input {
  68. width: 100%;
  69. height: 100%;
  70. border: 1rpx solid #B3B3B3;
  71. border-radius: 10rpx;
  72. padding: 14rpx;
  73. position: relative;
  74. z-index: 7;
  75. background-color: #ffffff;
  76. display: flex;
  77. align-items: center;
  78. justify-content: space-between;
  79. &::after {
  80. content: '\e60d';
  81. font-family: iconfont;
  82. font-size: $fontSize2;
  83. }
  84. }
  85. .select-option-module {
  86. width: 100%;
  87. position: absolute;
  88. background-color: #ffffff;
  89. left: 0;
  90. top: 76rpx;
  91. border: 1px solid #B3B3B3;
  92. border-radius: 10rpx;
  93. height: 0;
  94. opacity: 0;
  95. transform: translateY(-80rpx);
  96. z-index: -10;
  97. &:before {
  98. content: '';
  99. width: 10px;
  100. height: 10px;
  101. background-color: #ababab;
  102. clip-path: polygon(0% 0%, 50% 50%,100% 0% );
  103. transform: rotate(180deg);
  104. position: absolute;
  105. top: -20rpx;
  106. left: 0;
  107. right: 0;
  108. margin-left: auto;
  109. margin-right: auto;
  110. }
  111. &.second-module {
  112. width: 414rpx;
  113. &:before {
  114. margin-left: unset;
  115. left: 90rpx;
  116. }
  117. }
  118. &.third-module {
  119. width: 414rpx;
  120. right: 0;
  121. left: unset;
  122. &:before {
  123. margin-right: unset;
  124. right: 90rpx;
  125. }
  126. }
  127. &.active {
  128. transform: translateY(0);;
  129. opacity: 1;
  130. height: auto;
  131. transition: .3s ease-in-out;
  132. z-index: 7;
  133. }
  134. .u-scroll-view {
  135. background-color: #ffffff;
  136. max-height: 600rpx !important;
  137. height: auto !important;
  138. overflow: hidden;
  139. border-radius: 10rpx;
  140. }
  141. }
  142. }
  143. .select-list {
  144. //position: absolute;
  145. //left: 0;
  146. //top: 0;
  147. width: 100%;
  148. height: 100%;
  149. display: flex;
  150. //align-items: center;
  151. grid-gap: 12rpx;
  152. .van-collapse {
  153. display: flex;
  154. //flex-direction: column;
  155. grid-gap: 10rpx;
  156. .first-title {
  157. & > .van-collapse-item {
  158. border-radius: 14rpx;
  159. border: 2rpx solid #B3B3B3;
  160. overflow: hidden;
  161. .van-collapse-item__content {
  162. padding: unset;
  163. }
  164. van-collapse {
  165. .van-collapse-item {
  166. border-bottom: 2rpx solid #e3e9f1;
  167. .van-cell {
  168. grid-gap: 16rpx;
  169. width: 100%;
  170. .van-cell__title {
  171. flex: unset;
  172. width: fit-content;
  173. }
  174. .van-cell__right-icon-wrap {
  175. font-size: $fontSize0;
  176. .van-icon-arrow {
  177. color: #333333;
  178. &::before {
  179. content: '\e819';
  180. font-family: iconfont;
  181. font-size: 16rpx;
  182. }
  183. }
  184. }
  185. }
  186. .van-collapse-item__wrapper {
  187. .custom-checkbox {
  188. checkbox {
  189. border: unset;
  190. }
  191. }
  192. }
  193. }
  194. &:nth-last-child(1) {
  195. .van-collapse-item {
  196. border: unset;
  197. }
  198. }
  199. }
  200. }
  201. .van-cell {
  202. padding: 16rpx 20rpx;
  203. &::after {
  204. border-bottom: unset;
  205. }
  206. }
  207. }
  208. }
  209. .van-hairline--top-bottom {
  210. &::after {
  211. border: unset;
  212. }
  213. }
  214. }
  215. .select-search-btn {
  216. padding: 20rpx 25rpx;
  217. border: 1rpx solid $textActionColor;
  218. background-color: $textActionColor;
  219. font-size: $fontSize2;
  220. //width: 100%;
  221. color: #FFFFFF;
  222. display: flex;
  223. justify-content: center;
  224. align-items: center;
  225. border-radius: 10rpx;
  226. grid-gap: 10rpx;
  227. font-weight: bold;
  228. line-height: 1;
  229. width: 204rpx;
  230. &::before {
  231. content: '\e86f';
  232. font-size: $fontSize3;
  233. font-family: iconfont;
  234. font-weight: bold;
  235. }
  236. }
  237. }
  238. }