mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-08-27 10:21:17 -04:00
87223c37dd
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
25 lines
447 B
CSS
25 lines
447 B
CSS
/* media query import css */
|
|
@import '../../../common/css/media.css';
|
|
|
|
@media (device-type: tv) {
|
|
@import "../../../common/css/common.css";
|
|
.container {
|
|
width: 500px;
|
|
height: 500px;
|
|
background-color: #fa8072;
|
|
}
|
|
|
|
.title {
|
|
font-size: 16px;
|
|
color: #333333;
|
|
align-items: center;
|
|
}
|
|
|
|
.button {
|
|
padding-top: 50px;
|
|
font-size: 16px;
|
|
color: #666666;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
} |