pref#hmc_生日祝福、短信优化
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -109,14 +109,14 @@ layout("/mobile/platform.html"){
|
||||
|
||||
.right_content {
|
||||
width: calc(100% - 150px);
|
||||
padding-left: 20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
position: relative;
|
||||
height: 100px
|
||||
}
|
||||
|
||||
.optionDesc {
|
||||
/*margin-top: -16px;*/
|
||||
/*margin-top: -10px;*/
|
||||
display: -webkit-box;
|
||||
/*-webkit-box-orient: vertical;*/
|
||||
/*-webkit-line-clamp: 3;*/
|
||||
@@ -125,7 +125,8 @@ layout("/mobile/platform.html"){
|
||||
text-overflow: ellipsis;
|
||||
font-size: 13px;
|
||||
color: #868282;
|
||||
height: 86%;
|
||||
height: 80%;
|
||||
margin-bottom: 10px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@@ -139,7 +140,6 @@ layout("/mobile/platform.html"){
|
||||
width: inherit;
|
||||
margin-top: -5px;
|
||||
position: absolute;
|
||||
font-family: "";
|
||||
top: 0;
|
||||
right: 0;
|
||||
transform: rotate(23deg);
|
||||
@@ -224,7 +224,7 @@ layout("/mobile/platform.html"){
|
||||
</div>
|
||||
</van-cell>
|
||||
|
||||
<div class="selection" style="background: #FFF; margin-bottom: 80px"
|
||||
<div class="selection" style="background: #FFF; margin-bottom: 100px"
|
||||
v-for="(subject,sidx) in projectInfo.welfareProjectSubjects">
|
||||
<div style="display: flex;width: 100%;padding: 10px 0;flex-wrap: wrap;height: 130px"
|
||||
v-for="(option, oidx) in subject.options">
|
||||
@@ -240,14 +240,15 @@ layout("/mobile/platform.html"){
|
||||
</div>
|
||||
|
||||
<div class="right_content">
|
||||
<div style="display: flex;justify-content: space-between;align-items: center;font-size: 14px">
|
||||
<div style="width: 100%;display: flex;justify-content: space-between">
|
||||
<div>
|
||||
{{option.optionName}}
|
||||
</div>
|
||||
<div>
|
||||
<span style="color: rgb(10 132 255 / 70%)">套餐详情</span>
|
||||
</div>
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; font-size: 14px; width: 100%;">
|
||||
<!-- 左侧:名称(允许收缩,不换行,溢出省略) -->
|
||||
<div style="flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
|
||||
{{ option.optionName }}
|
||||
</div>
|
||||
|
||||
<!-- 右侧:“详情” 固定宽度,不参与伸缩 -->
|
||||
<div style="flex-shrink: 0; margin-left: 8px;">
|
||||
<span style="color: rgb(10 132 255 / 70%)" @click="openViewDesc(option.description)">详情</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="optionDesc" @click="openViewDesc(option.description)">
|
||||
@@ -259,9 +260,7 @@ layout("/mobile/platform.html"){
|
||||
备注:{{option.simpleDesc}}
|
||||
</div>
|
||||
<div style="position: absolute;right: 10px;bottom: -30px;left: 0;display: flex;justify-content: space-between">
|
||||
<div style="width: 70px;font-size: 13px;color: #918a8a;text-align: right;"
|
||||
@click="openViewDesc(option.description)">
|
||||
|
||||
<div style="font-size: 13px;color: #918a8a;text-align: right;">
|
||||
</div>
|
||||
<van-stepper :default-value="0"
|
||||
:min="0"
|
||||
|
||||
Reference in New Issue
Block a user