123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .fix:before {
- content: '';
- clear: both;
- display: block
- }
- .fix:after {
- content: '';
- clear: both;
- display: block
- }
- .wrapper-content {
- height: 100%;
- }
- .tabs-container {
- height: 100%;
- }
- .wrapper-content {
- padding: 0;
- width: 100%;
- }
- .wrapper-content > .col-sm-12 {
- padding: 0;
- height: 100%;
- }
- .wrapper-content .col-sm-2 {
- padding: 0;
- height: 100%;
- }
- .wrapper-content .col-sm-10 {
- padding-right: 0;
- height: 100%;
- }
- .tabs-left {
- padding-top: 20px;
- background: #fff;
- height: 100%;
- border-right: 1px solid #d7d7d7;
- }
- .tab-content-boxs {
- margin-top: 20px;
- padding: 20px;
- background: #FFF;
- }
- .tab-content-boxs.ons {
- background: none;
- }
- .tabs-left ul {
- list-style: none;
- padding: 0;
- }
- .tabs-left ul li {
- width: 100%;
- line-height: 24px;
- position: relative;
- list-style: none;
- }
- .tabs-left ul li a {
- display: block;
- width: 100%;
- font-size: 18px;
- color: #575757;
- line-height: 32px;
- padding-left: 40px;
- position: relative;
- }
- .tabs-left ul li i {
- font-size: 18px;
- color: #575757;
- position: absolute;
- left: 10px;
- top: 8px;
- }
- .tabs-left ul li.active {
- background: #1fb5ac;
- }
- .tabs-left ul li.active a, .tabs-left ul li.active i {
- color: #fff;
- }
- panel-body {
- width: 88%;
- }
|