From 27932e6c5a465d066988d664d8fdbe157eef22d1 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期二, 18 六月 2024 18:19:34 +0800
Subject: [PATCH] 课程详情图片

---
 pages/digitalCourses/index.wxss |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/pages/digitalCourses/index.wxss b/pages/digitalCourses/index.wxss
index 9f75e4e..dac367f 100644
--- a/pages/digitalCourses/index.wxss
+++ b/pages/digitalCourses/index.wxss
@@ -1,5 +1,5 @@
 /* pages/digitalCourses/index.wxss */
-
+@import "./index.skeleton.wxss";
 
 image {
   width: 100%;
@@ -36,7 +36,6 @@
 
 .t-tabs__track {
   background-color: #FF6C00 !important;
-  /* height: var(--td-tab-track-thickness, 0rpx) !important; */
 }
 
 .t-tabs .t-tabs__item--active {
@@ -139,7 +138,7 @@
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
-  padding: 0 15rpx;
+  padding: 0 25rpx;
   margin-top: 40rpx;
 }
 
@@ -157,4 +156,15 @@
   font-weight: 400;
   font-size: 22rpx;
   color: #AEAFC0;
+}
+
+.outsideContentBox {
+  /* padding: 30rpx; */
+  background: #F2F3F8;
+  border-radius: 18rpx 18rpx 18rpx 18rpx;
+  /* padding-bottom: 325rpx; */
+  height: calc(100vh - 450rpx);
+
+  /* width: calc(100vw - 60rpx); */
+
 }
\ No newline at end of file

--
Gitblit v1.9.1