iF 漫旅舘外觀
iF 漫旅舘 桃園在地小旅行
生活需要一點儀式感 ✨
誰說住在同一個縣市,就不能去住當地的旅館呢?有時候生活需要一點儀式感,不能遠遊的時候,找個舒適的地方待上一晚,就是最棒的充電方式!這次我們就來了一場「桃園在地小旅行」,目標是網路上評價超高的 iF 漫旅舘!

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

萬聖節活動


小小建築師萬聖節樂園

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

餐廳外觀


鴻蝦匯複合式庭園餐廳 - 親子用餐新天堂

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

翻時光店面外觀


翻時光 Fun Fun Book - 淡水老街體驗

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

會來尖石溫泉渡假村


尖叫聲沒停過!會來尖石溫泉渡假村

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

調味品串酒坊外觀


亞米媽媽的餐酒館體驗

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

剪刀石頭布擂台音樂劇 - 家庭親子活動


* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Helvetica Neue', Arial, 'Microsoft JhengHei', sans-serif;
}
body {
background-color: #fff6f6;
color: #333;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
header {
text-align: center;
padding: 30px 0;
background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
border-radius: 15px;
margin-bottom: 30px;
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
position: relative;
overflow: hidden;
}
header::before {
content: "✊ ✋ ✌️";
font-size: 60px;
position: absolute;
opacity: 0.2;
top: 20px;
left: 0;
right: 0;
}
h1 {
font-size: 2.8rem;
color: #d44d6d;
margin-bottom: 15px;
text-shadow: 2px 2px 0px rgba(255,255,255,0.8);
position: relative;
}
.warning {
background-color: #ffeb3b;
color: #d44d6d;
font-weight: bold;
padding: 15px;
border-radius: 10px;
margin: 20px 0;
text-align: center;
font-size: 1.2rem;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.02); }
100% { transform: scale(1); }
}
.intro {
background-color: white;
padding: 25px;
border-radius: 15px;
margin-bottom: 30px;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.highlight {
color: #d44d6d;
font-weight: bold;
}
.event-info {
background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
color: white;
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.event-info h2 {
text-align: center;
margin-bottom: 25px;
font-size: 2rem;
}
.info-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.info-item {
background-color: rgba(255, 255, 255, 0.15);
padding: 20px;
border-radius: 10px;
backdrop-filter: blur(5px);
}
.info-item h3 {
margin-bottom: 10px;
display: flex;
align-items: center;
}
.info-item h3::before {
content: "🎯";
margin-right: 10px;
}
.highlights {
background-color: white;
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.highlights h2 {
text-align: center;
color: #d44d6d;
margin-bottom: 25px;
}
.highlight-list {
list-style-type: none;
}
.highlight-list li {
padding: 15px;
margin-bottom: 15px;
background-color: #f8f8f8;
border-radius: 10px;
border-left: 5px solid #d44d6d;
display: flex;
align-items: center;
}
.highlight-list li::before {
content: "🌟";
font-size: 1.5rem;
margin-right: 15px;
}
.cta {
text-align: center;
padding: 30px;
background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
border-radius: 15px;
margin-bottom: 30px;
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.cta h2 {
color: #d44d6d;
margin-bottom: 20px;
}
.btn {
display: inline-block;
background-color: #d44d6d;
color: white;
padding: 15px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
font-size: 1.2rem;
margin-top: 15px;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(212, 77, 109, 0.4);
}
.btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(212, 77, 109, 0.6);
}
.hashtags {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 30px;
}
.hashtag {
background-color: #e0e0e0;
padding: 8px 15px;
border-radius: 20px;
font-size: 0.9rem;
color: #666;
}
footer {
text-align: center;
padding: 20px;
color: #888;
font-size: 0.9rem;
}
@media (max-width: 768px) {
h1 {
font-size: 2rem;
}
.info-grid {
grid-template-columns: 1fr;
}
}

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

阿法眼鏡店面環境
安娜的視力守護之旅|阿法眼鏡專業體驗
天啊!時間過得好快,安娜轉眼就要上國中了~身為媽媽,除了替她開心,心裡也默默有個小擔憂... 就是她的「視力」!

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

先發炙人店內環境


/* --- 整體頁面與字體設定 --- */
body {
margin: 0;
padding: 0;
background-color: #f8f9fa; /* 淺灰色背景,突顯文章區塊 */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif;
color: #333;
line-height: 1.8; /* 增加行高,提升閱讀舒適度 */
}
/* --- 文章容器 --- */
.blog-post {
max-width: 800px; /* 文章最大寬度 */
margin: 40px auto; /* 上下邊距40px,左右自動置中 */
padding: 40px;
background-color: #ffffff;
border-radius: 12px; /* 圓角 */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); /* 細緻的陰影 */
}
/* --- 段落樣式 --- */
.blog-post p {
font-size: 17px;
margin-bottom: 1.5em; /* 段落下方間距 */
}
/* --- 圖片樣式 --- */
.blog-post img {
max-width: 100%; /* 響應式圖片 */
height: auto;
display: block;
margin: 20px auto; /* 圖片上下留白並置中 */
border-radius: 8px; /* 圖片圓角 */
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 圖片陰影 */
transition: transform 0.3s ease;
}
.blog-post img:hover {
transform: scale(1.02); /* 滑鼠懸停時輕微放大 */
}
/* --- 處理多張圖片並排的段落 --- */
.image-gallery {
display: flex; /* 使用 Flexbox 佈局 */
gap: 15px; /* 圖片間的空隙 */
flex-wrap: wrap; /* 如果空間不夠則換行 */
}
.image-gallery img {
flex: 1; /* 讓圖片平均分配寬度 */
min-width: 200px; /* 圖片最小寬度,防止過度壓縮 */
margin: 0; /* 清除原本的 margin */
}
/* --- 章節標題樣式 (原本是 ▶ 開頭的段落) --- */
.blog-post h2 {
font-size: 24px;
font-weight: bold;
color: #d9534f; /* 醒目的紅色系 */
margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #f0ad4e; /* 搭配橘黃色底線 */
}
/* --- 強調文字樣式 --- */
.blog-post strong {
color: #e56717; /* 亮橘色,突顯重點 */
font-weight: 600;
}
/* --- 店家資訊區塊 --- */
.store-info {
background-color: #fffaf0; /* 溫暖的米黃色背景 */
border-left: 5px solid #f0ad4e; /* 左側有橘黃色標示線 */
padding: 20px;
margin-top: 30px;
border-radius: 8px;
font-size: 16px;
line-height: 2; /* 增加行高讓資訊更清晰 */
}
.store-info p {
margin: 0;
}

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

金喇叭2025卡通大冒險宣傳圖片


* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #080809;
background-color: #ffffff;
line-height: 1.6;
padding: 20px;
max-width: 800px;
margin: 0 auto;
}
.container {
background-color: #fff;
border-radius: 12px;
padding: 25px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.header-image {
width: 100%;
height: auto;
border-radius: 8px;
margin-bottom: 20px;
}
.recommendation {
font-size: 18px;
margin-bottom: 25px;
line-height: 1.7;
}
.section-title {
display: flex;
align-items: center;
margin: 25px 0 15px;
font-size: 18px;
font-weight: 600;
}
.emoji {
margin-right: 8px;
width: 20px;
height: 20px;
vertical-align: middle;
}
.schedule {
margin-left: 20px;
margin-bottom: 12px;
}
.schedule-item {
display: flex;
align-items: center;
margin-bottom: 10px;
padding: 8px 0;
}
.schedule-date {
font-weight: 600;
min-width: 80px;
}
.schedule-location {
margin-left: 10px;
}
.new-tag {
background-color: #ff6b6b;
color: white;
font-size: 12px;
padding: 2px 6px;
border-radius: 4px;
margin-left: 8px;
}
.link-section {
margin: 20px 0;
padding: 15px;
background-color: #f8f9fa;
border-radius: 8px;
}
.link-title {
display: flex;
align-items: center;
margin-bottom: 10px;
font-weight: 600;
}
.ticket-link {
color: #0064d1;
text-decoration: none;
font-weight: 600;
word-break: break-all;
}
.ticket-link:hover {
text-decoration: underline;
}
.content-image {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 15px 0;
}
.content-text {
margin-bottom: 15px;
line-height: 1.7;
}
.highlight {
font-weight: 600;
color: #e63946;
}
@media (max-width: 600px) {
body {
padding: 15px;
}
.container {
padding: 15px;
}
.schedule-item {
flex-direction: column;
align-items: flex-start;
}
.schedule-location {
margin-left: 0;
margin-top: 5px;
}
}

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

IMG_0003_結果
【桃園媽媽們暴動啦!全台最美婦幼天堂 Baby City 桃園旗艦店】
哈囉!各位爸爸媽媽們!你們的購物好夥伴亞米媽媽上線啦!👋

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

8月13日(54)
【新北板橋美食】菁禾町居酒屋|帶女兒們的深夜食堂初體驗!爆漿明太子玉子燒、銷魂串燒,每一口都是驚喜!
隨著家裡的亞米(姐)和安娜(妹)漸漸長大,我總想著要創造一些專屬於我們母女的、有點「大人感」的特別回憶。這次,我們鼓起勇氣,踏進了那個充滿炭火香氣與歡聲笑語的世界——日式居酒屋!

SunnyYummy 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。