Shipping policy
/* 通用样式 */
.heading {
text-align: center;
font-weight: bold;
margin-bottom: 20px;
}
/* PC端表格样式 */
.pc-table {
width: 80%;
margin: 0 auto;
border-collapse: collapse;
text-align: center;
}
.pc-table th, .pc-table td {
border: 2px solid white; /* 表格框线颜色改为纯白色 */
padding: 12px;
}
.pc-table th {
background-color: #222; /* 表头深色背景 */
color: #fff; /* 表头字体颜色为白色 */
font-weight: bold; /* 加粗表头文字 */
text-transform: uppercase; /* 表头文字大写 */
}
.pc-table tfoot td {
text-align: left;
font-style: italic;
font-size: 0.9em;
}
.pc-heading {
font-size: 1.5em; /* PC端标题字号保持不变 */
}
.mobile-heading {
font-size: 0.9em; /* 移动端标题字号缩小一号 */
}
/* 移动端表格样式 */
.mobile-table {
width: 100%;
margin-bottom: 20px;
border-collapse: collapse;
}
.mobile-table td {
border: 1px solid white; /* 单元格边框线 */
padding: 8px;
text-align: left;
}
.mobile-table td[colspan="2"] {
font-weight: bold;
text-align: center;
border-bottom: 1px solid white; /* 表头单元格底部边框线 */
}
.note {
font-size: 0.9em;
font-style: italic;
text-align: left; /* 改为左对齐 */
margin-top: 10px;
}
/* PC端与移动端显示切换 */
@media (max-width: 768px) {
.pc-container {
display: none;
}
.heading {
font-size: 0.9em; /* 移动端标题字号缩小一号 */
}
}
@media (min-width: 769px) {
.mobile-container {
display: none;
}
.heading {
font-size: 1.5em; /* PC端标题字号保持不变 */
}
}
Shipping options and Delivery times
Type of Logistics | Logistics costs | Processing time | Arrival time |
---|---|---|---|
Standard Shipping | 0 € | 2-3 working days | 5-10 working days |
Express shipping | 10 € | 1-2 working days | 3-5 working days |
Notice: The processing time refers to working days (Monday to Friday, excluding public holidays). |
Standard shipping | |
Logistics costs | 0 € |
Processing time | 2-3 working days |
Arrival time | 5-10 working days |
Express shipping | |
Logistics costs | 10 € |
Processing time | 1-2 working days |
Arrival time | 3-5 working days |
Note: The processing time refers to working days (Monday to Friday, excluding holidays).