再次调整字体大小
This commit is contained in:
parent
80ecb51f42
commit
b78e54c346
|
@ -63,7 +63,7 @@
|
||||||
<div class="video-section">
|
<div class="video-section">
|
||||||
<video
|
<video
|
||||||
class="video-box"
|
class="video-box"
|
||||||
src="https://osredm-oss.obs.cn-north-4.myhuaweicloud.com/%E5%BC%80%E5%88%9B%E6%B4%BB%E5%8A%A80315-%E5%85%AC%E5%BC%80%E7%89%88.mp4"
|
src="https://osredm-oss.obs.cn-north-4.myhuaweicloud.com/video-kc.mp4"
|
||||||
controls
|
controls
|
||||||
autoplay
|
autoplay
|
||||||
muted
|
muted
|
||||||
|
@ -287,7 +287,7 @@ export default {
|
||||||
const link = document.createElement("a");
|
const link = document.createElement("a");
|
||||||
// 设置视频的URL
|
// 设置视频的URL
|
||||||
link.href =
|
link.href =
|
||||||
"https://osredm-oss.obs.cn-north-4.myhuaweicloud.com/%E5%BC%80%E5%88%9B%E6%B4%BB%E5%8A%A80315-%E5%85%AC%E5%BC%80%E7%89%88%2B%E7%BA%A2%E5%B1%B1%E5%BC%80%E6%BA%90logo.mp4"; // 将XXX替换为视频的实际URL
|
"https://osredm-oss.obs.cn-north-4.myhuaweicloud.com/%E5%AE%A3%E4%BC%A0%E8%A7%86%E9%A2%91.mp4";
|
||||||
// 设置下载属性,给下载的文件命名为kaichaung-video.mp4
|
// 设置下载属性,给下载的文件命名为kaichaung-video.mp4
|
||||||
link.setAttribute("download", "kaichaung-video.mp4");
|
link.setAttribute("download", "kaichaung-video.mp4");
|
||||||
// 模拟点击a标签以开始下载
|
// 模拟点击a标签以开始下载
|
||||||
|
@ -709,10 +709,10 @@ export default {
|
||||||
li {
|
li {
|
||||||
height: auto;
|
height: auto;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 1.5vw;
|
font-size: 1.72vw;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.1vw;
|
letter-spacing: 0.1vw;
|
||||||
transform: scale(0.8);
|
transform: scale(0.7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -823,7 +823,7 @@ export default {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0vw 0.5vw;
|
padding: 0vw 0.5vw;
|
||||||
height: 16vw;
|
height: 16vw;
|
||||||
width: 62vw;
|
width: 68vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -833,9 +833,9 @@ export default {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 1.45vw;
|
font-size: 1.78vw;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
transform: scale(0.8);
|
transform: scale(0.65);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 3.8vw;
|
line-height: 3.8vw;
|
||||||
}
|
}
|
||||||
|
@ -957,7 +957,7 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #cccccc;
|
color: #cccccc;
|
||||||
// font-size: 0.82vw;
|
// font-size: 0.82vw;
|
||||||
font-size: 1.15vw;
|
font-size: 1.34vw;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -967,10 +967,10 @@ export default {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 2.05vw;
|
height: 2.05vw;
|
||||||
line-height: 2.05vw;
|
line-height: 2.05vw;
|
||||||
transform: scale(0.7);
|
transform: scale(0.6);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 1.35vw;
|
width: 1.58vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|
Loading…
Reference in New Issue