index.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. /* 我的需求搜索框 */
  2. .my-need-search {
  3. display: flex;
  4. width: 702rpx;
  5. height: 60rpx;
  6. border-radius: 6rpx;
  7. margin: 10rpx auto 20rpx;
  8. }
  9. .my-need-search-input {
  10. flex: 1;
  11. height: 100%;
  12. line-height: 100%;
  13. font-size: 26rpx;
  14. text-align: center;
  15. background-color: #FFFFFF;
  16. color: rgba(0, 0, 0, 0.4);
  17. border: 2px solid rgba(0, 0, 0, 0.1);
  18. border-right: 0;
  19. border-radius: 6rpx 0px 0px 6rpx;
  20. padding-left: 20rpx;
  21. margin-left: 10rpx;
  22. box-sizing: border-box;
  23. }
  24. .my-need-search-inputfocus {
  25. border: 2px solid #4DC2D4;
  26. color: rgba(0, 0, 0, 0.7);
  27. }
  28. .my-need-search-but {
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. width: 128rpx;
  33. height: 100%;
  34. font-size: 34rpx;
  35. color: #FFFFFF;
  36. background: #4DC2D4;
  37. border-radius: 0px 6rpx 6rpx 0px;
  38. }
  39. .tabs_box {
  40. width: 100vw;
  41. }
  42. /* tabs选中项样式 */
  43. .tabs-active-class {
  44. font-family: PingFangSC-Medium, PingFang SC !important;
  45. font-size: 32rpx !important;
  46. font-weight: 600 !important;
  47. }
  48. /* 下架按钮插槽样式 */
  49. .soldOutBut {
  50. width: 76rpx !important;
  51. height: 45rpx !important;
  52. background: rgba(77, 194, 212, 0.1) !important;
  53. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  54. border-radius: 10rpx !important;
  55. border: 2rpx solid #4DC2D4 !important;
  56. padding: 0 !important;
  57. }
  58. /* 数据,按钮 插槽样式 */
  59. .dataAndBut {
  60. display: flex;
  61. justify-content: space-between !important;
  62. align-items: center;
  63. flex-wrap: nowrap;
  64. margin-top: 14rpx;
  65. }
  66. .dataAndBut_data {
  67. flex: 1;
  68. display: flex;
  69. font-size: 24rpx;
  70. color: #000000;
  71. margin-left: 16rpx;
  72. }
  73. .dataAndBut_data>text {
  74. color: #4DC2D4;
  75. text-decoration: underline;
  76. margin-left: 8rpx;
  77. }
  78. /* 按钮 */
  79. .dataAndBut_but {
  80. display: flex;
  81. align-items: center;
  82. margin-right: 6rpx;
  83. }
  84. .custom-slotBut {
  85. height: 44rpx !important;
  86. font-size: 20rpx !important;
  87. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  88. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  89. border-radius: 10rpx !important;
  90. padding: 0 !important;
  91. border: 0 !important;
  92. width: 108rpx;
  93. }
  94. .custom-NoSlotBut {
  95. height: 44rpx !important;
  96. background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
  97. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  98. border-radius: 10rpx !important;
  99. color: #FFFFFF;
  100. padding: 0 14rpx !important;
  101. border: 0 !important;
  102. }
  103. /* 正在对接样式 */
  104. .abutting-joint-box {
  105. width: 702rpx;
  106. background: #FFFFFF;
  107. border-radius: 20rpx;
  108. padding: 0 14rpx;
  109. box-sizing: border-box;
  110. margin: 0 auto;
  111. }
  112. .abutting-joint-titleAndMsg {
  113. height: 105rpx;
  114. padding: 16rpx;
  115. padding-top: 20rpx;
  116. margin-top: 20rpx;
  117. box-sizing: border-box;
  118. border-bottom: 2rpx solid rgba(151, 151, 151, 0.2);
  119. }
  120. .abutting-joint-title {
  121. font-size: 28rpx;
  122. color: #000000;
  123. }
  124. .abutting-joint-msg {
  125. font-size: 24rpx;
  126. color: rgba(0, 0, 0, 0.5);
  127. margin-top: 5rpx;
  128. }
  129. /* 时间和按钮 */
  130. .abutting-joint-timeAndBut {
  131. display: flex;
  132. height: 62rpx;
  133. justify-content: space-between;
  134. align-items: center;
  135. padding-left: 16rpx;
  136. box-sizing: border-box;
  137. }
  138. .abutting-joint-time {
  139. font-size: 24rpx;
  140. color: rgba(0, 0, 0, 0.3);
  141. }
  142. .abutting-joint-but {
  143. width: 108rpx !important;
  144. height: 44rpx !important;
  145. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  146. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  147. border-radius: 10rpx !important;
  148. margin-right: 6rpx;
  149. }
  150. .abutting-joint-but-text {
  151. position: absolute;
  152. display: block;
  153. font-size: 20rpx;
  154. font-weight: 500;
  155. color: #FFFFFF !important;
  156. top: 0;
  157. left: 13rpx;
  158. }
  159. /* 宫格区域盒子 */
  160. .grid_box {
  161. display: flex;
  162. flex-wrap: wrap;
  163. width: 704rpx;
  164. background: #FFFFFF;
  165. border-radius: 20rpx;
  166. margin: 10rpx auto 20rpx;
  167. padding: 30rpx 50rpx 0;
  168. box-sizing: border-box;
  169. }
  170. .grid_item {
  171. display: flex;
  172. align-items: center;
  173. flex-direction: column;
  174. justify-content: space-between;
  175. width: 130rpx;
  176. margin-bottom: 20rpx;
  177. padding: 0 11rpx;
  178. }
  179. .grid_item_image {
  180. width: 80rpx;
  181. height: 80rpx;
  182. margin-bottom: 10rpx;
  183. box-sizing: border-box;
  184. }
  185. .grid_item_image image {
  186. width: 100%;
  187. height: 100%;
  188. }
  189. .grid_item_title {
  190. width: 100%;
  191. text-align: center;
  192. font-size: 24rpx;
  193. color: #000000;
  194. }
  195. /* 沟通列表 */
  196. .CommunicationOfNumber {
  197. padding-bottom: 30rpx;
  198. max-height: 50vh;
  199. }
  200. .CommunicationOfNumber-title {
  201. font-size: 32rpx;
  202. font-weight: 500;
  203. color: #000000;
  204. margin: 40rpx 0 30rpx 54rpx;
  205. }
  206. .CommunicationOfNumber-list>view {
  207. width: 100%;
  208. padding: 0 20rpx;
  209. font-size: 24rpx;
  210. color: #000000;
  211. margin-bottom: 20rpx;
  212. box-sizing: border-box;
  213. }
  214. .CommunicationOfNumber-list .text {
  215. color: #4DC2D4;
  216. padding: 0 8rpx;
  217. }
  218. /* 我的供需 状态 */
  219. .myState {
  220. height: 40rpx;
  221. }
  222. .myShowState {
  223. display: flex;
  224. align-items: center;
  225. justify-content: center;
  226. position: absolute;
  227. width: 108rpx;
  228. height: 44rpx;
  229. background-color: #A7A8A8;
  230. border-radius: 20rpx 0px 20rpx 0px;
  231. top: 0;
  232. left: 0;
  233. font-size: 20rpx;
  234. color: #FFFFFF;
  235. }
  236. .myNoSoldOut {
  237. background: #4DC2D4;
  238. }