5 lines
87 B
CSS
5 lines
87 B
CSS
|
|
/*可以在这里添加你自己的css*/
|
||
|
|
img {
|
||
|
|
max-width: 100%;
|
||
|
|
height: auto;
|
||
|
|
}
|