Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- .charDom {
- position: relative;
- //屏幕大于750 或者小于1440
- @media screen and (max-width: 1920px) and (min-width: 750px){
- height: 100px;
- width: 100%;
- }
- @media screen and (max-width: 750px) and (min-width: 200px){
- height: 300px;
- width: 100%;
- }
- }
|