123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- html {
- height: 100%;
- }
- body {
- height: 100%;
- font-size: 0.9rem;
- }
- .dropdown-menu {
- font-size: 0.9rem
- }
- /*自定义css*/
- .header {
- position: relative;
- background: #e1e1e1
- }
- .header .header-logo {
- background: #ff6501;
- color: #fff;
- float: left;
- padding-top: .25rem;
- padding-bottom: .25rem;
- margin-right: 1rem;
- font-size: 1.25rem;
- line-height: inherit
- }
- .top-msg {
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 999
- }
- .in-1 {
- padding-left: 0rem!important
- }
- .in-2 {
- padding-left: 1rem!important
- }
- .in-3 {
- padding-left: 1.5rem!important
- }
- .in-4 {
- padding-left: 2rem!important
- }
- .in-5 {
- padding-left: 2.5rem!important
- }
- .in-6 {
- padding-left: 3rem!important
- }
- .disabled {
- pointer-events: none;
- opacity: .65;
- color: #666;
- }
- .wrapper {
- position: absolute;
- top: 38px;
- bottom: 0;
- width: 100%;
- }
- .main {
- height: 100%;
- width: 100%;
- }
- .main .left {
- float: left;
- width: 40%;
- height: 100%;
- }
- .main .left .top {
- height: 40%;
- }
- .main .left .bottom {
- position: relative;
- height: 60%;
- }
- .main .left .bottom .tab-bar {
- padding: 5px 10px;
- height: 38px;
- }
- .main .left .bottom .spread {
- position: absolute;
- top: 38px;
- bottom: 0;
- width: 100%;
- }
- .main .right {
- float: left;
- width: 59.9%;
- height: 100%;
- }
- .main .right .top {
- height: 70%;
- }
- .main .right .bottom {
- height: 30%;
- }
- .empty-spread {
- height: 300px;
- }
- .recommend {
- margin: 4px 0;
- }
- .recommend-spread {
- height: 200px;
- }
- .recommend-input {
- display: inline-block;
- width: 200px !important;
- }
- #save-in-summary {
- margin-bottom: 4px;
- }
- #match-all {
- display: inline-block;
- margin-left: 20px;
- color: #000;
- }
- #match-all-input {
- margin-left: -1rem !important;
- }
- #match-all-label {
- padding: 0;
- }
|