news
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user