This commit is contained in:
parent
5a1e313d6a
commit
433037dee6
|
@ -30,13 +30,14 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="header-bottom-mian">
|
<view class="header-bottom-mian">
|
||||||
<view class="header-bottom-mian-title">
|
<!--<view class="header-bottom-mian-title">
|
||||||
<image src="../../static/servicePackage/jianjie.png" mode=""></image>
|
<image src="../../static/servicePackage/jianjie.png" mode=""></image>
|
||||||
<span>套餐简介</span>
|
<span>套餐简介</span>
|
||||||
</view>
|
</view>-->
|
||||||
<view class="jianjie">
|
<view class="jianjie">
|
||||||
{{mainData.content}}
|
{{mainData.content}}
|
||||||
</view>
|
</view>
|
||||||
|
<span class="jianjie-more">更多</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="header-bottom-foot">
|
<view class="header-bottom-foot">
|
||||||
<view><image class="header-bottom-foot-title" src="../../static/dituzhaoren1.png" ></image></view>
|
<view><image class="header-bottom-foot-title" src="../../static/dituzhaoren1.png" ></image></view>
|
||||||
|
@ -876,16 +877,18 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.detail-foot-title{
|
.detail-foot-title{
|
||||||
width: 115px;
|
width: 100px;
|
||||||
height: 32px;
|
height:28px;
|
||||||
background-image: url(../../static/servicePackage/horn.png);
|
/*background-image: url(../../static/servicePackage/horn.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;*/
|
||||||
|
background: linear-gradient(90deg, #ffdf96, #feca76);
|
||||||
|
border-radius: 0 15rpx 0 30rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
color: #FFFFFF;
|
color: #a13504;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
line-height: 32px;
|
line-height: 28px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -973,6 +976,10 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
.jianjie-more{
|
||||||
|
color: #029d88;
|
||||||
|
font-size: 24rpx;
|
||||||
|
}
|
||||||
.header-bottom-mian{
|
.header-bottom-mian{
|
||||||
margin: 3px 0px;
|
margin: 3px 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue