|
|
-
- .container {
- display: flex;
- flex-direction: column;
- height: initial;
- height: 100vh;
- width: 100%;
- background-color: #f5f5f5;
- /* overflow: hidden; */
- /* position: relative; */
- }
-
- .container::-webkit-scrollbar {
- display: none;
- }
- /* 头部 */
- .header {
- height: 15%;
- width: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 1rem;
- background-color: #044f7a;
- }
- .header_info{
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .header_info_icons{
- display: flex;
- align-items: center;
- height: 100%;
- width: 100%;
- margin: 0 0.5rem 0 0.5rem;
- }
-
- .header_info_icon{
- display: flex;
- height: 100%;
- width: 10%;
- width: 5%;
- align-items: center;
- justify-content: center;
- }
-
- .header_text{
- color: #bdd1dc;
- font-size: 1rem;
- left : 25%;
- }
- .header_texts{
- color: #bdd1dc;
- font-size: 1rem;
- }
- .header_change{
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 1rem;
- color: #bdd1dc;
- }
|