修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user