This commit is contained in:
kbing1981 2024-06-28 17:27:48 +08:00
parent b2167da8bf
commit f491cc6b9b
5 changed files with 82 additions and 65 deletions

View File

@ -62,7 +62,8 @@
<view class="item-view-bottom-qian">
<span></span>
<span>{{item.price}}</span>
<span>/元套</span>
<span>/</span>
<span></span>
<span>{{item.oldPrice}}</span>
</view>
<view class="item-view-bottom-btn">
@ -180,9 +181,13 @@
font-size: 24rpx;
color: #FFFFFF;
}
.item-view-bottom-qian span:nth-child(5){
font-size: 28rpx;
color: #848484;
text-decoration-line: line-through;
}
.item-view-bottom-qian span:nth-child(4){
font-weight: bold;
font-size: 31rpx;
font-size: 28rpx;
color: #848484;
text-decoration-line: line-through;
margin-left: 5px;
@ -211,14 +216,15 @@
}
.item-view-jianjie{
font-weight: 400;
font-size: 22rpx;
color: #848484;
font-size: 24rpx;
color: #999;
margin:5px 0px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden;
text-overflow: ellipsis;
padding: 10rpx 0;
}
.item-view-biao{
padding: 1px 2px;
@ -244,6 +250,7 @@
font-weight: normal;
color: #666666;
margin-left: 5px;
font-size: 25rpx;
}
.item-view-xiangmu{
width: 100%;
@ -255,7 +262,7 @@
}
.item-view-title{
font-weight: bold;
font-size: 33rpx;
font-size: 32rpx;
color: #333333;
}
.item-view{
@ -287,6 +294,7 @@
.item-img image{
width: 100%;
height: 100%;
border-radius: 14rpx;
}
.item {
width: 100%;
@ -296,7 +304,7 @@
height: 140px;
background: #FFFFFF;
border-radius: 21rpx;
margin-top:20px;
margin-top:12px;
align-items: center;
padding: 0px 5px;
}
@ -366,7 +374,7 @@
height: 32px !important;
}
/deep/.uni-searchbar__box-icon-search,.search-btn{
width: 101rpx;
width: 150rpx;
height: 60rpx;
background: #18A689;
border-radius: 31rpx;
@ -394,7 +402,7 @@
}
.service-head-top-left span{
font-weight: bold;
font-size: 44rpx;
font-size: 36rpx;
color: #171717;
}
.service-head-top-left{

View File

@ -34,8 +34,8 @@
</view>
</view>
<view class="header-bottom-foot">
<view class="header-bottom-foot-title">服务保障</view>
<view class="header-bottom-foot-cont">
<view class="header-fubz">保障</view>
<view class="header-bottom-foot-view">
<image class="header-bottom-foot-view-img1" src="../../static/servicePackage/idCard.png" mode=""></image>
<span>未服务全额退款</span>
@ -57,7 +57,7 @@
<span class="detail-foot-nav-text">适用说明</span>
<span class="detail-foot-nav-bor"></span>
</view>
<view class="detail-foot-mian" style="background-color: #fff;width: 95%;">
<view class="detail-foot-mian detail-pad">
<view class="detail-foot-mian-top">
<span class="detail-foot-mian-top-title">性别限制: </span>
<span class="detail-foot-mian-top-text">不限性别</span>
@ -75,7 +75,7 @@
<span class="detail-foot-nav-text">项目详情</span>
<span class="detail-foot-nav-bor"></span>
</view>
<view class="detail-foot-mian">
<view class="detail-foot-mian detail-pad">
<image class="detail-foot-mian-img" v-for="(item,index) in contentImg" :key="index" :src="item" mode="widthFix"></image>
<view class="detail-foot-mian-txet">
<span>SCIENTIFIC WAIST</span>
@ -89,7 +89,7 @@
<span class="detail-foot-nav-text">次卡详情1</span>
<span class="detail-foot-nav-bor"></span>
</view>
<view class="detail-foot-mian">
<view class="detail-foot-mian1">
<view class="detail-foot-list" v-for="(item,index) in detailData" :key="index">
<view class="detail-foot-list-top">
<span style="margin-right: 5px;">{{item.title}}111</span>
@ -689,6 +689,11 @@
height: 26px;
border-radius: 50%;
}
.header-fubz{
font-size: 26rpx;
color: #029c88;
font-weight: bold;
}
.youhui-img{
width: 111.81rpx;
height: 111.81rpx;
@ -797,12 +802,13 @@
.dingdan-btn{
text-align: center;
width: 62px;
height: 24px;
line-height: 24px;
width: 80px;
height: 30px;
line-height: 30px;
border-radius: 4px;
font-weight: bold;
font-size: 11px;
border-radius: 30rpx;
}
.dingdan-btn-l{
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
@ -836,7 +842,7 @@
border-radius: 6rpx;
position: absolute;
bottom: 0;
background: linear-gradient(90deg,rgba(234, 248, 245,0.7),rgba(132, 211, 196,0.7));
background: linear-gradient(90deg,rgba(28, 177, 143,0.3),rgba(0, 157, 136,0.7));
}
.detail-foot-nav-text{
font-weight: bold;
@ -871,9 +877,9 @@
flex-direction: row;
align-items: center;
margin-bottom: 25px;
margin-left: 10px;
}
.detail-foot-list{
width: 95%;
border-radius: 21rpx;
position: relative;
display: flex;
@ -887,7 +893,6 @@
display: flex;
flex-direction: column;
align-items: center;
padding: 15px 0px;
}
.detail-foot-list-top span:nth-child(1){
font-weight: bold;
@ -912,24 +917,34 @@
color: #777777;
}
.detail-foot-mian{
width: 100%;
margin: 0 auto;
width: 94%;
display: flex;
flex-direction: column;
margin: 0 auto;
border-radius: 21rpx;
padding: 15px;
background: #fff;
}
.detail-foot-mian1{
width: 94%;
display: flex;
flex-direction: column;
margin: 0 auto;
border-radius: 21rpx;
background: #fff;
}
.detail-pad{
padding: 30rpx;
}
.header-bottom-title-liao{
display: inline-block;
padding: 0 7px;
padding: 4px 9px;
height: 16px;
line-height: 16px;
text-align: center;
background: linear-gradient(-90deg, #FF6F48, #FF9E69);
border-radius: 7px;
margin-left: 5px;
font-weight: bold;
font-size: 8px;
font-size: 11px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
@ -982,18 +997,18 @@
}
.detail-foot-mian-top-text{
color: #777777;
width:83%;
width:80%;
margin-left: 5px;
}
.detail-foot-mian-top,.detail-foot-mian-top-bottom{
width: 100%;
display: flex;
flex-direction: row;
font-weight: bold;
font-size: 22rpx;
flex-direction: row;
font-size: 26rpx;
}
.header-bottom-title-bottom span{
font-weight: bold;
font-size: 22rpx;
font-size: 26rpx;
color: #20AB95;
}
.header-bottom-title-bottom image{
@ -1018,14 +1033,7 @@
align-items: center;
justify-content: center;
}
.detail-foot-nav-bor{
width: 64px;
height: 11rpx;
border-radius: 6rpx;
position: absolute;
bottom: 0;
background: linear-gradient(90deg,rgba(234, 248, 245,0.7),rgba(132, 211, 196,0.7));
}
.detail-foot-nav-text{
font-weight: bold;
font-size: 32rpx;
@ -1036,16 +1044,9 @@
display: flex;
flex-direction: column;
position: relative;
margin-bottom: 10px;
margin-bottom: 16px;
margin-top: 16px;
}
.detail-foot{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding: 15px 0px;
}
.tese span:nth-child(1){
font-weight: bold;
font-size: 22rpx;
@ -1119,33 +1120,33 @@
height: 29.86rpx;
}
.header-bottom-foot-view-img1{
width: 22.92rpx;
height: 17.36rpx;
width: 30rpx;
height: 30rpx;
}
.header-bottom-foot-view-img2{
width: 16.67rpx;
height: 16.67rpx;
width: 23rpx;
height: 23rpx;
}
.header-bottom-foot-view-img3{
width: 15.97rpx;
height: 18.06rpx;
width: 26rpx;
height: 26rpx;
}
.header-bottom-foot-view image{
margin-right: 3px;
margin-right: 1px;
}
.header-bottom-foot-view{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 0 5px;
padding: 1px 8px;
height: 22px;
line-height: 22px;
background-color: rgba(8, 162, 138, 0.1);
border-radius: 8px;
background-color: rgba(230, 246, 243, 1);
border-radius: 15px;
font-weight: 400;
font-size: 8px;
color: #029D88;
font-size: 10px;
color: #029c88;
}
.header-bottom-foot-title{
width:100%;
@ -1169,9 +1170,9 @@
display: flex;
flex-direction: column;
align-items: center;
margin-top: 40rpx;
}
.header-bottom-money-jia{
font-weight: bold;
font-size: 28rpx;
color: #848484;
line-height: 37rpx;
@ -1204,15 +1205,18 @@
margin-top:5px;
}
.header-bottom-money{
padding: 5px 15px;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-top: 5rpx;
}
.header-bottom-title-num span{
font-weight: bold;
font-size: 25rpx;
font-size: 30rpx;
}
.header-bottom-title-num span:nth-child(1){
color: #08A28A;

View File

@ -25,7 +25,7 @@
<view class="header-bottom-money-zhen">
<span></span>
<span>{{getList.price}}</span>
<span>/</span>
<span>/</span>
</view>
<view class="header-bottom-money-jia">
{{getList.oldPrice}}

View File

@ -21,7 +21,7 @@
<view class="header-bottom-money-zhen">
<span></span>
<span>{{mainData.price}}</span>
<span>/元套</span>
<span>/</span>
</view>
<view class="header-bottom-money-jia">
{{mainData.oldPrice}}

View File

@ -63,6 +63,7 @@
<span></span>
<span>{{item.price}}</span>
<span>/</span>
<span></span>
<span>{{item.oldPrice}}</span>
</view>
<view class="item-view-bottom-btn">
@ -192,9 +193,13 @@
font-size: 28rpx;
color: #FFFFFF;
}
.item-view-bottom-qian span:nth-child(5){
font-size: 28rpx;
color: #848484;
text-decoration-line: line-through;
}
.item-view-bottom-qian span:nth-child(4){
font-weight: bold;
font-size: 31rpx;
font-size: 28rpx;
color: #848484;
text-decoration-line: line-through;
margin-left: 5px;