1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- @import 'basic.less';
- @import 'reset.less';
- header {
- height: 55px;
- padding-bottom: 5px;
- overflow: hidden;
- .border-1px-bottom();
- .header-left {
- height: 100%;
- line-height: 55px;
- text-align: left;
- float: left;
- .center();
- img {
- width: 118px;
- }
- }
- .header-right {
- height: 100%;
- display: flex;
- align-content: flex-start;
- justify-content: center;
- flex-wrap: wrap;
- font-size: 12px;
- .hearder-right-item {
- height: auto;
- line-height: 65px;
- flex: 0 1 auto;
- padding-left: 5px;
- .item-lable {
- color: #E84542;
- font-weight: 900;
- font-size: 0.95rem;
- &.hdjb {
- color: #186EA7;
- /*font-weight: 500;
- font-size: 12px;*/
- }
- }
- }
- }
- }
|