newList.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .newsList{
  2. background: #fff;
  3. padding: 15rpx 30rpx 80rpx 30rpx;
  4. }
  5. .newsList > view{
  6. display: flex;
  7. padding: 15rpx 0;
  8. border-bottom: 2.5rpx solid #f8f8f8;
  9. }
  10. .newsList > view > .newsListInfo{
  11. width: 68%;
  12. margin-right: 2%;
  13. }
  14. .newsList > view > .newsListInfo >text{
  15. color: #222222;
  16. padding-bottom: 32rpx;
  17. display: block;
  18. }
  19. .newsList > view > .newsListInfo >view{
  20. display: flex;
  21. justify-content: space-between;
  22. align-items: center;
  23. }
  24. .newsList > view > .newsListInfo >view>text{
  25. font-size: 22rpx;
  26. color: #999999;
  27. }
  28. .newsList > view > .newsListImg{
  29. width: 30%;
  30. }
  31. .newsList > view > .newsListImg image{
  32. height: 100%;
  33. border-radius: 10rpx;
  34. }
  35. .no_data {
  36. width: 100%;
  37. height: 100%;
  38. display: flex;
  39. justify-content: center;
  40. flex-direction: column;
  41. align-items: center;
  42. text-align: center;
  43. background: #ffffff;
  44. border-radius: 16rpx;
  45. }
  46. .no_data cover-image {
  47. width: 442rpx;
  48. height: 194rpx;
  49. flex: none;
  50. }
  51. .no_data image {
  52. width: 442rpx;
  53. height: 194rpx;
  54. flex: none;
  55. }
  56. .no_data_txt {
  57. font-size: 26rpx;
  58. line-height: 36rpx;
  59. flex: none;
  60. padding-top: 10rpx;
  61. color: #999999;
  62. }
  63. .worker_search {
  64. width: 100%;
  65. height: 110rpx;
  66. position: relative;
  67. z-index: 1;
  68. padding: 16rpx 30rpx 0 30rpx;
  69. box-sizing: border-box;
  70. box-shadow: 0 4rpx 16rpx 0 rgba(0, 0, 0, 0.03);
  71. border-radius: 20rpx;
  72. background: #ffffff;
  73. margin-bottom: 22rpx;
  74. }
  75. .worker_search_con {
  76. display: flex;
  77. justify-content: space-between;
  78. align-items: center;
  79. padding: 0 30rpx;
  80. border-radius: 80rpx;
  81. background: #F2F5F9;
  82. }
  83. .worker_search_con input {
  84. flex: auto;
  85. width: 100%;
  86. background: none;
  87. border: none;
  88. height: 78rpx;
  89. }
  90. .worker_search_con view {
  91. flex: none;
  92. width: 100rpx;
  93. display: inline-block;
  94. line-height: 60rpx;
  95. font-size: 26rpx;
  96. }
  97. .worker_search_con view text {
  98. margin-right: 10rpx;
  99. font-size: 30rpx;
  100. }