This commit is contained in:
Paidax
2025-01-09 09:36:04 +08:00
parent 9e65417d6e
commit f99ebdfff6
5 changed files with 54 additions and 20 deletions
@@ -115,10 +115,12 @@ layout("/mobile/platform.html"){
}
.optionDesc {
margin-top: -16px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
/*-webkit-box-orient: vertical;*/
/*-webkit-line-clamp: 3;*/
overflow: hidden;
white-space: pre-line;
text-overflow: ellipsis;
font-size: 13px;
color: #868282;
@@ -219,7 +221,7 @@ layout("/mobile/platform.html"){
v-for="(subject,sidx) in projectInfo.welfareProjectSubjects">
<div style="display: flex;width: 100%;padding: 10px 0;flex-wrap: wrap"
v-for="(option, oidx) in subject.options">
<div style="width: 120px;height: 100px;display: flex;justify-content: center;align-items: center;position:relative;">
<div style="width: 120px;height: 110px;display: flex;justify-content: center;align-items: center;position:relative;">
<!-- <div v-if="[1,2,3].includes(option.rank)">-->
<!-- <div class="top-text" :style="'color:' + getRankColor(option.rank)">TOP{{option.rank}}</div>-->
<!-- </div>-->
@@ -234,7 +236,7 @@ layout("/mobile/platform.html"){
<div style="display: flex;justify-content: space-between;align-items: center;font-size: 14px">
<div style="width: 100%">{{option.optionName}}</div>
</div>
<div class="optionDesc">
<div class="optionDesc" @click="openViewDesc(option.description)">
<template v-if="option.supplier">
{{option.supplier}}
</template>
@@ -242,7 +244,7 @@ layout("/mobile/platform.html"){
<div class="optionDesc" v-if="option.simpleDesc">
备注:{{option.simpleDesc}}
</div>
<div style="position: absolute;right: 10px;bottom: 0;left: 0;display: flex;justify-content: space-between">
<div style="position: absolute;right: 10px;bottom: -10px;left: 0;display: flex;justify-content: space-between">
<div style="width: 70px;font-size: 13px;color: #918a8a;text-align: right;"
@click="openViewDesc(option.description)">
套餐详情