This commit is contained in:
parent
01d69eac92
commit
a5eac19a6b
|
@ -6,22 +6,22 @@
|
||||||
<view class="text_view">
|
<view class="text_view">
|
||||||
<view class="item_view">
|
<view class="item_view">
|
||||||
<view class="item_title">服务城市 </view>
|
<view class="item_title">服务城市 </view>
|
||||||
<input @click="goCity" type="text" v-model="city" placeholder="请输入服务城市 " />
|
<u-input @click="goCity" type="text" v-model="city" placeholder="请输入服务城市 " />
|
||||||
<view class="xian"></view>
|
<view class="xian"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item_view">
|
<view class="item_view">
|
||||||
<view class="item_title">姓名</view>
|
<view class="item_title">姓名</view>
|
||||||
<input type="text" v-model="userName" placeholder="请输入姓名" />
|
<u-input type="text" v-model="userName" placeholder="请输入姓名" />
|
||||||
<view class="xian"></view>
|
<view class="xian"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item_view">
|
<view class="item_view">
|
||||||
<view class="item_title">联系电话</view>
|
<view class="item_title">联系电话</view>
|
||||||
<input type="number" v-model="phone" maxlength="11" placeholder="请输入联系电话" />
|
<u-input type="number" v-model="phone" maxlength="11" placeholder="请输入联系电话" />
|
||||||
<view class="xian"></view>
|
<view class="xian"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item_view">
|
<view class="item_view">
|
||||||
<view class="item_title">年龄</view>
|
<view class="item_title">年龄</view>
|
||||||
<input type="number" v-model="age" maxlength="11" placeholder="请输入年龄" />
|
<u-input type="number" v-model="age" maxlength="11" placeholder="请输入年龄" />
|
||||||
<view class="xian"></view>
|
<view class="xian"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item_view">
|
<view class="item_view">
|
||||||
|
|
|
@ -225,7 +225,7 @@
|
||||||
.shop_label{
|
.shop_label{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: 10rpx;
|
margin-top: 4rpx;
|
||||||
}
|
}
|
||||||
.shop_label span{
|
.shop_label span{
|
||||||
background: linear-gradient(90deg, #ffefde, #fff7ef);
|
background: linear-gradient(90deg, #ffefde, #fff7ef);
|
||||||
|
@ -290,7 +290,7 @@
|
||||||
color: #FF1200;
|
color: #FF1200;
|
||||||
}
|
}
|
||||||
.item-view-bottom-qian{
|
.item-view-bottom-qian{
|
||||||
margin-top: 5px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.item-view-bottom{
|
.item-view-bottom{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -405,7 +405,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding:20rpx;
|
padding:20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-detail {
|
.item-detail {
|
||||||
padding: 5rpx 15rpx;
|
padding: 5rpx 15rpx;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
|
@ -470,17 +469,17 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width:240px;
|
width:250px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
padding-right: 24rpx;
|
padding-right: 24rpx;
|
||||||
}
|
}
|
||||||
.search-btn{
|
.search-btn{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #111;
|
color: #019c88;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right:40rpx;
|
right:40rpx;
|
||||||
top: 19rpx;
|
top: 20rpx;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
@clear="clear">
|
@clear="clear">
|
||||||
</uni-search-bar>
|
</uni-search-bar>
|
||||||
<view class="search-btn" @click="searchBtn">
|
<view class="search-btn" @click="searchBtn">
|
||||||
|
<image style="width:30rpx; height:30rpx; margin-right: 10rpx;" src="../../static/search.png"></image>
|
||||||
搜索
|
搜索
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -297,7 +298,7 @@
|
||||||
width: 74%;
|
width: 74%;
|
||||||
background: #fff8f0;
|
background: #fff8f0;
|
||||||
border-radius: 10rpx 0 0 10rpx;
|
border-radius: 10rpx 0 0 10rpx;
|
||||||
padding: 14rpx 20rpx;
|
padding: 14rpx 10rpx;
|
||||||
}
|
}
|
||||||
.seckill-money span:nth-child(1){
|
.seckill-money span:nth-child(1){
|
||||||
color: #666;
|
color: #666;
|
||||||
|
@ -435,7 +436,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.item-view{
|
.item-view{
|
||||||
width:59%;
|
width:60%;
|
||||||
/*height: 100%;*/
|
/*height: 100%;*/
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -444,8 +445,8 @@
|
||||||
padding:5rpx 0;
|
padding:5rpx 0;
|
||||||
}
|
}
|
||||||
.item-img{
|
.item-img{
|
||||||
width: 246rpx;
|
width: 240rpx;
|
||||||
height: 206rpx;
|
height: 200rpx;
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -536,22 +537,21 @@
|
||||||
}
|
}
|
||||||
.search-btn{
|
.search-btn{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 56rpx;
|
color: #019c88;
|
||||||
color: #fff;
|
font-weight: bold;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right:30rpx;
|
right:40rpx;
|
||||||
top: 22rpx;
|
top: 20rpx;
|
||||||
height: 56rpx !important;
|
font-size: 30rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||||
width: 110rpx;
|
width: 110rpx;
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
background: #18A689;
|
|
||||||
border-radius: 31rpx;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box{
|
/deep/.uni-searchbar__box{
|
||||||
height: 30px;
|
height:34px;
|
||||||
border-radius: 30px !important;
|
border-radius: 30px !important;
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
border: 1px solid #09a28a;
|
border: 1px solid #09a28a;
|
||||||
|
@ -561,9 +561,9 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width: 230px;
|
width:250px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
margin-right: 20rpx;
|
padding-right: 24rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left image{
|
.service-head-top-left image{
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@ -588,14 +588,11 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.service-head-top{
|
.service-head-top{
|
||||||
width: 100%;
|
height:90rpx;
|
||||||
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;
|
||||||
background: linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
|
|
||||||
border-bottom:1rpx solid #c4ede1;
|
|
||||||
}
|
}
|
||||||
.view-cata{
|
.view-cata{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
@clear="clear">
|
@clear="clear">
|
||||||
</uni-search-bar>
|
</uni-search-bar>
|
||||||
<view class="search-btn" @click="searchBtn">
|
<view class="search-btn" @click="searchBtn">
|
||||||
|
<image style="width:30rpx; height:30rpx; margin-right: 10rpx;" src="../../static/search.png"></image>
|
||||||
搜索
|
搜索
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -348,7 +349,7 @@
|
||||||
color: #FF1200;
|
color: #FF1200;
|
||||||
}
|
}
|
||||||
.item-view-bottom-qian{
|
.item-view-bottom-qian{
|
||||||
margin-top: 5px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.item-view-bottom{
|
.item-view-bottom{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -406,7 +407,7 @@
|
||||||
.shop_label{
|
.shop_label{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: 10rpx;
|
margin-top: 4rpx;
|
||||||
}
|
}
|
||||||
.shop_label span{
|
.shop_label span{
|
||||||
background: linear-gradient(90deg, #ffefde, #fff7ef);
|
background: linear-gradient(90deg, #ffefde, #fff7ef);
|
||||||
|
@ -436,7 +437,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.item-view{
|
.item-view{
|
||||||
width:59%;
|
width:60%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -445,8 +446,8 @@
|
||||||
padding:5rpx 0;
|
padding:5rpx 0;
|
||||||
}
|
}
|
||||||
.item-img{
|
.item-img{
|
||||||
width: 246rpx;
|
width: 240rpx;
|
||||||
height: 206rpx;
|
height: 200rpx;
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -469,17 +470,17 @@
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
width: 96%;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto ;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: 140px;
|
/*height: 140px;*/
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 21rpx;
|
border-radius: 21rpx;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 12px;
|
padding:20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-detail {
|
.item-detail {
|
||||||
|
@ -503,7 +504,7 @@
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
/deep/.zp-paging-container-content{
|
/deep/.zp-paging-container-content{
|
||||||
width: 100%;
|
width: 95%;
|
||||||
margin: 0px auto 0px auto;
|
margin: 0px auto 0px auto;
|
||||||
}
|
}
|
||||||
.fenlei{
|
.fenlei{
|
||||||
|
@ -537,22 +538,21 @@
|
||||||
}
|
}
|
||||||
.search-btn{
|
.search-btn{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 56rpx;
|
color: #019c88;
|
||||||
color: #fff;
|
font-weight: bold;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right:30rpx;
|
right:40rpx;
|
||||||
top: 22rpx;
|
top: 20rpx;
|
||||||
height: 56rpx !important;
|
font-size: 30rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||||
width: 110rpx;
|
width: 110rpx;
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
background: #18A689;
|
|
||||||
border-radius: 31rpx;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box{
|
/deep/.uni-searchbar__box{
|
||||||
height: 30px;
|
height:34px;
|
||||||
border-radius: 30px !important;
|
border-radius: 30px !important;
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
border: 1px solid #09a28a;
|
border: 1px solid #09a28a;
|
||||||
|
@ -562,9 +562,9 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width: 230px;
|
width:250px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
margin-right: 20rpx;
|
padding-right: 24rpx;
|
||||||
}
|
}
|
||||||
.service-fh{
|
.service-fh{
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@ -573,7 +573,7 @@
|
||||||
margin-left: 10rpx;
|
margin-left: 10rpx;
|
||||||
}
|
}
|
||||||
.service-img{
|
.service-img{
|
||||||
width: 156rpx;
|
width: 146rpx;
|
||||||
height: 38rpx;
|
height: 38rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left span{
|
.service-head-top-left span{
|
||||||
|
@ -588,14 +588,11 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.service-head-top{
|
.service-head-top{
|
||||||
width: 100%;
|
height:90rpx;
|
||||||
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;
|
||||||
background: linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
|
|
||||||
border-bottom:1rpx solid #c4ede1;
|
|
||||||
}
|
}
|
||||||
.view-cata{
|
.view-cata{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -34,10 +34,10 @@
|
||||||
<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="[contentShow=='0'?'jianjie-contnet':'jianjie']">
|
||||||
{{mainData.content}}
|
{{mainData.content}}
|
||||||
</view>
|
</view>
|
||||||
<span class="jianjie-more">更多</span>
|
<span class="jianjie-more" @click="contentClick">...</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>
|
||||||
|
@ -150,7 +150,8 @@
|
||||||
// 背景图片的URL可以是动态的,比如从API获取或根据条件生成
|
// 背景图片的URL可以是动态的,比如从API获取或根据条件生成
|
||||||
backgroundImageUrl: '',
|
backgroundImageUrl: '',
|
||||||
nameText:'',
|
nameText:'',
|
||||||
zong:''
|
zong:'',
|
||||||
|
contentShow:'0',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
@ -200,6 +201,14 @@
|
||||||
// #endif
|
// #endif
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
|
contentClick(){
|
||||||
|
var num=this.contentShow
|
||||||
|
if(num=='0'){
|
||||||
|
this.contentShow='1'
|
||||||
|
}else{
|
||||||
|
this.contentShow='0'
|
||||||
|
}
|
||||||
|
},
|
||||||
goNav(e) {
|
goNav(e) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: e
|
url: e
|
||||||
|
@ -968,7 +977,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
.jianjie{
|
.jianjie-contnet{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #8D9194;
|
color: #8D9194;
|
||||||
|
@ -978,6 +987,11 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
.jianjie{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #8D9194;
|
||||||
|
}
|
||||||
.jianjie-more{
|
.jianjie-more{
|
||||||
color: #029d88;
|
color: #029d88;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
<span>{{getText}}</span>
|
<span>{{getText}}</span>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<uni-search-bar @service="serviceTrue" :cancelext="'取消'" v-model="searchValue" @input="input"
|
<uni-search-bar @service="serviceTrue" :cancelext="'取消'" v-model="searchValue" @input="input" @clear="clear">
|
||||||
@clear="clear">
|
|
||||||
</uni-search-bar>
|
</uni-search-bar>
|
||||||
<view class="search-btn" @click="searchBtn">
|
<view class="search-btn" @click="searchBtn">
|
||||||
|
<image style="width:30rpx; height:30rpx; margin-right: 10rpx;" src="../../static/search.png"></image>
|
||||||
搜索
|
搜索
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="flex" style="margin-top: 10rpx;">
|
<view class="flex" style="margin-top: 10rpx;">
|
||||||
<view class="shop_label" v-if="item.tagsData!=''">
|
<view class="shop_label" v-if="item.tagsData!=''">
|
||||||
<span v-for="tag in item.tagsData" :key="tag">{{tag}}</span>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="shop_label" v-else>
|
<view class="shop_label" v-else>
|
||||||
<span>助眠解压</span>
|
<span>助眠解压</span>
|
||||||
|
@ -88,7 +88,6 @@
|
||||||
</z-paging>
|
</z-paging>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
|
@ -299,7 +298,7 @@
|
||||||
color: #FF1200;
|
color: #FF1200;
|
||||||
}
|
}
|
||||||
.item-view-bottom-qian{
|
.item-view-bottom-qian{
|
||||||
margin-top: 5px;
|
margin-top:2px;
|
||||||
}
|
}
|
||||||
.item-view-bottom{
|
.item-view-bottom{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -370,7 +369,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.item-view{
|
.item-view{
|
||||||
width:59%;
|
width:60%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -379,8 +378,8 @@
|
||||||
padding:5rpx 0;
|
padding:5rpx 0;
|
||||||
}
|
}
|
||||||
.item-img{
|
.item-img{
|
||||||
width: 246rpx;
|
width: 240rpx;
|
||||||
height: 206rpx;
|
height: 200rpx;
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -405,19 +404,18 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
width: 96%;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto ;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: 140px;
|
/*height: 140px;*/
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 21rpx;
|
border-radius: 21rpx;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 12px;
|
padding:20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-detail {
|
.item-detail {
|
||||||
padding: 5rpx 15rpx;
|
padding: 5rpx 15rpx;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
|
@ -439,7 +437,7 @@
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
/deep/.zp-paging-container-content{
|
/deep/.zp-paging-container-content{
|
||||||
width: 100%;
|
width: 95%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.fenlei{
|
.fenlei{
|
||||||
|
@ -473,21 +471,21 @@
|
||||||
}
|
}
|
||||||
.search-btn{
|
.search-btn{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 56rpx;
|
color: #019c88;
|
||||||
color: #fff;
|
font-weight: bold;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right:30rpx;
|
right:40rpx;
|
||||||
top: 22rpx;
|
top: 20rpx;
|
||||||
height: 56rpx !important;
|
font-size: 30rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||||
width: 110rpx;
|
width: 110rpx;
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
background: #18A689;
|
|
||||||
border-radius: 31rpx;
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box{
|
/deep/.uni-searchbar__box{
|
||||||
height: 30px;
|
height:34px;
|
||||||
border-radius: 30px !important;
|
border-radius: 30px !important;
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
border: 1px solid #09a28a;
|
border: 1px solid #09a28a;
|
||||||
|
@ -497,9 +495,9 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width: 230px;
|
width:250px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
margin-right: 20rpx;
|
padding-right: 24rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left image{
|
.service-head-top-left image{
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@ -524,14 +522,11 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.service-head-top{
|
.service-head-top{
|
||||||
width: 100%;
|
height:90rpx;
|
||||||
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;
|
||||||
background: linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
|
|
||||||
border-bottom:1rpx solid #c4ede1;
|
|
||||||
}
|
}
|
||||||
.view-cata{
|
.view-cata{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -565,7 +560,7 @@
|
||||||
.shop_label{
|
.shop_label{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: 10rpx;
|
margin-top: 4rpx;
|
||||||
}
|
}
|
||||||
.shop_label span{
|
.shop_label span{
|
||||||
background: linear-gradient(90deg, #ffefde, #fff7ef);
|
background: linear-gradient(90deg, #ffefde, #fff7ef);
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue