$(document).ready(function(){ //Examples of how to assign the ColorBox event to elements $(".group1").colorbox({rel:'group1'}); $(".group2").colorbox({rel:'group2'}); $(".group3").colorbox({rel:'group3'}); $(".group4").colorbox({rel:'group4'}); $(".group8").colorbox({rel:'group8', transition:"fade"}); $(".group9").colorbox({rel:'group9', transition:"none", width:"75%", height:"75%"}); $(".group10").colorbox({rel:'group10', slideshow:true}); $(".ajax").colorbox(); $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344}); $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409}); $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"}); $(".inline").colorbox({inline:true, width:"50%"}); $(".callbacks").colorbox({ onOpen:function(){ alert('onOpen: colorbox is about to open'); }, onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); }, onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); }, onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); }, onClosed:function(){ alert('onClosed: colorbox has completely closed'); } }); //Example of preserving a JavaScript event for inline calls. $("#click").click(function(){ $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here."); return false; }); });
酒店会所设计来源与生活模式
经典案例
嘉园茶红酒会所
"江南好,风景旧曾谙,日出江花红胜火,春来江水绿如蓝,能不忆江南"嘉园茶红酒会所,粉墙黛瓦,碧波竹海,带着江南的委婉、文人的儒雅和那一抹动人的千年情,静静地绽放在那里,与院外繁华迷离的世界仅一墙之隔,恍若隔世……
西安御王宴酒店
本案设计风格定位为盛世大唐文化,却没有局限于中式传统文化,而是取其神、简其形,将东方精神与西方形态相融合,形成洋为中用、古为今用的设计格调。空间的设计方法亦如中国绘画,设计之初,经营位置为首要之事,解决功能与局限……
if ( $(window).width() > 640 ) { imgEach("pc-show"); $(".phone-show").remove(); } else { imgEach("phone-show"); $(".pc-show").remove(); } function imgEach($dom) { $("."+$dom+" img").each(function () { var src = $(this).data("src"); $(this).attr("src", src); }) } function trData(){ var name=document.getElementById("name").value; var mobile=document.getElementById("mobile").value; var loupan=document.getElementById("loupan").value; var mianji=document.getElementById("mianji").value; check_mobile=/^(((13[0-9]{1})|(15[0-9]{1})|(18[0-9]{1}))+d{8})$/; if(!name){ alert("请输入您的姓名!");return false;} if(!mobile){ alert("请输入您的电话号码!");return false;} if(!loupan){ alert("请输入您的楼盘!");return false;} if(!mianji){ alert("请输入您的面积!");return false;} //if(!(check_mobile.test(mobile))) //{ // alert("请您输入正确的电话号码111!"); //return false; //} window.location.href="http://chat.talk99.cn/chat/form?c=20000555&conf=13336&cmd=save&name="+name+"&mobile="+mobile+"&column0="+loupan+"&column1="+mianji+"&url=http://www.bj-sihemy.com/"; }