| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .header-top {
- &.system {
- background-color: #fff;
- .title h2 {
- color: #323233;
- }
- }
- .title {
- display : flex;
- align-items: center;
- img {
- width: 50px;
- }
- h2 {
- font-size : 20px;
- color : #fff;
- margin-left: 0.66rem;
- span {
- font-size : 0.7rem;
- font-weight: normal;
- line-height: 1rem;
- display : block;
- }
- }
- }
- .oper-btns {
- .user-menu {
- display : flex;
- align-items: center;
- img {
- width: 30px;
- }
- span {
- margin-left: 5px;
- outline : none;
- color : #fff;
- }
- .oper-down {
- cursor: pointer;
- +i {
- color: #fff;
- }
- }
- }
- .info {
- color : #fff;
- margin-right: 14px;
- font-size : 1rem;
- margin-top : -3px;
- display : flex;
- align-items : center;
- span {
- font-weight: normal;
- font-size : 0.9rem;
- }
- span:last-child {
- margin-left: 8px;
- }
- }
- >span {
- display : inline-block;
- margin-right: 14px;
- cursor : pointer;
- img {
- width : 34px;
- height: 34px;
- }
- }
- }
- }
|