From 4c46ea24641b5c1e18c55eb86477d0e0bc444580 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 18 六月 2024 17:52:47 +0800 Subject: [PATCH] 数字课程详情 --- pages/digitalCourses/index.wxss | 29 +++++++++++++++++++++++++---- 1 files changed, 25 insertions(+), 4 deletions(-) diff --git a/pages/digitalCourses/index.wxss b/pages/digitalCourses/index.wxss index bd18055..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 { @@ -85,7 +84,7 @@ .informationBox { width: 340rpx; - height: 470rpx; + min-height: 470rpx; border-radius: 9rpx 9rpx 9rpx 9rpx; background-color: #fff; margin-bottom: 40rpx; @@ -120,6 +119,9 @@ justify-content: space-between; margin-bottom: 15rpx; font-weight: bold; + font-weight: 400; + font-size: 25rpx; + color: #333333; } .money { @@ -128,6 +130,7 @@ flex-direction: row; justify-content: space-between; color: #ff6c00; + margin-bottom: 30rpx; } @@ -135,7 +138,7 @@ display: flex; justify-content: space-between; flex-wrap: wrap; - padding: 0 15rpx; + padding: 0 25rpx; margin-top: 40rpx; } @@ -146,4 +149,22 @@ display: flex; justify-content: center; align-items: center; +} + +.viewCount { + margin: 10rpx 30rpx; + 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