indexsub.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .navbar .level-menu-box{
  2. width: auto;
  3. height: 70px;
  4. display: inline-block;
  5. float: left;
  6. padding-top: 20px;
  7. margin-left: 10px;
  8. /*position: absolute;*/
  9. /*top: 0;*/
  10. /*left: 25%;*/
  11. /*right: 25%;*/
  12. }
  13. .navbar .level-menu-box .menu-name-box{
  14. width: 120px;
  15. height: 36px;
  16. line-height: 36px;
  17. text-align: center;
  18. font-size: 18px;
  19. font-family: Source Han Sans CN;
  20. font-weight: 500;
  21. color: #284A94;
  22. display: inline-block;
  23. float: left;
  24. margin-left: 10px;
  25. cursor: pointer;
  26. }
  27. .navbar .level-menu-box .cur-menu-style{
  28. background: #284A94 !important;
  29. border-radius: 10px !important;
  30. color: #fff !important;
  31. }
  32. .gyindexsub-menu-list-box{
  33. width: 100%;
  34. height: calc(100% - 70px);
  35. /*height: calc(100% - 141px);*/
  36. }
  37. .gyindexsub-menu-list-box .gyindexsub-three-menu-list{
  38. /*width: 216px;*/
  39. /*min-height: 745px;*/
  40. /*background: #EDF2FD;*/
  41. /*border-radius: 10px 0px 0px 10px;*/
  42. /*height: auto;*/
  43. /*position: fixed;*/
  44. /*z-index: 10;*/
  45. /*left: 18px;*/
  46. /*top: 128px;*/
  47. }
  48. .qsidenav{
  49. width: 216px;
  50. height: 100%;
  51. /*height: calc(100% - 128px);*/
  52. background: #EDF2FD;
  53. border-radius: 10px 0px 0px 10px;
  54. display: inline-block;
  55. float: left;
  56. margin-top: 10px;
  57. margin-left: 18px;
  58. overflow-y: auto;
  59. /*padding-bottom: 20px;*/
  60. }
  61. .qsidenav .qsidenav-list{
  62. width: 100%;
  63. height: auto;
  64. padding: 0 10px;
  65. overflow: hidden;
  66. }
  67. .qsidenav .qsidenav-list .qsidenav-twomenu-name{
  68. width: 188px;
  69. height: 60px;
  70. line-height: 60px;
  71. overflow: hidden;
  72. padding-left: 14px;
  73. font-size: 20px;
  74. font-family: Source Han Sans CN;
  75. font-weight: 500;
  76. color: #284A94;
  77. }
  78. .qsidenav .qsidenav-list .sub{
  79. width: 100%;
  80. height: auto;
  81. overflow: hidden;
  82. }
  83. .qsidenav .qsidenav-list .sub .sub-list{
  84. width: 188px;
  85. height: 60px;
  86. line-height: 60px;
  87. font-size: 16px;
  88. font-family: Source Han Sans CN;
  89. font-weight: 400;
  90. color: #333333;
  91. overflow: hidden;
  92. padding-left: 15px;
  93. padding-right: 22px;
  94. }
  95. .qsidenav .qsidenav-list .sub .cur{
  96. background: #DEE6F9 !important;
  97. color: #284A94 !important;
  98. border-left: 2px solid #284A94;
  99. }
  100. .gymenu-body-box{
  101. position: absolute;
  102. z-index: 10;
  103. top: 141px;
  104. left: 235px;
  105. right: 20px;
  106. bottom: 2px;
  107. background-color: #ffffff;
  108. }