zxzlxq.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. @import '../common/header1.less';
  2. @import url('../../font/iconfont.less');
  3. .zxzlxq-page {
  4. position: fixed;
  5. top: 0;
  6. bottom: 0;
  7. overflow: hidden;
  8. width: 100%;
  9. z-index: 999;
  10. background: #fff;
  11. .zxzlxq-wrapper-title {
  12. background: #fff;
  13. width: 100%;
  14. overflow: hidden;
  15. height: 50px;
  16. .border-1px-bottom();
  17. .title-box {
  18. border: 1px solid rgba(0,0,0,.1);
  19. /*.testbg();*/
  20. height: 100%;
  21. white-space: nowrap;
  22. width: auto;
  23. overflow: hidden;
  24. overflow-x: auto;
  25. display: flex;
  26. display: -webkit-flex;
  27. flex-wrap: nowrap;
  28. justify-content: flex-start;
  29. align-content: center;
  30. /* //重写滚动条样式*/
  31. /*&::-webkit-scrollbar {
  32. background-color: #E84542;
  33. } */
  34. /*定义滚动条轨道 内阴影+圆角*/
  35. /*&::-webkit-scrollbar-track {
  36. -webkit-box-shadow: inset 0 0 6px #E84542 !important;
  37. } */
  38. /*定义滑块 内阴影+圆角*/
  39. /*&::-webkit-scrollbar-thumb {
  40. background-color:#E84542 !important;
  41. }*/
  42. .zxzlxq-itemlist {
  43. flex: 1 1 auto;
  44. padding: 5px 10px;
  45. /*margin:9px 0;*/
  46. text-align: center;
  47. font-size: 16px;
  48. .center();
  49. &.active {
  50. color: #E84542;
  51. /*font-size:15px;*/
  52. /*background:#fafafa;*/
  53. /*border-bottom:3px solid #E84542;*/
  54. font-weight: 600;
  55. }
  56. }
  57. }
  58. }
  59. .zxzlxq-newslist-wrapper {
  60. position: relative;
  61. height: auto;
  62. .zxzlxq-newslist-title {
  63. height: 50px;
  64. line-height: 50px;
  65. /*.border();*/
  66. .border-1px-bottom();
  67. /*border-bottom:2px solid red;*/
  68. padding: 0 15px;
  69. .title-bg();
  70. span {
  71. float: left;
  72. }
  73. .iconfont {
  74. /*border-right:2px solid red;*/
  75. font-size: 26px;
  76. padding-right: 4px;
  77. &.icon-right {
  78. float: right;
  79. color: rgba(0,0,0,.4);
  80. font-size: 14px;
  81. border-right: 0;
  82. }
  83. }
  84. }
  85. .zxzlxq-newslist {
  86. width: 100%;
  87. position: fixed;
  88. top:140px;
  89. bottom:40px;
  90. overflow: hidden;
  91. }
  92. footer {
  93. position: fixed;
  94. bottom: 0;
  95. height: 40px;
  96. width: 100%;
  97. background: #fff;
  98. .center();
  99. .title-bg();
  100. }
  101. }
  102. /*}*/
  103. }
  104. .news-item {
  105. height: 45px;
  106. line-height: 45px;
  107. padding: 1px 10px 1px 0;
  108. font-size: 15px;
  109. .border-1px-bottom();
  110. .news-item-text {
  111. position: absolute;
  112. left: 35px;
  113. right: 105px;
  114. color: #030303;
  115. .textRow();
  116. }
  117. .news-item-time {
  118. width: 95px;
  119. float: right;
  120. text-align: right;
  121. color: #8F8E94;
  122. font-size: 12px;
  123. }
  124. }