
Acmejoy - VVD Rider Desire Riding Experience Innovative Design withe Dual Control
/* 确保自定义内容容器的宽度、边距和填充适应页面 */ .custom-container { width: 100%; /* 容器占满整个页面宽度 */ max-width: 1200px; /* 最大宽度限制 */ margin: 0 auto; /* 水平居中 */ } /* 头部标题部分 */ .header { text-align: center; margin-bottom: 20px; } .header h1 { font-size: 36px; font-weight: bold; margin-bottom: 15px; } .header p { font-size: 18px; line-height: 1.6; } /* 视频和图片的布局部分 */ .container { display: flex; justify-content: space-between; align-items: stretch; gap: 20px; /* 设置视频和图片之间的间距 */ margin-top: 40px; } .video-container, .image-container { display: flex; justify-content: center; align-items: center; } .video-container { flex: 7; /* 视频占容器的 7/10 */