This commit is contained in:
yiqiuyang
2025-10-16 17:36:27 +08:00
parent 5d93a81ec6
commit 3f5f76946d
9 changed files with 115 additions and 123 deletions

View File

@ -46,7 +46,7 @@ const toBack = () => {
<!-- 软件 -->
<template v-else>
<div class="content software flex j-s">
<div class="content software flex">
<video autoplay muted loop @loadeddata="onVideoLoaded" v-show="!videoLoaded">
<source :src="`./static/video/${query.video}`" type="video/mp4" />
</video>
@ -68,6 +68,8 @@ const toBack = () => {
<style lang="scss" scoped>
:deep(.hardware) {
font-size: 20px;
line-height: 1.8;
margin-bottom: 40px;
}
@ -107,6 +109,7 @@ const toBack = () => {
.software {
width: 1700px;
align-items: flex-start;
video {
width: 65%;
height: auto;
@ -152,7 +155,6 @@ const toBack = () => {
.descripition {
width: 1000px;
font-size: 22px;
}
.back {