index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /* banner */
  2. .supplyAndDemandBanner {
  3. width: 100vw;
  4. height: 306rpx;
  5. background-color: #FFFFFF;
  6. }
  7. .swiperBanner {
  8. width: 702rpx;
  9. height: 286rpx;
  10. padding-top: 20rpx;
  11. margin: 0 auto;
  12. }
  13. .swiperBanner swiper-item,
  14. .swiperBanner image {
  15. width: 100%;
  16. height: 100%;
  17. border-radius: 15rpx;
  18. }
  19. /* 我的需求搜索框 */
  20. .my-need-search {
  21. display: flex;
  22. width: 702rpx;
  23. height: 60rpx;
  24. border-radius: 6rpx;
  25. margin: 10rpx auto 20rpx;
  26. }
  27. .my-need-search-input {
  28. flex: 1;
  29. height: 100%;
  30. line-height: 100%;
  31. font-size: 26rpx;
  32. text-align: center;
  33. background-color: #FFFFFF;
  34. color: rgba(0, 0, 0, 0.4);
  35. border: 2px solid rgba(0, 0, 0, 0.1);
  36. border-right: 0;
  37. border-radius: 6rpx 0px 0px 6rpx;
  38. padding-left: 20rpx;
  39. margin-left: 10rpx;
  40. box-sizing: border-box;
  41. }
  42. .my-need-search-inputfocus {
  43. border: 2px solid #4DC2D4;
  44. color: rgba(0, 0, 0, 0.7);
  45. }
  46. .my-need-search-but {
  47. display: flex;
  48. justify-content: center;
  49. align-items: center;
  50. width: 128rpx;
  51. height: 100%;
  52. font-size: 34rpx;
  53. color: #FFFFFF;
  54. background: #4DC2D4;
  55. border-radius: 0px 6rpx 6rpx 0px;
  56. }
  57. /* 宫格区域盒子 */
  58. .grid_box {
  59. width: 704rpx;
  60. height: 330rpx;
  61. background: #FFFFFF;
  62. border-radius: 20px;
  63. overflow: hidden;
  64. margin: 10rpx auto 20rpx;
  65. }
  66. .tabs_box {
  67. width: 100vw;
  68. }
  69. /* tabs选中项样式 */
  70. .tabs-active-class {
  71. font-size: 32rpx !important;
  72. font-weight: 600 !important;
  73. }
  74. /* 下架按钮插槽样式 */
  75. .soldOutBut {
  76. width: 76rpx !important;
  77. height: 45rpx !important;
  78. background: rgba(77, 194, 212, 0.1) !important;
  79. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  80. border-radius: 10rpx !important;
  81. border: 2rpx solid #4DC2D4 !important;
  82. padding: 0 !important;
  83. }
  84. /* 数据,按钮 插槽样式 */
  85. .dataAndBut {
  86. display: flex;
  87. justify-content: space-between !important;
  88. align-items: center;
  89. flex-wrap: nowrap;
  90. margin-top: 14rpx;
  91. }
  92. .dataAndBut_data {
  93. flex: 1;
  94. display: flex;
  95. font-size: 24rpx;
  96. color: #000000;
  97. margin-left: 16rpx;
  98. }
  99. .dataAndBut_data>text {
  100. color: #4DC2D4;
  101. text-decoration: underline;
  102. margin-left: 8rpx;
  103. }
  104. .dataAndBut_but {
  105. display: flex;
  106. align-items: center;
  107. margin-right: 6rpx;
  108. }
  109. .custom-slotBut {
  110. height: 44rpx !important;
  111. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  112. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  113. border-radius: 10rpx !important;
  114. color: 20rpx !important;
  115. padding: 0 14rpx !important;
  116. border: 0 !important;
  117. }
  118. /* 正在对接按钮 */
  119. .butt-joint {
  120. background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
  121. }