620 lines
47 KiB
HTML
620 lines
47 KiB
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>酒店列表</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<style>
|
||
body{margin:0;background:#f4f4f4;font-family:Arial,"Microsoft YaHei",sans-serif;color:#111}
|
||
.wrap{max-width:1460px;margin:0 auto;padding:20px}
|
||
.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
|
||
.top a{margin-left:10px;color:#0b5c7a;text-decoration:none}
|
||
.card{display:grid;grid-template-columns:438px 1fr 230px;background:#fff;border-radius:18px;margin-bottom:24px;overflow:hidden}
|
||
.img{width:438px;height:100%;object-fit:cover;background:#ddd}
|
||
.info{padding:28px}
|
||
.brand{display:inline-block;background:#0b684d;color:#fff;border-radius:4px;padding:6px 9px;margin-right:10px;font-weight:bold}
|
||
.code{display:inline-block;background:#eee;color:#333;border-radius:4px;padding:5px 8px;margin-left:8px;font-size:14px;font-weight:bold}
|
||
h2{display:inline;font-size:24px}
|
||
.addr{color:#444;margin:8px 0 6px;font-size:17px}
|
||
.dist{color:#555;margin-bottom:22px}
|
||
.features{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:13px 40px;font-size:18px;color:#333}
|
||
.features span:before{content:"◆";font-size:12px;color:#666;margin-right:9px}
|
||
.side{padding:36px 24px;text-align:right;display:flex;flex-direction:column;justify-content:center}
|
||
.price{font-size:32px;font-weight:bold}
|
||
.btn{background:#c9310c;color:#fff;border-radius:7px;padding:18px 24px;text-decoration:none;font-weight:bold;display:inline-block;margin-top:28px}
|
||
.tax{color:#555;margin-top:12px}
|
||
table{width:100%;border-collapse:collapse;background:#fff}
|
||
th,td{border:1px solid #ddd;padding:10px;vertical-align:top}
|
||
th{background:#eee}
|
||
.hotel-code{font-weight:bold;color:#0b5c7a}
|
||
.thumb{width:110px;height:78px;object-fit:cover}
|
||
.pager{margin:22px 0;text-align:center}
|
||
.pager a{margin:0 8px;color:#0b5c7a}
|
||
@media(max-width:900px){
|
||
.card{grid-template-columns:1fr}
|
||
.img{width:100%;height:240px}
|
||
.side{text-align:left}
|
||
}
|
||
.rating{margin:10px 0;color:#333;font-weight:bold}
|
||
.welcome{margin:14px 0 18px;color:#444;line-height:1.55;font-size:15px}
|
||
.welcome-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
|
||
.welcome.open .welcome-text{display:block}
|
||
.welcome-toggle{margin-top:6px;border:0;background:none;color:#0b5c7a;cursor:pointer;padding:0;font-size:14px}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="wrap"><div class="top"><div>找到 5983 家酒店</div><div><a href="table-245.html">表格模式</a></div></div>
|
||
<div class="card" id="hotel-SIAZN" data-hotel-code="SIAZN">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-xian-8705931153-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 西安高新科技路智选假日酒店</h2>
|
||
<span class="code">SIAZN</span>
|
||
</div>
|
||
<div class="addr">雁塔区(高新区)中建大厦科技路 Yanta District 西安 Shaanxi 710075 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.43</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">西安古称“长安”,是丝绸之路的起点,更是中华文明的发扬地,有着“天然历史博物馆”的美誉。
|
||
|
||
酒店地理位置优越,位于西安市雁塔区团结南路,交通便捷,(直线)距离咸阳国际机场直线约34公里,西安火车站(直线)距离约12公里。酒店毗邻地铁3号线(直线)距离约800米,乘坐地铁可带您轻松探索古都人文风情。酒店周边还拥有繁华的商业中心、赛格购物中心、万达广场等,让您的生活购物更便捷。
|
||
|
||
酒店采用“新一代”设计,打造出一个集工作、休闲、餐饮为一体的共享“智·空间”,在早餐时段,请您尽情享用设有中西式菜肴的每日自助早餐。而在其他时段,向您提供灵活多变的工作和休闲模式,贯彻满意的服务精神,全方位满足您的住宿要求。
|
||
|
||
酒店除了拥有124间客房外,还拥有1间会议室与自动售货机以及其它自助式服务设施,我们的宴会团队将提供专属的宴会统筹服务及独具格调的宴会美食,以满足您的多层次会议需求,为您带来更多便捷,更多快乐。
|
||
|
||
无论是假期,还是公务,让西安高新北智选假日酒店成为您到访西安的理想之选。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>不允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>Children's Activities</span><span>In hotel restaurants</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SIAZN</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SIAZQ" data-hotel-code="SIAZQ">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/crowne-plaza-xian-10006586757-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HICP</span>
|
||
<h2>Crowne Plaza 西安皇冠假日酒店</h2>
|
||
<span class="code">SIAZQ</span>
|
||
</div>
|
||
<div class="addr">陕西省西安市朱雀路中段1号 西安 Shaanxi 710061 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.58</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">欢迎下榻西安皇冠假日酒店,我们为您提供时尚舒适的客房,一应俱全的会务设施,品位出众的餐饮与休闲场所以及真正的待客之道,以确保您的商旅之行取得圆满成功。西安皇冠假日酒店位于西安市朱雀路中段,228米楼高可俯瞰都市景致,是西安市二环内标志性建筑之一。酒店地理位置优越,步行可达小雁塔及陕西省体育馆,10分钟车程可到达王府井百货、西安SKP及小寨赛格购物中心等热门商圈,15分钟车程可抵达古城墙、钟鼓楼、大雁塔、陕西历史博物馆、大唐不夜城等名胜景区,是高端商旅人士休闲度假、商务差旅、会议会展的理想之选。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>室内游泳池</span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>不允许携带宠物</span><span>In hotel restaurants</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SIAZQ</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SILPG" data-hotel-code="SILPG">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-siloam-springs-5316735970-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Siloam Springs</h2>
|
||
<span class="code">SILPG</span>
|
||
</div>
|
||
<div class="addr">2100 Highway 412 West Siloam Springs Arkansas 72761 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.69</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the new Holiday Inn Express in Siloam Springs.
|
||
Nestled in the heart of Northwest Arkansas, we offer easy access to local attractions including John Brown University, Cherokee Casino, and WAKA Whitewater Park. We are also within a 30-minute drive to Fayetteville, AR - home of the Razorbacks! Stay with us to avoid city traffic and crowds on game day.
|
||
Our 100% non-smoking hotel offers an abundance of amenities including complimentary breakfast, free Wi-Fi, guest laundry, an indoor heated swimming pool and a hot tub. Whether you are traveling for business or pleasure, we have a variety of room types to fit your needs. Relax in one of our king rooms, complete with chaise lounge and 50-inch LED TV, or bring the whole family and enjoy one of our spacious family suites.
|
||
Business travelers will benefit from the proximity of our hotel to local businesses such as Simmons Foods, Lazyboy, and McKee Foods and can take advantage of our meeting room and boardroom.
|
||
We look forward to making your stay the best yet.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SILPG</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINCP" data-hotel-code="SINCP">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/crowne-plaza-singapore-9989207156-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HICP</span>
|
||
<h2>Crowne Plaza 新加坡樟宜机场皇冠假日酒店</h2>
|
||
<span class="code">SINCP</span>
|
||
</div>
|
||
<div class="addr">75 Airport Boulevard 01-01 Singapore 819664 | 800 101 3848</div>
|
||
<div class="rating">评分:4.49</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">新加坡樟宜机场皇冠假日酒店 -全球最佳機場酒店樟宜机场皇冠假日酒店是连续5年荣获SKYTRAX全球最佳机场酒店肯定的「世界第一」常胜军。酒店的建筑设计结合现代建筑与自然元素,让您感受新加坡都市田园城市的风采。酒店距离出发和到达大厅仅几步之遥,您可在宁静舒适的客房中小憩恢复精力,或者到水疗中心接受各种按摩理疗。 在樟宜机场皇冠假日酒店和樟宜机场的3号航站楼之间有着最现代化的架空连接桥,搭乘架空列车还可到达1号和2号航站楼。 星耀樟宜就在酒店旁边。您可在舒适的环境下,轻松地直达星耀樟宜探索和参观。酒店距离樟宜商业园、新加坡博览中心有10分钟路程,距离市区有25分钟出租车或地铁车程。这间顶级机场酒店提供现代风格的隔音客房,配有舒适的睡床与宽敞的现代化浴室,是您乘坐长途航班之间中转的完美酒店。 樟宜机场皇冠假日酒店是一家极具度假风情的商务酒店。热带度假村隐匿于酒店之内,除此之外更有幽静的庭院花园和美轮美奂的景观池。 在大堂酒吧或是酒店的户外庭院,您同样可以欣赏到静谧的花园景色。 75酒吧是品鉴鸡尾酒的私密场所,酒吧所独具的70年代的魅力让人深深流连。或在Azur餐厅享用国际自助餐。 酒店的7个会议室和宴会厅可供您举办热带花园风格的接待、会议或婚礼。 樟宜机场皇冠假日酒店可提供绝妙的设计和最先进的技术,您的活动定可成功举办。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>不允许携带宠物</span><span>Children's Activities</span><span>In hotel restaurants</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINCP</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="http://changiairport.crowneplaza.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINCQ" data-hotel-code="SINCQ">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-singapore-6417129454-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 新加坡克拉码头智选假日酒店</h2>
|
||
<span class="code">SINCQ</span>
|
||
</div>
|
||
<div class="addr">2 Magazine Road Singapore 059573 | 800 101 3848</div>
|
||
<div class="rating">评分:4.46</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">新加坡克拉码头智选假日酒店位于新加坡餐饮娱乐中心地带,我们用心服务,值得信赖。基于绿色环保理念,酒店设计屡获大奖;坚持遵守“洲全”清洁承诺。一片绿意,满怀诚意,恭候您安心入住,尽兴体验。近克拉码头而建,酒店地理位置优越,距离风光绮丽的新加坡河和罗伯逊码头以及中央商务区仅数分钟路程。从酒店出发,7分钟可达克拉码头地铁站,您可轻松游遍新加坡各大景点。金沙娱乐城、滨海湾花园、牛车水、F1新加坡站赛场等,旅途欢乐无限。
|
||
|
||
酒店内,近40米高的楼顶泳池和涡流浴缸深受客人喜爱,好评如潮,可在此一览都市美景。442间别具设计特色的现代风格客房供您安心休憩,落地大窗更添明亮暖意。Express Start早餐和外带早餐任您挑选,愿您顺心开启新的一天。同时,酒店全面覆盖无线网络,方便您随时上网。Great Room Bar欢迎您来体验多样饮品,放松下来,给自己充电。24小时开放的健身中心、自助服务洗衣设施,光线充足的会议室等多样服务可满足您的多种需要。
|
||
|
||
新加坡克拉码头智选假日酒店不仅是安全便捷之选,更是高性价比之选,我们竭诚为别具慧眼的旅新游客提供轻松愉悦、物超所值的理想住宿。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>泳池 </span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINCQ</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINEX" data-hotel-code="SINEX">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-singapore-6154135794-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 新加坡乌节路智选假日酒店</h2>
|
||
<span class="code">SINEX</span>
|
||
</div>
|
||
<div class="addr">20 Bideford Road Singapore 229921 | 800 101 3848</div>
|
||
<div class="rating">评分:4.42</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">新加坡乌节路智选假日酒店距离该市的主要餐饮、零售和娱乐场所仅数分钟路程,毗邻旗舰店 Apple Store 和 Masjid Al-Falah;步行五分钟即可到达新加坡游客中心、Paragon、313@somerset、Ngee Ann City、Ion Orchard、Mount Elizabeth Hospital 和 Paragon Medical。Somerset 和 Orchard 地铁站距离酒店仅几步之遥,方便前往中央商务区和滨海湾、滨海湾花园、环球影城、唐人街、小印度和艺术科学博物馆等景点。优质寝具和精选选择让您尽享安眠酒店的 221 间现代双床房或大床房提供各种柔软或硬质枕头,另外还有带沙发床的客房可供选择,最多可舒适地容纳三位客人。设施和设备满足旅客的一切需求:免费 Express Start 早餐或外带早餐选项、免费快速 Wi-Fi、24 小时健身中心、自助商务中心、五人会议室、洗衣设施、Great Room 全天候供应饮料和便餐。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>不允许携带宠物</span><span>In hotel restaurants</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINEX</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="N/A">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINHI" data-hotel-code="SINHI">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-singapore-4997495258-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 新加坡雅庭假日酒店</h2>
|
||
<span class="code">SINHI</span>
|
||
</div>
|
||
<div class="addr">317 Outram Road Singapore 169075 | 800 101 3848</div>
|
||
<div class="rating">评分:4.25</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">新加坡雅庭假日酒店地理位置优越,位于市中心,距标志性的新加坡河仅几步之遥。酒店拥有 512 间现代客房,距樟宜机场仅 25 分钟车程,距中央商务区和滨海湾仅数分钟路程。也由位于酒店脚下的哈夫洛克地铁站5号出口无缝连接,巴士和汽车可直达乌节路、圣淘沙、环球影城、滨海湾花园、克拉码头、麦克斯韦、唐人街和中峇鲁等城市景点。
|
||
|
||
免费提供 Wi-Fi,以及室外游泳池、24 小时健身中心、大堂酒吧、可俯瞰新加坡壮丽天际线的行政酒廊、祈祷室和数字礼宾服务等设施。
|
||
|
||
新加坡雅庭假日酒店还设有 13 间多功能厅,可改造成举办会议、会议、社交活动或婚礼。酒店还拥有一家获得清真认证的自助餐和全日餐厅以及一间屡获殊荣的粤菜餐厅。 12 岁及以下的儿童可在我们的家庭友好型酒店免费住宿和用餐。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>In hotel restaurants</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINHI</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="https://singaporeatrium.holidayinn.com/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINIC" data-hotel-code="SINIC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/intercontinental-singapore-5369963439-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">ICON</span>
|
||
<h2>InterContinental 新加坡罗伯逊码头洲际酒店</h2>
|
||
<span class="code">SINIC</span>
|
||
</div>
|
||
<div class="addr">1 Nanson Road Singapore 238909 | 800 101 3848</div>
|
||
<div class="rating">评分:4.38</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">新加坡罗伯逊码头洲际酒店位于新加坡河沿岸的罗伯逊码头中心地带,距离中央商务区仅有10分钟车程,尽享高品质海滨生活。225套单间和套房均营造出居家般的舒适度,设施周到齐全,现代与优雅相结合,同时兼具实用性。酒店还设有别致豪华的洲际酒店俱乐部休息室。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>不允许携带宠物</span><span>EV Charging</span><span>In hotel restaurants</span><span>健身中心</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINIC</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="http://robertsonquay.intercontinental.com/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINKA" data-hotel-code="SINKA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-singapore-5537826503-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 新加坡加东智选假日酒店</h2>
|
||
<span class="code">SINKA</span>
|
||
</div>
|
||
<div class="addr">88 East Coast Road Singapore 423371 | 800 101 3848</div>
|
||
<div class="rating">评分:4.43</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">您在城市边缘的智能住宿选择!
|
||
|
||
于2016年中开业的智选假日酒店(Holiday Inn Express Singapore Katong)地处新加坡加东,提供轻松便捷、静谧清幽的住宿环境,价格经济实惠,是商务休闲旅客的明智之选。酒店坐落于新加坡第一个遗产区内,原址为前如切警察局(东海岸路86号),毗邻112加东商场,附近即是东海岸和如切路的交汇处,此外,从这里驱车前往金融区仅需10 分钟,距离世界著名的樟宜机场也只15分钟车程;新加坡博览中心、樟宜商务园及新加坡体育城也近在咫尺。
|
||
|
||
新加坡加东智选假日酒店共有451间客房,是该酒店品牌旗下的第三家酒店,也是规模最大的酒店。酒店以全新的视角展现新加坡多元种族文化,为旅客带来物超所值的入住体验。酒店配套设施一应俱全,免费提供快速无线网络和快捷早餐(或简餐外带)并设有自助商务中心、会议室和洗衣房,让您轻松愉悦地迎接新的一天。在结束一天的繁忙之后,高品质的床上用品及不同软硬度的枕头可满足您不同的睡眠习惯,悉心呵护您的温馨睡眠。休闲之余,不妨去24 小时健身中心挥汗如雨,感受运动带来的酣畅淋漓。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>商务中心</span><span>健身中心</span><span>不允许携带宠物</span><span>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINKA</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="NA">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINKI" data-hotel-code="SINKI">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/hotel-indigo-singapore-5015503929-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">INDG</span>
|
||
<h2>Hotel Indigo 新加坡加东英迪格酒店</h2>
|
||
<span class="code">SINKI</span>
|
||
</div>
|
||
<div class="addr">86 East Coast Road Singapore 428788 | 800 101 3848</div>
|
||
<div class="rating">评分:4.70</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">坐落于历史悠久的前如切警察局旧址,Hotel Indigo Singapore Katong 是探索土生华人文化的理想之地。这家宠物友好的精品酒店融合独特建筑设计与精心策划的艺术品,生动展现了加东社区的独特魅力。
|
||
|
||
酒店距离樟宜机场仅15分钟车程,12分钟可达新加坡室内体育馆,周边购物中心、历史地标,以及新加坡博览中心、樟宜商业园和金融区等商务枢纽近在咫尺,无论商务或休闲出行,皆能满足您的需求。
|
||
|
||
入住我们酒店,您可在屋顶无边泳池俯瞰迷人景色,享受免费Wi-Fi、24小时健身中心、商务设施及会议室等便利服务。让Hotel Indigo Singapore Katong 带您感受加东的魅力,从人文风情到独特体验,开启一场难忘的旅程。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>In hotel restaurants</span><span>1 Pool(s)</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINKI</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="https://www.hotelindigosingapore.com/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINLI" data-hotel-code="SINLI">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-singapore-7600554242-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 新加坡小印度假日酒店</h2>
|
||
<span class="code">SINLI</span>
|
||
</div>
|
||
<div class="addr">10 Farrer Park Station Road Singapore 217564 | 800 101 3848</div>
|
||
<div class="rating">评分:4.42</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">新加坡小印度假日酒店位于新加坡繁华多彩的印度历史文化街区,与花拉公园地铁站十分接近。从城中盛景到中央商区,由此出行可享受无可比拟的快捷和便利。20层的酒店高楼矗立一方,玻璃外墙利落简练,映照着热闹街市的全景。周围购物中心、特色餐馆和传统店屋林立,熙熙攘攘,佳景迷人。
|
||
|
||
300间现代风格的客房均配备有时尚便利的各类设施。此外,酒店内包括两家特色餐饮店、泳池和健身场馆。
|
||
|
||
无论您是工作出行还是休闲旅游,新加坡小印度假日酒店都能为您奉上精诚服务,打造理想住宿体验。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>不允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>健身中心</span><span>In hotel restaurants</span><span>含车位</span><span>商务中心</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINLI</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="https://singaporelittleindia-holidayinn.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINOR" data-hotel-code="SINOR">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/voco-singapore-7883015404-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">VXVX</span>
|
||
<h2>voco 新加坡乌节路 voco酒店</h2>
|
||
<span class="code">SINOR</span>
|
||
</div>
|
||
<div class="addr">581 Orchard Road Singapore 238883 | 800 101 3848</div>
|
||
<div class="rating">评分:4.40</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">位于新加坡最繁华的购物中心地段,新加坡乌节路voco®酒店独特地理位置让您尽情享受这座城市的精彩。无论您是出差、与家人朋友度假,还是寻找周末宅假体验,新加坡乌节路voco®酒店都是您的理想选择。
|
||
|
||
这里迷人而朴实的氛围让您真正放松身心,享受voco®宾主的热情款待。酒店拥有顶级牛排馆与酒吧 Opus Bar & Grill、位于顶楼的意大利餐厅 il Cielo,以及D9糕点店的诱人下午茶及手工糕点等多个美食选择,满足您的味蕾。此外,您还可以在屋顶游泳池、24小时健身房和水疗中心尽情放松。酒店超过1,914平方米的多功能会议和社交活动空间提供无与伦比的体验,确保您度过愉快的住宿时光。
|
||
|
||
需要任何建议吗?让我们热情的voco™宾主与您分享新加坡最棒的餐饮、生活方式和娱乐,让您度过难忘的住宿体验。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>不允许携带宠物</span><span>健身中心</span><span>EV Charging</span><span>In hotel restaurants</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINOR</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="https://orcharddining.vocohotels.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINOV" data-hotel-code="SINOV">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-singapore-8777414040-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 新加坡诺维纳套房智选假日酒店</h2>
|
||
<span class="code">SINOV</span>
|
||
</div>
|
||
<div class="addr">201 Balestier Road Singapore 329926 | 800 101 3848</div>
|
||
<div class="rating">评分:4.31</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">从诺维娜地铁站散步仅需16分钟,您就可以沉浸在新加坡马里士他区的历史魅力中。您可以轻松探索该地区或到达关键目的地,如滨海湾金沙酒店或乌节路购物区。从免费的Express早餐到连接室外游泳池的24/7健身房,您一定会喜欢上我们新加坡诺维娜智选假日套房酒店的住宿体验。预订我们新开业的酒店住宿,容易到达,是聪明商务和休闲旅客的明智选择。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>泳池 </span><span>无线互联网</span><span>允许携带宠物</span><span>健身中心</span><span>简易厨房</span><span>In hotel restaurants</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINOV</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINPV" data-hotel-code="SINPV">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-singapore-5433393610-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 新加坡乌节中心假日酒店</h2>
|
||
<span class="code">SINPV</span>
|
||
</div>
|
||
<div class="addr">11 Cavenagh Road Singapore 229616 | 800 101 3848</div>
|
||
<div class="rating">评分:4.42</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">欢迎光临新加坡乌节中心假日酒店®
|
||
|
||
位于新加坡首屈一指的商业和购物区乌节路的中心地带,新加坡乌节中心假日酒店®以一流的服务和优越的地理位置为客人提供绝佳的住宿体验。
|
||
|
||
在 324 间客房中的一间放松身心,这些客房配备了独特的枕头、37 英寸液晶电视和免费无线网络连接。在 Tandoor 体验正宗的北印度风味,在 Window on the Park 尽情享受当地亚洲和海鲜美食,或在大堂酒廊和酒吧享用鸡尾酒放松身心。孩子们免费入住和吃饭!
|
||
|
||
酒店距该地区的两个地铁站、娱乐场所和著名的医疗中心仅一箭之遥。酒店靠近著名的文化区,如牛车水和小印度,可轻松前往滨海湾花园和新加坡环球影城等景点,是旅客和住宿的理想选择。樟宜国际机场距离酒店仅有 25 分钟车程。
|
||
|
||
直接与我们预订,享受最优惠的促销和价格。
|
||
|
||
为了实行给贵客提供最好的设施和服务计划,新加坡乌节中心假日酒店®目前正在对酒店的外墙进行一些小型整修和维护工程。请放心,这些工作将仅限于酒店的特定区域,以确保对客人的干扰降至最低。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>不允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>Children's Activities</span><span>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINPV</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="https://singaporeorchard.holidayinn.com/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SINSG" data-hotel-code="SINSG">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-singapore-5832272417-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 新加坡实龙岗智选假日酒店</h2>
|
||
<span class="code">SINSG</span>
|
||
</div>
|
||
<div class="addr">270 Jalan Besar Singapore 209019 | 800 101 3848</div>
|
||
<div class="rating">评分:4.41</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">新加坡实龙岗酒店,您的最佳选择。
|
||
|
||
作为新加坡最新的智选假日酒店,新加坡实龙岗智选假日酒店交通极为便利,位于惹兰勿刹路,临近小印度的传统文化中心 ,距新加坡樟宜机场仅 20 分钟车程。酒店距离 花拉公园和明地迷亚地铁站仅几分钟步行路程,方便客人前往新加坡的所有主要商业和休闲区,例如乌节路、武吉士、唐人街和滨海湾以及新达城会展中心和国家体育馆。客人可以享用各种特色餐饮,购物和休闲娱乐选择多样,其中包括 24小时全天候营业的穆斯塔法中心。
|
||
|
||
新加坡实龙岗智选假日酒店拥有 119 间现代化设计的客房,是实龙岗地区位置最佳、性价比最高的不二选择, 内行游客不容错过,我们提供物美价廉的服务和条件确保您的膳宿舒适无忧。新的一天从丰富美味的快捷早餐开始,餐食可外带, 酒店各处 实现免费 Wi-Fi 全覆盖。提供 24 小时开放的健身中心、自助洗衣机和最多可容纳 8 人的会议室,最大程度满足您的住宿需求。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>不允许携带宠物</span><span>健身中心</span><span>商务中心</span><span>儿童餐饮欢乐尽享</span><span>可持续发展实践</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SINSG</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SIRSO" data-hotel-code="SIRSO">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-sion-10329019571-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Sion</h2>
|
||
<span class="code">SIRSO</span>
|
||
</div>
|
||
<div class="addr">Cour de Gare Avenue de Tourbillon 18 Sion 1950 | 8000 80 108</div>
|
||
<div class="rating">评分:4.22</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Whether you're travelling for business or leisure, Holiday Inn Express & Suites Sion is your ideal base in the Swiss Alps and the heart of Valais. Conveniently located in the vibrant Cour de Gare district project, the hotel will be next door to the city's new concert and event hall. The hotel is a short walk from Sion’s railway station, less than 2 hours from Geneva International Airport by train or car and a short 10-minute drive from Sion Airport.
|
||
|
||
Immerse yourself in the history and culture of Sion, one of Switzerland’s oldest cities. Wander through the charming Old Town, visit the iconic Château de Tourbillon and Valère Basilica, or enjoy a scenic stroll along the Rhône River. In winter, experience the nearby world-class ski resorts, including Crans-Montana, Nendaz and Verbier, just a short drive away.
|
||
|
||
The hotel offers a modern meeting room space for business travellers, ideal for hosting conferences or private events.
|
||
|
||
At Holiday Inn Express & Suites Sion, the goal is to ensure you feel right at home. Enjoy brand new, modern, and comfortable rooms and suites, equipped with everything you need for a relaxing stay - including flat screen TVs, free high-speed Wi-Fi and in-room tea and coffee-making facilities. The hotel's suites are perfect for a home-away-from-home stay with small kitchenettes offering space for some cooking.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>允许携带宠物</span><span>简易厨房</span><span>套房</span><span>健身中心</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SIRSO</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SIRSS" data-hotel-code="SIRSS">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/six-senses-crans-montana-9603875558-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">SIXS</span>
|
||
<h2>Six Senses Crans Montana</h2>
|
||
<span class="code">SIRSS</span>
|
||
</div>
|
||
<div class="addr">Route des Telepheriques 60 Crans-Montana 3963 | 8000 80 108</div>
|
||
<div class="rating">评分:null</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Enjoy direct ski-in and ski-out access to a natural high-altitude playground on the Chetzeron red slope. Be part of a vibrant village life with a rich social scene, dining, shopping, and major events and activities in winter and summer.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>多房间单元</span><span>免费早餐</span><span>六善水疗</span><span>滑雪礼宾</span><span>机场接送</span><span>机场专属接送服务</span><span>户外/室内泳池</span><span>水上运动</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SIRSS</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="https://www.sixsenses.com/en/resorts/crans-montana">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SIRUK" data-hotel-code="SIRUK">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-stirling-3941317103-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 斯特林</h2>
|
||
<span class="code">SIRUK</span>
|
||
</div>
|
||
<div class="addr">Springkerse Business Park Scotland Stirling FK7 7XH | 0800 43 40 40</div>
|
||
<div class="rating">评分:4.63</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Holiday Inn Express® Stirling is next to the M9 and a 10 minute drive from Stirling station, making it easy to reach. Glasgow and Edinburgh Airports are within 45 minutes by car.
|
||
|
||
Explore the stunning Loch Lomond & The Trossachs National Park, just 35 minutes away, where you can hike the famous Munro trails. Explore Scotland's history with visits to The National Wallace Monument and Stirling Castle, both just 15 minutes away. For a family friendly day out, Blair Drummond Safari Park is a 20 minute drive away. Sports fans can catch a game at Stirling Albion Football Club, enjoy activities at The Peak, or tee off at Gleneagles Golf Course, 30 minutes away.
|
||
|
||
After a day of exploring, relax at our hotel with free WiFi, grab a whisky at the bar and a snack from our menu. Start your morning with our free breakfast buffet, and enjoy room conveniences such as complimentary tea and coffee and a flat-screen TV.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>允许携带宠物</span><span>In hotel restaurants</span><span>含车位</span><span>可持续发展实践</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SIRUK</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="NA">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SITBR" data-hotel-code="SITBR">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-sittingbourne-4589262664-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn Sittingbourne</h2>
|
||
<span class="code">SITBR</span>
|
||
</div>
|
||
<div class="addr">70 London Road Sittingbourne ME10 1NT | 0800 40 50 60</div>
|
||
<div class="rating">评分:3.65</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Sittingbourne. We are a 79 bedroom hotel with extensive Events facilities, Restaurant and free Wifi. Air Conditioning can be felt throughout the hotel including self adjustable controls in each room. We have over 100 car parking spaces with four disabled bays, Two EV Charging and a Motorcycle bay. Please note we use a car number plate recognition parking system; all guests need to ensure their car is registered at reception upon arrival. Guests are charged 5GBP per car, per night.
|
||
|
||
Holiday Inn® Sittingbourne is a 15 minute walk from Sittingbourne station, from where you can reach central London in an hour. The M2 and M20 motorways are nearby and it’s a 50-minute drive to Gatwick Airport (LGW). You can reach the Kent Event Centre in 15 minutes, while Eurolink Business Park and Kent Science Park are close by. Alternatively, host your Event in one of seven conference rooms. There’s a Private Dining Room for up to 50 guests, while the Ballroom is ideal for weddings with space for 170 guests. If you’re in town on holiday, enjoy a night out at the Sittingbourne Greyhounds stadium or at The Avenue Theatre. A 30-minute drive takes you to coastal Whitstable or to medieval Canterbury.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>无线互联网</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>EV Charging</span><span>In hotel restaurants</span><span>Entertainment</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SITBR</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Includes 20% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SJCCC" data-hotel-code="SJCCC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-san-jose-8037083801-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 圣何塞 - 文娱中心</h2>
|
||
<span class="code">SJCCC</span>
|
||
</div>
|
||
<div class="addr">1350 North 1st Street San Jose California 95112 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:3.91</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Holiday Inn San Jose - Silicon Valley is just 1.5 miles from San Jose International Airport (SJC) offering guests complimentary airport shuttle service from 5am to midnight, daily.
|
||
Minutes from downtown San Jose, and adjacent to the Gish VTA light rail station, our Silicon Valley hotel is convenient to San Jose’s top attractions such as California’s Great America, SAP Arena, PayPal Park and dining and shopping at Santana Row, all within. Our pet friendly contemporary hotel reflects the unique energy of California's thriving Bay Area.
|
||
Unwind in our inviting accommodations that feature modern amenities. Drink and dine in style at our newly renovated on-site restaurant and Pub featuring breakfast and dinner specialties.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>机场班车</span><span>儿童餐饮欢乐尽享</span><span>健身中心</span><span>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SJCCC</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="https://www.hisanjosehotel.com/?utm_source=google-gmb&utm_medium=organic&utm_campaign=gmb">选择酒店</a>
|
||
</div>
|
||
</div><div class="pager"><a href="page-244.html">上一页</a> 第 245 / 300 页 <a href="page-246.html">下一页</a></div></div>
|
||
<script>
|
||
document.addEventListener("click", function(e) {
|
||
if (!e.target.classList.contains("welcome-toggle")) return;
|
||
const box = e.target.closest(".welcome");
|
||
box.classList.toggle("open");
|
||
e.target.textContent = box.classList.contains("open") ? "收起" : "展开";
|
||
});
|
||
</script>
|
||
</body>
|
||
</html> |