From 593a804d65ff5695c67b41d18133c191eccac3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 21 Feb 2023 17:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nursestation/nursestation.scss | 18 ++++- pages/nursestation/nursestation.vue | 99 +++++++++++++++++++++++----- 2 files changed, 100 insertions(+), 17 deletions(-) diff --git a/pages/nursestation/nursestation.scss b/pages/nursestation/nursestation.scss index 7dbba4d..141da13 100644 --- a/pages/nursestation/nursestation.scss +++ b/pages/nursestation/nursestation.scss @@ -1,6 +1,22 @@ .app{ padding:10rpx 0 0 0; } + .swiper-box { + height: 500rpx; + width: 100%; + } + .swiper-item { + display: block; + height: 500rpx; + line-height: 500rpx; + text-align: center; + } + + video{ + height: 100%; + width: 100%; + } + .mask { .information { width: 70%; @@ -50,7 +66,7 @@ .content { font-size: 36rpx; padding-bottom: 10rpx; - margin-top: -80rpx; + // margin-top: -80rpx; z-index: 999; ::v-deep .u-tabs{ padding-bottom: 10rpx; diff --git a/pages/nursestation/nursestation.vue b/pages/nursestation/nursestation.vue index a5c736e..6fceaea 100644 --- a/pages/nursestation/nursestation.vue +++ b/pages/nursestation/nursestation.vue @@ -1,6 +1,39 @@