This commit is contained in:
wangweidong 2026-01-28 16:43:09 +08:00
parent 2ae00782d9
commit a104763ed1
6 changed files with 827 additions and 1236 deletions

View File

@ -1,6 +1,6 @@
<template>
<view>
<view class="fixed-card" :style="openleft?{}:{right:`-34vw`}" v-if="qcobj.startTime">
<view class="fixed-card" :style="openleft?{}:{right:`-34vw`}" >
<view class="fixed-card-left">
<image class="card-left-img"
:src="qcobj?.previewFile? serverUrl + qcobj?.previewFile: `/static/index/newindex/wendu/2.png`" mode="aspectFill"/>

File diff suppressed because it is too large Load Diff

View File

@ -160,10 +160,10 @@
width: 6vw;
display: flex;
flex-direction: column;
height: 60vh;
padding: 4vh 0 ;
height: 66vh;
padding: 4vh 0 3vh;
position: relative;
margin-top: -5vh;
margin-top: -2vh;
.iconst{
width: 6vw;
@ -197,7 +197,7 @@
width: 6vw;
display: flex;
flex-direction: column;
height: 52vh;
height: 57vh;
// background-color: red;
.act{
background: RGBA(228, 229, 231, 1);
@ -218,6 +218,7 @@
position: relative;
justify-content: space-between;
padding: 0.3vw 0.2vw;
margin-top: 0.4vw;
.tm{
width: 100%;
height: 100%;

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB