From b8e57d6f04f08b539fc6c604cf7398ecf70b0187 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Thu, 30 May 2024 17:00:30 +0800 Subject: [PATCH] 2 --- pages/course/tryListen.vue | 76 +++++++++++++++++++++++++++++++++----- 1 file changed, 67 insertions(+), 9 deletions(-) diff --git a/pages/course/tryListen.vue b/pages/course/tryListen.vue index dd2d67e..ff5a557 100644 --- a/pages/course/tryListen.vue +++ b/pages/course/tryListen.vue @@ -4,22 +4,30 @@ - - + + + - + {{item.title}} - + + + + + + + + + 课程详情 + - + - + @@ -137,7 +145,57 @@ @include pleft_right(10px); min-height: calc(100vh - 270rpx); } - + .newBox { + + .item { + margin-bottom: 20rpx; + background-color: #fff; + border-radius: 20rpx; + @include ptop_bottm(10px); + @include pleft_right(10px); + + @include mshadow(10px, 1) .imgcontainer { + display: block; + width: 110rpx; + margin-right: 20rpx; + // background-size: cover; + // background-position: center; + height: 200rpx; + flex-grow: 1; + // @include ptop_bottm(10px); + overflow: hidden; + + // @include pleft_right(10px); + image { + width: 100%; + height: 200rpx; + } + } + .btn_box{ text-align: right; + text{ + border-radius: 20rpx; + padding: 3px 5px; @include theme("btn_bg"); + font-size: 28rpx; color: #fff; + } + } + .buyItems { + width: 60%; + } + + .jianjie { + margin-top: 10rpx; + font-size: 24rpx; + @include bov(); + color: #9c9c9c; + } + + .txt555 { + font-size: 30rpx; + color: #000; + @include bov() + } + } + } .learnBox { background-color: #fff; margin-top: 10px;