index.wxss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. .grid_box {
  21. width: 704rpx;
  22. height: 330rpx;
  23. background: #FFFFFF;
  24. border-radius: 20px;
  25. overflow: hidden;
  26. margin: 10rpx auto 20rpx;
  27. }
  28. .tabs_box {
  29. width: 100vw;
  30. }
  31. /* tabs选中项样式 */
  32. .tabs-active-class {
  33. font-size: 32rpx !important;
  34. font-weight: 600 !important;
  35. }
  36. /* 下架按钮插槽样式 */
  37. .soldOutBut {
  38. width: 76rpx !important;
  39. height: 45rpx !important;
  40. background: rgba(77, 194, 212, 0.1) !important;
  41. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  42. border-radius: 10rpx !important;
  43. border: 2rpx solid #4DC2D4 !important;
  44. padding: 0 !important;
  45. }
  46. /* 数据,按钮 插槽样式 */
  47. .dataAndBut {
  48. display: flex;
  49. justify-content: space-between !important;
  50. align-items: center;
  51. flex-wrap: nowrap;
  52. margin-top: 14rpx;
  53. }
  54. .dataAndBut_data {
  55. flex: 1;
  56. display: flex;
  57. font-size: 24rpx;
  58. color: #000000;
  59. margin-left: 16rpx;
  60. }
  61. .dataAndBut_data>text {
  62. color: #4DC2D4;
  63. text-decoration: underline;
  64. margin-left: 8rpx;
  65. }
  66. .dataAndBut_but {
  67. display: flex;
  68. align-items: center;
  69. margin-right: 6rpx;
  70. }
  71. .custom-slotBut {
  72. height: 44rpx !important;
  73. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  74. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  75. border-radius: 10rpx !important;
  76. color: 20rpx !important;
  77. padding: 0 14rpx !important;
  78. border: 0 !important;
  79. }
  80. /* 正在对接按钮 */
  81. .butt-joint {
  82. background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
  83. }