123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- .navbar .level-menu-box{
- width: auto;
- height: 70px;
- display: inline-block;
- float: left;
- padding-top: 20px;
- margin-left: 10px;
- /*position: absolute;*/
- /*top: 0;*/
- /*left: 25%;*/
- /*right: 25%;*/
- }
- .navbar .level-menu-box .menu-name-box{
- width: 120px;
- height: 36px;
- line-height: 36px;
- text-align: center;
- font-size: 18px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #284A94;
- display: inline-block;
- float: left;
- margin-left: 10px;
- cursor: pointer;
- }
- .navbar .level-menu-box .cur-menu-style{
- background: #284A94 !important;
- border-radius: 10px !important;
- color: #fff !important;
- }
- .gyindexsub-menu-list-box{
- width: 100%;
- height: calc(100% - 70px);
- /*height: calc(100% - 141px);*/
- }
- .gyindexsub-menu-list-box .gyindexsub-three-menu-list{
- /*width: 216px;*/
- /*min-height: 745px;*/
- /*background: #EDF2FD;*/
- /*border-radius: 10px 0px 0px 10px;*/
- /*height: auto;*/
- /*position: fixed;*/
- /*z-index: 10;*/
- /*left: 18px;*/
- /*top: 128px;*/
- }
- .qsidenav{
- width: 216px;
- height: 100%;
- /*height: calc(100% - 128px);*/
- background: #EDF2FD;
- border-radius: 10px 0px 0px 10px;
- display: inline-block;
- float: left;
- margin-top: 10px;
- margin-left: 18px;
- overflow-y: auto;
- /*padding-bottom: 20px;*/
- }
- .qsidenav .qsidenav-list{
- width: 100%;
- height: auto;
- padding: 0 10px;
- overflow: hidden;
- }
- .qsidenav .qsidenav-list .qsidenav-twomenu-name{
- width: 188px;
- height: 60px;
- line-height: 60px;
- overflow: hidden;
- padding-left: 14px;
- font-size: 20px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #284A94;
- }
- .qsidenav .qsidenav-list .sub{
- width: 100%;
- height: auto;
- overflow: hidden;
- }
- .qsidenav .qsidenav-list .sub .sub-list{
- width: 188px;
- height: 60px;
- line-height: 60px;
- font-size: 16px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #333333;
- overflow: hidden;
- padding-left: 15px;
- padding-right: 22px;
- }
- .qsidenav .qsidenav-list .sub .cur{
- background: #DEE6F9 !important;
- color: #284A94 !important;
- border-left: 2px solid #284A94;
- }
- .gymenu-body-box{
- position: absolute;
- z-index: 10;
- top: 141px;
- left: 235px;
- right: 20px;
- bottom: 2px;
- background-color: #ffffff;
- }
|