/* 建案介紹:按鈕列貼齊區塊底部 */ .casearea { display: flex; flex-direction: column; min-height: 200px; } .btna1, .btna2, .btna6 { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; align-items: center; margin-top: auto; padding-top: 20px; margin-bottom: 1%; } /* 按鈕共用 */ .regbtn3 { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; min-width: 140px; color: #fff; text-decoration: none; border: none; border-radius: 25px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; } .regbtn3 img { width: 20px; height: 20px; filter: brightness(0) invert(1); } /* 依用途上色:資訊/地圖、新訊、預約 */ .regbtn3.btn-info, .regbtn3.btn-map { background: #28a745; } .regbtn3.btn-info:hover, .regbtn3.btn-map:hover { background: #20c997; } .regbtn3.btn-news { background: #fd7e14; } .regbtn3.btn-news:hover { background: #e55a00; } .regbtn3.btn-book { background: #6c757d; } .regbtn3.btn-book:hover { background: #495057; } @media (max-width: 768px) { .btna1, .btna2, .btna6 { flex-direction: column; align-items: stretch; } .regbtn3 { width: 100%; } } @media (max-width: 480px) { .regbtn3 { padding: 10px 15px; font-size: 14px; min-width: 120px; } } Scroll 建案資訊 建案位置 建案資訊 建案位置 建案資訊 預約參觀 建案位置 建案資訊 建案位置 建案資訊 預約參觀 建案位置 建案資訊 建案位置 建案資訊 建案新訊 建案位置