zclb.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /* pages/zclb/zclb.wxss */
  2. .searchbar {
  3. width: 90%;
  4. height: 60rpx;
  5. margin: 30rpx auto;
  6. }
  7. .input-icon {
  8. background: #ECECEC;
  9. width: 76%;
  10. height: 60rpx;
  11. float: left;
  12. border-radius: 5rpx;
  13. }
  14. .inp-icon1 {
  15. width: 40rpx;
  16. height: 40rpx;
  17. float: left;
  18. /* background: #000; */
  19. margin-top: 10rpx;
  20. margin-left: 20rpx;
  21. margin-right: 20rpx;
  22. }
  23. .inp {
  24. width: 80%;
  25. height: 60rpx;
  26. line-height: 60rpx;
  27. float: left;
  28. }
  29. .filter {
  30. width: 24%;
  31. height: 60rpx;
  32. /* background: #000; */
  33. float: left;
  34. }
  35. .filter-icon {
  36. width: 40rpx;
  37. height: 40rpx;
  38. margin-top: 10rpx;
  39. margin-left: 10rpx;
  40. margin-right: 10rpx;
  41. float: left;
  42. /* background: #000; */
  43. }
  44. .filter-text {
  45. display: block;
  46. margin-left: 10rpx;
  47. height: 60rpx;
  48. line-height: 60rpx;
  49. }
  50. .list {
  51. width: 90%;
  52. margin: 0 auto;
  53. }
  54. .item {
  55. width: 100%;
  56. height: 240rpx;
  57. }
  58. .item_i {
  59. background: #000;
  60. width: 230rpx;
  61. height: 200rpx;
  62. float: left;
  63. margin-top: 20rpx;
  64. }
  65. .item_l {
  66. margin-left: 20rpx;
  67. float: left;
  68. max-width: 400rpx;
  69. height: 200rpx;
  70. margin-top: 20rpx;
  71. }
  72. .item_tile {
  73. width: 100%;
  74. color: #333333;
  75. line-height: 60rpx;
  76. overflow:hidden;
  77. text-overflow:ellipsis;
  78. white-space:nowrap;
  79. }
  80. .item_time {
  81. font-size: 28rpx;
  82. color: #999999;
  83. line-height: 40rpx;
  84. }
  85. .item_tag {
  86. width: 120rpx;
  87. height: 50rpx;
  88. text-align: center;
  89. line-height: 50rpx;
  90. border-radius: 5rpx;
  91. background: rgb(114, 87, 87);
  92. float: left;
  93. margin: 10rpx;
  94. }
  95. .green {
  96. color: #31BD95;
  97. background: #E6F8ED;
  98. }
  99. .bule {
  100. color: #399CFC;
  101. background: #DDF0FF;
  102. }
  103. .grey {
  104. color: #666666;
  105. background: #ECECEC;
  106. }
  107. .more {
  108. width: 90%;
  109. height: 100rpx;
  110. line-height: 100rpx;
  111. text-align: center;
  112. font-size: 32rpx;
  113. font-weight: bold;
  114. color: #399CFC;
  115. background: #DDF0FF;
  116. margin: 0 auto;
  117. }
  118. .block {
  119. /*background: #fff;*/
  120. color: #333;
  121. background: #fff;
  122. width: 100%;
  123. height: 680rpx;
  124. border-radius: 20rpx;
  125. }
  126. .block_title{
  127. width: 100%;
  128. height: 100rpx;
  129. }