This commit is contained in:
kbing1981 2024-07-24 14:37:55 +08:00
parent 040760329b
commit d5e856e8e4
2 changed files with 23 additions and 21 deletions

View File

@ -18,7 +18,7 @@
<!-- <view class="fenlei"> <!-- <view class="fenlei">
<z-tabs class="z-tabs-fenlei" :list="tabList" @change="tabChange" @changeClick="changeClick"/> <z-tabs class="z-tabs-fenlei" :list="tabList" @change="tabChange" @changeClick="changeClick"/>
</view> --> </view> -->
<t-refresh ref="refresh" v-if="dataList.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0" style="margin-top: 100rpx;"> <t-refresh ref="refresh" v-if="dataList.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0" >
<template slot="content"> <template slot="content">
<view class="item" v-for="(item,index) in dataList" :key="index" @click="itemClick(item)"> <view class="item" v-for="(item,index) in dataList" :key="index" @click="itemClick(item)">
<image :src="item.packageImg" mode="" class="item-img"></image> <image :src="item.packageImg" mode="" class="item-img"></image>
@ -184,19 +184,21 @@
.shop_label{ .shop_label{
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 10rpx;
} }
.shop_label span{ .shop_label span{
background: #e5e5e5; background: #f3f3f3;
height: 34rpx;
line-height: 34rpx;
border-radius: 8rpx; border-radius: 8rpx;
padding: 2rpx 8rpx; padding: 0 10rpx;
font-size: 20rpx; font-size: 22rpx;
margin-right: 8rpx; margin-right: 8rpx;
margin-bottom: 8rpx; margin-bottom: 8rpx;
} }
/deep/.refresh-body{ /deep/.refresh-body{
height: 845px !important; height: 845px !important;
background-color: #f7f7f7; background-color: #f7f7f7;
margin-top: 35px;
} }
.content-view{ .content-view{
width: 100%; width: 100%;
@ -395,13 +397,13 @@
display: none; display: none;
} }
.search-btn{ .search-btn{
text-align: center; text-align: center;
line-height: 28px; line-height: 56rpx;
color: #fff; color: #fff;
position: absolute; position: absolute;
right:14rpx; right:30rpx;
top:19rpx; top: 22rpx;
height: 29px !important; height: 56rpx !important;
} }
/deep/.uni-searchbar__box-icon-search,.search-btn{ /deep/.uni-searchbar__box-icon-search,.search-btn{
width: 110rpx; width: 110rpx;
@ -414,16 +416,15 @@
border-radius: 30px !important; border-radius: 30px !important;
background-color: #fff !important; background-color: #fff !important;
border: 1px solid #09a28a; border: 1px solid #09a28a;
padding: 0px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-flow: row-reverse; flex-flow: row-reverse;
position: relative; position: relative;
margin-top: 4rpx;
} }
/deep/.uni-searchbar{ /deep/.uni-searchbar{
width: 230px; width: 230px;
border-radius: 31rpx; border-radius: 31rpx;
margin-right: 20rpx;
} }
.service-head-top-left image{ .service-head-top-left image{
width: 20px; width: 20px;
@ -432,14 +433,14 @@
margin-left: 10rpx; margin-left: 10rpx;
} }
.service-head-top-left span{ .service-head-top-left span{
width: 180rpx; height:100rpx;
height: 60rpx; background:url('../../static/images/headline.png') 0rpx 50rpx;
background:url('../../static/images/headline.png') 0rpx 26rpx;
background-repeat: no-repeat; background-repeat: no-repeat;
font-weight: bold; font-weight: bold;
font-size: 34rpx; font-size: 34rpx;
color: #171717; color: #171717;
margin-top: 16rpx; display: flex;
align-items: center;
} }
.service-head-top-left{ .service-head-top-left{
display: flex; display: flex;
@ -449,12 +450,13 @@
} }
.service-head-top{ .service-head-top{
width: 100%; width: 100%;
height: 100rpx;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
position: fixed; background: linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
z-index: 999; border-bottom:1rpx solid #c4ede1;
} }
</style> </style>

View File

@ -5,7 +5,7 @@
<view class="service-head-top"> <view class="service-head-top">
<view class="service-head-top-left"> <view class="service-head-top-left">
<image @click="backImg" src="../../static/fanhui.png" mode="widthFix"></image> <image @click="backImg" src="../../static/fanhui.png" mode="widthFix"></image>
<span>{{typeData=='104'?'服务套餐':typeData=='105'?'次卡':'服务疗程'}}</span> <span>{{typeData=='104'?'服务套餐':typeData=='105'?'项目次卡':'服务疗程'}}</span>
</view> </view>
<view> <view>
<uni-search-bar @service="serviceTrue" @confirm="search" :cancelext="'取消'" v-model="searchValue" @input="input" <uni-search-bar @service="serviceTrue" @confirm="search" :cancelext="'取消'" v-model="searchValue" @input="input"