list.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .clear.data-v-010eabac:after{
  2. content: "";
  3. display: block;
  4. clear: both;
  5. }
  6. .header.data-v-010eabac{
  7. width:100%;
  8. height:86rpx;
  9. line-height: 86rpx;
  10. border-top:1px solid #f2f2f2;
  11. border-bottom:1px solid #f2f2f2;
  12. display: -webkit-box;
  13. display: -webkit-flex;
  14. display: flex;
  15. }
  16. .header_item.data-v-010eabac{
  17. -webkit-box-flex: 1;
  18. -webkit-flex: 1;
  19. flex: 1;
  20. font-size: 30rpx;
  21. color:#222222;
  22. text-align: center;
  23. position: relative;
  24. }
  25. .line.data-v-010eabac{
  26. width:38rpx;
  27. height:4rpx;
  28. background:-webkit-linear-gradient(right,rgba(254,107,21,1) 0%,rgba(254,163,48,1) 100%);
  29. background:linear-gradient(270deg,rgba(254,107,21,1) 0%,rgba(254,163,48,1) 100%);
  30. position: absolute;
  31. bottom:0rpx;
  32. left:50%;
  33. -webkit-transform: translateX(-50%);
  34. transform: translateX(-50%);
  35. display: none;
  36. }
  37. .current.data-v-010eabac{
  38. background:-webkit-linear-gradient(right, rgba(254,107,21,1) 0%, rgba(254,163,48,1) 100%);
  39. background:linear-gradient(270deg, rgba(254,107,21,1) 0%, rgba(254,163,48,1) 100%);
  40. -webkit-background-clip:text;
  41. color:transparent;
  42. font-size: 34rpx;
  43. font-weight: bold;
  44. }
  45. .active .line.data-v-010eabac{
  46. display: block;
  47. }
  48. .list.data-v-010eabac{
  49. width:100%;
  50. overflow: hidden;
  51. padding:0 30rpx 100rpx;
  52. box-sizing: border-box;
  53. }
  54. .list_item.data-v-010eabac{
  55. width:100%;
  56. padding-bottom: 26rpx;
  57. border-bottom:1px solid #f2f2f2;
  58. }
  59. .news_title.data-v-010eabac{
  60. font-size: 32rpx;
  61. color:#2a2a2a;
  62. margin:22rpx 0 14rpx 0;
  63. }
  64. .one image.data-v-010eabac{
  65. display: block;
  66. width:100%;
  67. height:380rpx;
  68. }
  69. .no_one image.data-v-010eabac{
  70. display: block;
  71. width:218rpx;
  72. height:144rpx;
  73. margin-right: 18rpx;
  74. float:left;
  75. }
  76. .no_one image.data-v-010eabac:last-child{
  77. margin-right: 0;
  78. }
  79. .news_tag.data-v-010eabac{
  80. width:100%;
  81. margin-top:12rpx;
  82. font-size: 24rpx;
  83. color:#999999;
  84. }
  85. .news_tag_lf.data-v-010eabac{
  86. float:left;
  87. }
  88. .news_tag_rg.data-v-010eabac{
  89. float:right;
  90. }
  91. .list_ban.data-v-010eabac{
  92. display: inline-block;
  93. font-size:24rpx;
  94. background:-webkit-linear-gradient(right, rgba(254,107,21,1) 0%, rgba(254,163,48,1) 100%);
  95. background:linear-gradient(270deg, rgba(254,107,21,1) 0%, rgba(254,163,48,1) 100%);
  96. -webkit-background-clip:text;
  97. color:transparent;
  98. margin-left: 10rpx;
  99. }