gdzx.less 957 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @import '../common/header1.less';
  2. @import url('../../font/iconfont.less');
  3. .morezx-page {
  4. position: fixed;
  5. top: 0;
  6. bottom: 0;
  7. overflow: hidden;
  8. width: 100%;
  9. z-index: 999;
  10. background: #fff;
  11. .morezx-wrapper {
  12. position: fixed;
  13. top: 40px;
  14. bottom: 40px;
  15. overflow: auto;
  16. width: 100%;
  17. }
  18. footer {
  19. position: fixed;
  20. bottom: 0;
  21. height: 40px;
  22. width: 100%;
  23. background: #fff;
  24. .center();
  25. .title-bg();
  26. }
  27. }
  28. .news-item {
  29. height: 45px;
  30. line-height: 45px;
  31. padding: 1px 10px 1px 0;
  32. font-size: 15px;
  33. .border-1px-bottom();
  34. .news-item-text {
  35. position: absolute;
  36. left: 35px;
  37. right: 105px;
  38. color: #030303;
  39. .textRow();
  40. }
  41. .news-item-time {
  42. width: 95px;
  43. float: right;
  44. text-align: right;
  45. color: #8F8E94;
  46. font-size: 12px;
  47. }
  48. }