From c3029bc6a39004014fdfcb4f6debb02fa7410060 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 14 六月 2024 14:28:50 +0800 Subject: [PATCH] 点击量 --- pages/digitalCourses/index.wxss | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/pages/digitalCourses/index.wxss b/pages/digitalCourses/index.wxss index bd18055..9f75e4e 100644 --- a/pages/digitalCourses/index.wxss +++ b/pages/digitalCourses/index.wxss @@ -85,7 +85,7 @@ .informationBox { width: 340rpx; - height: 470rpx; + min-height: 470rpx; border-radius: 9rpx 9rpx 9rpx 9rpx; background-color: #fff; margin-bottom: 40rpx; @@ -120,6 +120,9 @@ justify-content: space-between; margin-bottom: 15rpx; font-weight: bold; + font-weight: 400; + font-size: 25rpx; + color: #333333; } .money { @@ -128,6 +131,7 @@ flex-direction: row; justify-content: space-between; color: #ff6c00; + margin-bottom: 30rpx; } @@ -146,4 +150,11 @@ display: flex; justify-content: center; align-items: center; +} + +.viewCount { + margin: 10rpx 30rpx; + font-weight: 400; + font-size: 22rpx; + color: #AEAFC0; } \ No newline at end of file -- Gitblit v1.9.1