index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /* 沟通列表 */
  2. .CommunicationOfNumber {
  3. padding-bottom: 30rpx;
  4. max-height: 50vh;
  5. }
  6. .CommunicationOfNumber-title {
  7. font-size: 32rpx;
  8. font-weight: 500;
  9. color: #000000;
  10. margin: 40rpx 0 30rpx 54rpx;
  11. }
  12. .CommunicationOfNumber-list>view {
  13. width: 100%;
  14. padding: 0 20rpx;
  15. font-size: 24rpx;
  16. color: #000000;
  17. margin-bottom: 20rpx;
  18. box-sizing: border-box;
  19. }
  20. .CommunicationOfNumber-list .text {
  21. color: #4DC2D4;
  22. padding: 0 8rpx;
  23. }
  24. /* 我的供需 状态 */
  25. .myState {
  26. height: 40rpx;
  27. }
  28. .myShowState {
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. position: absolute;
  33. width: 108rpx;
  34. height: 44rpx;
  35. background-color: #A7A8A8;
  36. border-radius: 20rpx 0px 20rpx 0px;
  37. top: 0;
  38. left: 0;
  39. font-size: 20rpx;
  40. color: #FFFFFF;
  41. }
  42. .myNoSoldOut {
  43. background: #4DC2D4;
  44. }
  45. /* 按钮 */
  46. .dataAndBut_but {
  47. display: flex;
  48. align-items: center;
  49. margin-right: 6rpx;
  50. }
  51. .custom-slotBut {
  52. height: 44rpx !important;
  53. font-size: 20rpx !important;
  54. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  55. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  56. border-radius: 10rpx !important;
  57. padding: 0 !important;
  58. border: 0 !important;
  59. width: 108rpx;
  60. }
  61. /* 数据,按钮 插槽样式 */
  62. .dataAndBut {
  63. display: flex;
  64. justify-content: space-between !important;
  65. align-items: center;
  66. flex-wrap: nowrap;
  67. margin-top: 14rpx;
  68. }
  69. .dataAndBut_data {
  70. flex: 1;
  71. display: flex;
  72. font-size: 24rpx;
  73. color: #000000;
  74. margin-left: 16rpx;
  75. }
  76. .dataAndBut_data>text {
  77. color: #4DC2D4;
  78. text-decoration: underline;
  79. margin-left: 8rpx;
  80. }
  81. /* 下架按钮插槽样式 */
  82. .soldOutBut {
  83. width: 76rpx !important;
  84. height: 45rpx !important;
  85. background: rgba(77, 194, 212, 0.1) !important;
  86. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  87. border-radius: 10rpx !important;
  88. border: 2rpx solid #4DC2D4 !important;
  89. padding: 0 !important;
  90. }
  91. /* 搜索框 */
  92. .van-search__content {
  93. background-color: #FFFFFF !important;
  94. }