From 48825c848bd1ea6653e348f9cdb2d769f03be62e Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Wed, 7 Aug 2024 17:24:50 +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/video/index.vue | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/pages/video/index.vue b/pages/video/index.vue index ab4d6a2..0d7e748 100644 --- a/pages/video/index.vue +++ b/pages/video/index.vue @@ -279,7 +279,7 @@ width: 100%; height: 48px; position: fixed; - bottom: 0px; + bottom:12px; display: flex; flex-direction: column; align-items: center; @@ -288,28 +288,29 @@ .check-list{ position: absolute; bottom: 0; - left: 0; - margin-left: 5px; - margin-bottom: 5px; + left: 0rpx; + margin-bottom:10px; + margin-left: 10px; } .data-list{ - padding:4rpx; width:100%; height:100%; - background-color: #fff; + background-color: #fff; } .checkbox-group-list{ position: relative; - width: 33%; - height: 350upx; + width:48%; + margin: 0 auto; + height:400upx; display: flex; flex-direction: row; flex-wrap: wrap; - margin-top: 5upx; - margin-left: 1px; + margin-top:12upx; + margin-left:2px; } .checkbox-group{ - width: 100%; + width:96%; + margin: 0 auto; height: 100%; display: flex; flex-direction: row; @@ -327,6 +328,10 @@ align-items: center; font-size: 24rpx; color: #333; + padding:10rpx 20rpx; + border: 1px solid #333; + border-radius: 30rpx; + background: #f0f0f0; } .page-head-mian{ display: flex; @@ -479,6 +484,7 @@ .page-head-img{ width: 120rpx; height: 40rpx; + margin-left:16rpx; } .service-viedeimg{ width: 32rpx;