You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
831 B
46 lines
831 B
.page-top{ |
|
width: 100%; |
|
position: fixed; |
|
z-index: 9999; |
|
top: 0; |
|
left: 0; |
|
.topHeight{ |
|
width: 100%; |
|
height: 88px; |
|
} |
|
.page-title{ |
|
padding: 0 32px; |
|
height: 88px; |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
font-weight: bold; |
|
.icon{ |
|
width: 40px; |
|
height: 40px; |
|
font-size: 40px; |
|
} |
|
.title{ |
|
font-size: 34px; |
|
color: #ffffff; |
|
} |
|
.title1{ |
|
font-size: 34px; |
|
color: #000000; |
|
} |
|
.blank{ |
|
width: 48px; |
|
height: 48px; |
|
} |
|
} |
|
} |
|
.hidden{ |
|
height: 88px; //176px; |
|
width: 100%; |
|
opacity: 0; |
|
// background: pink; |
|
} |
|
|
|
.bgc{ |
|
background-color: #fff; |
|
}
|
|
|