12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- 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%;
- }
- .search {
- padding: 5px 10px;
- /* background-color: #f7f7f7; */
- }
- .search-input {
- width: 250px;
- }
- .main {
- height: calc(100% - 78px);
- }
- .sheet {
- height: 100%;
- }
|