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.
|
- .menu {
- display: flex;
- align-items: center;
- justify-content: center;
- background: #FFFFFF;
- position: relative;
- }
-
- .menu>a:first-child {
- width: 10px;
- position: absolute;
- left: 15px;
- display: block;
- line-height: 0;
- }
- .menu>div:first-child {
- width: 10px;
- position: absolute;
- left: 15px;
- display: block;
- line-height: 0;
- }
- .menu>div:first-child>img{
- width: 100%;
- }
- .menu>a:first-child>img{
- width: 100%;
- }
-
- .menu>div:last-child {
- font-weight: 400;
- color: #414141;
- font-size: 16px;
- font-family: Microsoft YaHei;
- }
|