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