zx.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. @import '../common/common.less';
  2. .zx-page {
  3. position:fixed;
  4. top:55px;
  5. bottom:60px;
  6. width:100%;
  7. .zx-category-wrapper {
  8. .center();
  9. .border-1px-bottom();
  10. .zx-category-item { /*HEIGHT:70PX;*/
  11. flex: 1;
  12. text-align: center;
  13. padding: 10px 0;
  14. .zx-category-icon, .category-name {
  15. width: 100%;
  16. display: block;
  17. }
  18. .zx-category-icon {
  19. height: 50%;
  20. font-size: 26px;
  21. }
  22. .zx-category-name {
  23. height: 50%;
  24. font-size: 16px;
  25. }
  26. }
  27. }
  28. .zx-lottery-information-wrapper {
  29. width: 100%;
  30. position:absolute;
  31. top: 70px;
  32. overflow: auto;
  33. bottom:0;
  34. .zx-lottery-information-title {
  35. .title-bg();
  36. height: 45px;
  37. line-height: 45px;
  38. padding: 1px 10px;
  39. .border-1px-bottom();
  40. .zx-title-left, .zx-title-right {
  41. width: 50%;
  42. float: left;
  43. &.zx-title-left {
  44. font-size: 15px;
  45. .zx-lottery-information-icon {
  46. margin: 0 5px;
  47. float: left;
  48. font-size: 28px;
  49. }
  50. }
  51. &.zx-title-right {
  52. text-align: right;
  53. height: 45px;
  54. font-size: 12px;
  55. color: #8F8E94;
  56. .icon-right {
  57. font-size: 12px;
  58. font-weight: 800;
  59. }
  60. }
  61. }
  62. }
  63. }
  64. }
  65. .news-item {
  66. height: 45px;
  67. line-height: 45px;
  68. padding: 1px 10px 1px 0;
  69. font-size: 15px;
  70. .border-1px-bottom();
  71. .news-item-text {
  72. position: absolute;
  73. left: 35px;
  74. right: 105px;
  75. color: #030303;
  76. .textRow();
  77. }
  78. .news-item-time {
  79. width: 95px;
  80. float: right;
  81. text-align: right;
  82. color: #8F8E94;
  83. font-size: 12px;
  84. }
  85. }