cooperative.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /* pages/wenda/wenda.wxss */
  2. .wendaFL {
  3. width: 100%;
  4. display: flex;
  5. justify-content: space-between;
  6. margin: 30rpx 0 0 0;
  7. }
  8. .wendaFL li {
  9. width: 48%;
  10. height: 168rpx;
  11. position: relative;
  12. }
  13. .cooperativeBox{
  14. position: relative;
  15. left: 30rpx;
  16. top: 10rpx;
  17. z-index: 0;
  18. width: 800rpx;
  19. height: 100rpx;
  20. }
  21. .cooperativeImgBox{
  22. position: relative;
  23. left: 0;
  24. top: 0;
  25. z-index: 0;
  26. width: 330rpx;
  27. height: 100rpx;
  28. }
  29. .cooperativeImg{
  30. position: relative;
  31. left: 0;
  32. top: 0;
  33. z-index: 0;
  34. width: 100%;
  35. height: 100%;
  36. }
  37. .lbBj {
  38. position: absolute;
  39. left: 0;
  40. top: 0;
  41. z-index: 0;
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .wendaFL li h2 {
  46. font-size: 36rpx;
  47. position: absolute;
  48. left: 30rpx;
  49. top: 40rpx;
  50. z-index: 1;
  51. font-weight: bold;
  52. }
  53. .wendaFL li span {
  54. font-size: 30rpx;
  55. position: absolute;
  56. left: 30rpx;
  57. top: 88rpx;
  58. z-index: 1;
  59. }
  60. .wendaFL li.sanNong {
  61. color: #0d9970;
  62. }
  63. .wendaFL li.jiuYe {
  64. color: #1e8fb4;
  65. }
  66. .wendaFL li.faLv {
  67. color: #1e5dab;
  68. }
  69. .wendaFL li.jiuZhen {
  70. color: #4a700d;
  71. }
  72. /* 列表 */
  73. .rnwdList {
  74. width: 100%;
  75. display: flex;
  76. justify-content: space-between;
  77. margin: 20rpx 0;
  78. }
  79. .list {
  80. width: 79%;
  81. }
  82. .lb {
  83. background: #0d9970;
  84. color: #fff;
  85. font-size: 24rpx;
  86. width: 12%;
  87. text-align: center;
  88. padding: 2rpx 0;
  89. line-height: 40rpx;
  90. height: 40rpx;
  91. border-radius: 10rpx;
  92. }
  93. .listTitle {
  94. font-size: 32rpx;
  95. color: #333;
  96. line-height: 40rpx;
  97. }
  98. .jlSj {
  99. height: 40rpx;
  100. display: flex;
  101. justify-content: space-between;
  102. font-size: 24rpx;
  103. margin: 20rpx 0 0 0;
  104. }
  105. .jf {
  106. color: #07c160;
  107. }
  108. .icon-jifen {
  109. font-size: 28rpx;
  110. color: #07c160;
  111. margin: 0 0 0 6rpx;
  112. }
  113. .ck {
  114. color: #c4c4c4;
  115. }
  116. .icon-pinglun,
  117. .icon-chakan,
  118. .icon-shoucang {
  119. font-size: 28rpx;
  120. margin: 0 6rpx 0 20rpx;
  121. color: #c4c4c4;
  122. }
  123. .icon-xiangyoujiantou {
  124. font-size: 30rpx;
  125. color: #c4c4c4;
  126. line-height: 60rpx;
  127. }