This commit is contained in:
liuyuan
2025-03-19 10:38:51 +08:00
parent cf0bdc5085
commit 7576477ee0
2 changed files with 9 additions and 14 deletions

View File

@@ -54,9 +54,10 @@
style="
margin-bottom: 4px;
color: #9c9c9c;
line-height: 13px;
font-size: 13px;
height: 40px;overflow: hidden;
line-height: 16px;
font-size: 12px;
height: 48px;
overflow: hidden;
"
class="hidden3"
v-html="slotProps.row.content"
@@ -142,8 +143,6 @@
</view>
<text class="btn_box_btn" style="position: absolute;right: -10rpx;bottom: 0;">了解课程</text>
</view>
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
</template>
</common-list>
</view>
@@ -898,18 +897,14 @@ export default {
background-color: #fff !important;
}
.btn_box_btn {
padding: 6rpx 20rpx;
padding: 8rpx 20rpx;
box-sizing: border-box;
width: auto;
// height: 64rpx;
text-align: center;
// line-height:64rpx;
border-radius: 20rpx;
background-image: linear-gradient(90deg, #39b3b8 0%, #00e1ec 100%);
// @include theme("btn_bg");
font-size: 28rpx;
line-height: 28rpx;
font-size: 24rpx;
line-height: 32rpx;
color: #fff;
}
</style>