行動旅居
COMMA-MOOI
COMMA-MOOI 規格表
Model(型號)
MOOI
Over Size (L×W×H)(外部尺寸)
4600 × 2150 × 2520 mm
Body Size (L×W×H)(車體尺寸)
3540 × 2150 × 2160 mm
Dry Weight(乾重)
736 kg
ATM(最大總重)
1500 kg
Loading Quantity(裝櫃數量)
3 Units / 40HC(Tripod removed)
.comma-spec {
max-width: 1200px;
margin: 0 auto;
font-family: "Noto Sans TC", sans-serif;
color: #222;
}
/* 規格表樣式 */
.spec-content {
background: #fff;
padding: 40px;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
margin-bottom: 60px;
}
.spec-title {
background: #000;
color: #b3d7ff;
padding: 16px 20px;
font-size: 1.6rem;
text-align: center;
letter-spacing: 1px;
border-radius: 10px 10px 0 0;
margin: -40px -40px 30px -40px;
}
.spec-table {
width: 100%;
border-collapse: collapse;
font-size: 1.05rem;
}
.spec-table td {
border-bottom: 1px solid #ddd;
padding: 14px 10px;
}
.spec-table td:first-child {
width: 45%;
font-weight: 600;
color: #444;
}
/* 圖片展示區 */
.spec-gallery {
display: flex;
flex-direction: column;
gap: 25px;
margin-bottom: 50px;
}
.img-row {
display: flex;
justify-content: center;
gap: 25px;
}
.img-row img {
width: 48%;
border-radius: 16px;
object-fit: cover;
box-shadow: 0 6px 18px rgba(0,0,0,0.15);
transition: transform 0.3s ease;
}
.img-row img:hover {
transform: scale(1.03);
}
/* 小圖列 */
.img-row.small img {
width: 38%;
}
/* 手機響應 */
@media (max-width: 768px) {
.spec-content {
padding: 25px;
}
.spec-title {
font-size: 1.3rem;
margin: -25px -25px 25px -25px;
}
.img-row {
flex-direction: column;
gap: 20px;
}
.img-row img,
.img-row.small img {
width: 100%;
}
}
Model(型號)
MOOI
Over Size (L×W×H)(外部尺寸)
4600 × 2150 × 2520 mm
Body Size (L×W×H)(車體尺寸)
3540 × 2150 × 2160 mm
Dry Weight(乾重)
736 kg
ATM(最大總重)
1500 kg
Loading Quantity(裝櫃數量)
3 Units / 40HC(Tripod removed)
.comma-spec {
max-width: 1200px;
margin: 0 auto;
font-family: "Noto Sans TC", sans-serif;
color: #222;
}
/* 規格表樣式 */
.spec-content {
background: #fff;
padding: 40px;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
margin-bottom: 60px;
}
.spec-title {
background: #000;
color: #b3d7ff;
padding: 16px 20px;
font-size: 1.6rem;
text-align: center;
letter-spacing: 1px;
border-radius: 10px 10px 0 0;
margin: -40px -40px 30px -40px;
}
.spec-table {
width: 100%;
border-collapse: collapse;
font-size: 1.05rem;
}
.spec-table td {
border-bottom: 1px solid #ddd;
padding: 14px 10px;
}
.spec-table td:first-child {
width: 45%;
font-weight: 600;
color: #444;
}
/* 圖片展示區 */
.spec-gallery {
display: flex;
flex-direction: column;
gap: 25px;
margin-bottom: 50px;
}
.img-row {
display: flex;
justify-content: center;
gap: 25px;
}
.img-row img {
width: 48%;
border-radius: 16px;
object-fit: cover;
box-shadow: 0 6px 18px rgba(0,0,0,0.15);
transition: transform 0.3s ease;
}
.img-row img:hover {
transform: scale(1.03);
}
/* 小圖列 */
.img-row.small img {
width: 38%;
}
/* 手機響應 */
@media (max-width: 768px) {
.spec-content {
padding: 25px;
}
.spec-title {
font-size: 1.3rem;
margin: -25px -25px 25px -25px;
}
.img-row {
flex-direction: column;
gap: 20px;
}
.img-row img,
.img-row.small img {
width: 100%;
}
}