CSS Media 媒体查询 ... <style>@media (min-color-index: 256){ .box{height: 100px; width: 100px;background-color: lightgreen;} } </style> <div ...
確定! 回上一頁