公益网站视频模板可以根据不同的需求和主题进行定制,下面是一个简单的公益网站视频模板示例,供您参考:
HTML代码:
```html
t
公益网站视频模板t
t
t
t
```
CSS代码说明:
- .container {
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
- .video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
- .video-container {
position: relative;
width: 100%;
height: 100%;
background-color: #fff;
overflow: hidden;
}
- .video-container .video-play-btn {
position: absolute;
top: 50%;
left: 25%;
transform: translate(-50%, -25%);
background-color: #333;
color: #fff;
padding: 10px 20px;
font-size: 24px;
cursor: pointer;
}
- .video-container .video-play-btn:hover {
background-color: #333;
}