大易中饰:传承中式家居文化,专注中式空间设计
大易中饰(Da Yi Zhong Shi)是一家专注于中式空间设计的公司,致力于传承中式家居文化。他们的服务范围包括中式装修、中式设计、中式风格、中式整装等,为客户提供一站式的家居解决方案。
网站首页展示了丰富的中式生活内容,包括服务类别、设计案例、风格类型等。通过VR全景技术,客户可以身临其境地体验各种中式设计方案,感受中式风格的魅力。
大易中饰还提供设计预约功能,方便客户随时与设计师沟通,定制专属的中式家居方案。
function addListener(element, type, callback) {
if (element.addEventListener) {
element.addEventListener(type, callback);
} else if (element.attachEvent) {
element.attachEvent('on' + type, callback);
}
}
addListener(document, 'DOMContentLoaded', function () {
var mq = window.matchMedia("(max-width: 760px)");
if (mq.matches) {
document.getElementById("menu_list").classList.add("hidden");
}
});