Files
zhongjianfei 87223c37dd zhongjianfei@huawei.com
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
2021-08-28 16:45:47 +08:00

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;
}
}