Merge branch 'master' of http://47.115.223.229:8888/yangjun/sadjv3_user
This commit is contained in:
commit
91fec310e1
|
@ -6,8 +6,8 @@
|
|||
<view style="z-index: 9;">{{item.name}}</view>
|
||||
<view class="" :class="tabIndex == index?'line':''"></view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view @tap="queding()" class="ticket-button">确定</view>
|
||||
</view>
|
||||
<view @tap="queding()" class="ticket-button">确定</view>-->
|
||||
<checkbox-group @change="checkboxChange">
|
||||
<view class="youhui-weiyong youhui-list" v-if="priceDd>=item.minMoney" v-for="(item,index) in hongbao" :key="index">
|
||||
<view class="youhui-view-left">
|
||||
|
@ -169,21 +169,22 @@
|
|||
width: 90%;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height: 32px;
|
||||
height: 80rpx;
|
||||
border-radius: 28px;
|
||||
color: #ffffff;
|
||||
line-height: 32px;
|
||||
line-height: 80rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.queding{
|
||||
width: 90%;
|
||||
height: 32px;
|
||||
width: 100%;
|
||||
height:100rpx;
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
.time-money{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
|
|
@ -7,15 +7,15 @@
|
|||
<view class="index-top-mian">
|
||||
|
||||
<view class="index-top-mian-text">
|
||||
<image style="margin-top: 4px;" src="../../static/index-nav-1.png" mode=""></image>
|
||||
<image style="margin-top: 1px;" src="../../static/index-nav-1.png" mode=""></image>
|
||||
<span>实名认证</span>
|
||||
</view>
|
||||
<view style="margin-top: 2px;" class="index-top-mian-text">
|
||||
<view class="index-top-mian-text">
|
||||
<image src="../../static/index-nav-2.png" mode=""></image>
|
||||
<span>资质认证</span>
|
||||
</view>
|
||||
<view class="index-top-mian-text">
|
||||
<image src="../../static/index-nav-3.png" mode=""></image>
|
||||
<image src="../../static/index-nav-3.png" mode="" style="width: 14px; height: 14px;"></image>
|
||||
<span>平台担保</span>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -53,7 +53,7 @@
|
|||
</view>
|
||||
<view class="star-technician width">
|
||||
<view class="star-technician-mian">
|
||||
<liu-goods-swiper :goodsList="starTechnician" :imgWidth="160" :imgHeight="180" @clickItem="chooseItem" @cancellable='false'></liu-goods-swiper>
|
||||
<liu-goods-swiper :goodsList="starTechnician" :imgWidth="160" :imgHeight="170" @clickItem="chooseItem" @cancellable='false' class="yuanjiao"></liu-goods-swiper>
|
||||
</view>
|
||||
</view>
|
||||
<view class="index-project width">
|
||||
|
@ -113,7 +113,7 @@
|
|||
</view>
|
||||
<view class="index-fujin-title-right">
|
||||
<span class="index-fujin-title-left-text" @click="gengduo">更多</span>
|
||||
<span class="index-fujin-title-left-btn">>></span>
|
||||
<span class="index-fujin-title-left-btn">></span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="index-fujin-img width">
|
||||
|
@ -961,7 +961,7 @@
|
|||
<style scoped>
|
||||
/deep/.item-descr{
|
||||
-webkit-line-clamp: 1;
|
||||
margin-top: 4px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.index-card-image{
|
||||
width: 100%;
|
||||
|
@ -1044,13 +1044,13 @@
|
|||
}
|
||||
.swiper-item span:nth-child(1){
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
font-size: 29rpx;
|
||||
color: #333333;
|
||||
margin:10px 0px 0px 0px;
|
||||
margin:10px 11px 0px 8px;
|
||||
}
|
||||
.swiper-item span:nth-child(2){
|
||||
ont-weight: 400;
|
||||
font-size: 21rpx;
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
}
|
||||
.swiper-item{
|
||||
|
@ -1061,10 +1061,10 @@
|
|||
justify-content: center;
|
||||
}
|
||||
.swiper-item-card{
|
||||
width: 337rpx;
|
||||
width: 346rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 16rpx;
|
||||
margin-top: 12rpx;
|
||||
}
|
||||
.swiper-back-img{
|
||||
width: 100%;
|
||||
|
@ -1103,9 +1103,9 @@
|
|||
|
||||
}
|
||||
.menu-topic-text {
|
||||
font-size: 28rpx;
|
||||
color: #676767;
|
||||
padding: 10rpx 40rpx;
|
||||
font-size: 30rpx;
|
||||
color: #333;
|
||||
padding: 10rpx 70rpx;
|
||||
font-weight: 500;
|
||||
}
|
||||
.menu-topic-bottom {
|
||||
|
@ -1166,7 +1166,7 @@
|
|||
background-color:rgba(4, 184, 119, 0.12);
|
||||
border-radius: 8rpx;
|
||||
font-weight: 400;
|
||||
font-size: 20rpx;
|
||||
font-size: 23rpx;
|
||||
color: #0EBE80;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
@ -1174,7 +1174,7 @@
|
|||
background-color:rgba(253, 197, 128, 0.2);
|
||||
border-radius: 8rpx;
|
||||
font-weight: 400;
|
||||
font-size: 20rpx;
|
||||
font-size: 23rpx;
|
||||
color: #FFA12D;
|
||||
}
|
||||
.index-card-mian-biao{
|
||||
|
@ -1308,7 +1308,7 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 20rpx;
|
||||
margin-top: 28rpx;
|
||||
}
|
||||
.index-taocan{
|
||||
padding: 0 30rpx;
|
||||
|
@ -1333,14 +1333,15 @@
|
|||
}
|
||||
.index-fujin-jie-name{
|
||||
margin-bottom: 3px;
|
||||
font-size: 20rpx;
|
||||
font-size: 30rpx;
|
||||
color: #333333;
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
}
|
||||
.index-fujin{
|
||||
width: 100%;
|
||||
height: 290px;
|
||||
background: linear-gradient(0deg, #fff, #F4FFFB);
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
.index-fujin-jie-view{
|
||||
width: 222.22rpx;
|
||||
|
@ -1419,11 +1420,12 @@
|
|||
}
|
||||
.index-fujin-title-left-text,.index-fujin-title-left-btn{
|
||||
font-weight: 400;
|
||||
font-size: 21rpx;
|
||||
color: #878787;
|
||||
font-size: 23rpx;
|
||||
color: #333;
|
||||
}
|
||||
.index-fujin-title-left-btn{
|
||||
margin-left: 10px;
|
||||
margin-left:8px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.index-fujin-title-left,.index-fujin-title-right{
|
||||
display: flex;
|
||||
|
@ -1489,6 +1491,7 @@
|
|||
font-weight: bold;
|
||||
font-size: 37rpx;
|
||||
color: #FFFFFF;
|
||||
margin-top: -26rpx;
|
||||
}
|
||||
.star-technician-name-bot{
|
||||
font-weight: 400;
|
||||
|
@ -1508,7 +1511,7 @@
|
|||
align-items: center;
|
||||
}
|
||||
.title-star{
|
||||
width: 95.3%;
|
||||
width: 95.1%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
height: 51px;
|
||||
|
@ -1531,14 +1534,14 @@
|
|||
}
|
||||
.star-technician{
|
||||
position: relative;
|
||||
margin: -15px auto 0px auto;
|
||||
height: 260px;
|
||||
margin: -14px auto 0px auto;
|
||||
height: 250px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #FFFFFF;
|
||||
border-radius: 0px 0px 12px 12px;
|
||||
border-radius: 0px 0px 10px 10px;
|
||||
border: 4.5px solid #049E89;
|
||||
padding: 0px 8px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
.index-gun{
|
||||
width: 400px !important;
|
||||
|
@ -1644,16 +1647,16 @@
|
|||
.index-top-mian-text span{
|
||||
color: #019c88;
|
||||
font-weight: 400;
|
||||
margin-left: 5px;
|
||||
font-size: 13px;
|
||||
margin-left: 3px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.index-top-mian-text image{
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
}
|
||||
|
||||
.index-top{
|
||||
width:95%;
|
||||
width:94%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
|
|
@ -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{
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
margin: 0 auto;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
font-size: 42rpx;
|
||||
font-size: 38rpx;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.detail-foot-mian-txet span:nth-child(1){
|
||||
|
@ -254,7 +254,8 @@
|
|||
}
|
||||
.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%;
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -36,7 +36,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">
|
||||
|
@ -173,21 +174,25 @@
|
|||
.item-view-bottom-btn{
|
||||
text-align: center;
|
||||
width: 131rpx;
|
||||
height: 50rpx;
|
||||
line-height: 50rpx;
|
||||
height: 55rpx;
|
||||
line-height: 55rpx;
|
||||
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
|
||||
border-radius: 10rpx;
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
font-size: 28rpx;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.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(1){
|
||||
font-weight: 400;
|
||||
font-size: 25rpx;
|
||||
|
@ -199,7 +204,6 @@
|
|||
color: #F95900;
|
||||
}
|
||||
.item-view-bottom-qian span:nth-child(3){
|
||||
font-weight: 400;
|
||||
font-size: 25rpx;
|
||||
color: #F95900;
|
||||
}
|
||||
|
@ -251,12 +255,12 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
font-weight: 400;
|
||||
font-size: 21rpx;
|
||||
font-size: 25rpx;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.item-view-title{
|
||||
font-weight: bold;
|
||||
font-size: 33rpx;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
}
|
||||
.item-view{
|
||||
|
@ -368,7 +372,7 @@
|
|||
height: 32px !important;
|
||||
}
|
||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||
width: 101rpx;
|
||||
width: 150rpx;
|
||||
height: 60rpx;
|
||||
background: #18A689;
|
||||
border-radius: 31rpx;
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -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">
|
||||
|
@ -184,17 +185,21 @@
|
|||
.item-view-bottom-btn{
|
||||
text-align: center;
|
||||
width: 131rpx;
|
||||
height: 50rpx;
|
||||
line-height: 50rpx;
|
||||
height: 55rpx;
|
||||
line-height: 55rpx;
|
||||
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
|
||||
border-radius: 10rpx;
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
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;
|
||||
|
@ -223,14 +228,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;
|
||||
|
@ -256,6 +262,7 @@
|
|||
font-weight: normal;
|
||||
color: #666666;
|
||||
margin-left: 5px;
|
||||
font-size: 25rpx;
|
||||
}
|
||||
.item-view-xiangmu{
|
||||
width: 100%;
|
||||
|
@ -286,6 +293,7 @@
|
|||
.item-img image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 14rpx;
|
||||
}
|
||||
.item {
|
||||
width: 100%;
|
||||
|
@ -295,9 +303,9 @@
|
|||
height: 140px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 21rpx;
|
||||
margin-top:20px;
|
||||
margin-top:12px;
|
||||
align-items: center;
|
||||
padding: 0px 5px;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
.item-detail {
|
||||
|
@ -365,7 +373,7 @@
|
|||
height: 32px !important;
|
||||
}
|
||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||
width: 120rpx;
|
||||
width: 150rpx;
|
||||
height: 60rpx;
|
||||
background: #18A689;
|
||||
border-radius: 31rpx;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 39 KiB |
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 32 KiB |
|
@ -71,7 +71,7 @@
|
|||
height: 90%;
|
||||
margin-right: 10px;
|
||||
border-radius: 10px;
|
||||
margin-top: 16px;
|
||||
margin-top: 10px;
|
||||
/* border: 4rpx solid #FFFFFF;
|
||||
box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.1);
|
||||
text-align: center; */
|
||||
|
@ -85,7 +85,7 @@
|
|||
font-weight: bold;
|
||||
white-space: pre-wrap;
|
||||
color: #333333;
|
||||
margin-top: 10px;
|
||||
margin-top: 8px;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 1;
|
||||
|
@ -101,7 +101,7 @@
|
|||
line-height: 15px;
|
||||
white-space: pre-wrap;
|
||||
color: #999999;
|
||||
margin-top: 10px;
|
||||
margin-top: 11px;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
|
|
Loading…
Reference in New Issue