This commit is contained in:
Mr.jiang 2024-07-03 12:23:28 +08:00
commit 83b25d3b04
7 changed files with 31 additions and 30 deletions

View File

@ -1563,12 +1563,11 @@
margin-top: 5px; margin-top: 5px;
} }
.xuanzhe{ .xuanzhe{
background: #e5e7eb; background: linear-gradient(90deg, #029d88, #2fc094);
color: #666; color: #ffffff;
margin-left: 5px; margin-left: 5px;
border: 1px solid #cdd2db;
border-radius: 30rpx; border-radius: 30rpx;
padding: 4rpx 15rpx; padding: 6rpx 16rpx;
font-size: 26rpx; font-size: 26rpx;
} }
.header-view-data{ .header-view-data{

View File

@ -1564,12 +1564,11 @@
margin-top: 5px; margin-top: 5px;
} }
.xuanzhe{ .xuanzhe{
background: #e5e7eb; background: linear-gradient(90deg, #029d88, #2fc094);
color: #666; color: #ffffff;
margin-left: 5px; margin-left: 5px;
border: 1px solid #cdd2db;
border-radius: 30rpx; border-radius: 30rpx;
padding: 4rpx 15rpx; padding: 6rpx 16rpx;
font-size: 26rpx; font-size: 26rpx;
} }
.header-view-data{ .header-view-data{

View File

@ -99,12 +99,12 @@
<style lang="less"> <style lang="less">
.img-span{ .img-span{
display: block; display: block;
padding: 2px 8px; padding: 2px 6px;
font-weight: 400; font-weight: 400;
font-size: 11px; font-size: 10px;
color: #FFFFFF; color: #FFFFFF;
background: linear-gradient(-90deg, #FF6F48, #FF9E69); background: linear-gradient(-90deg, #FF6F48, #FF9E69);
border-radius: 10px 0px 10px 0px; border-radius: 10px 3px 10px 3px;
margin-left: 5px; margin-left: 5px;
} }
.list-top-view-title{ .list-top-view-title{

View File

@ -18,12 +18,10 @@
<!-- <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"> <t-refresh ref="refresh" v-if="dataList.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0" style="margin-top: 100rpx;">
<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)">
<view class="item-img"> <image :src="item.packageImg" mode="" class="item-img"></image>
<image :src="item.packageImg" mode=""></image>
</view>
<view class="item-view"> <view class="item-view">
<view class="item-view-title"> <view class="item-view-title">
{{item.title}} {{item.title}}
@ -293,16 +291,17 @@
height: 100%; height: 100%;
} }
.item { .item {
width: 100%; width: 96%;
margin: 0 2% ;
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:20px; margin-top:12px;
align-items: center; align-items: center;
padding: 0px 5px; padding: 0px 10px;
} }
.item-detail { .item-detail {
@ -370,7 +369,7 @@
height: 32px !important; height: 32px !important;
} }
/deep/.uni-searchbar__box-icon-search,.search-btn{ /deep/.uni-searchbar__box-icon-search,.search-btn{
width: 101rpx; width: 150rpx;
height: 60rpx; height: 60rpx;
background: #18A689; background: #18A689;
border-radius: 31rpx; border-radius: 31rpx;
@ -380,7 +379,7 @@
height: 31px; height: 31px;
border-radius: 15px !important; border-radius: 15px !important;
background-color: #fff !important; background-color: #fff !important;
border: 2px solid #E5E5E5; border: 1px solid #E5E5E5;
padding: 0px; padding: 0px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -398,7 +397,7 @@
} }
.service-head-top-left span{ .service-head-top-left span{
font-weight: bold; font-weight: bold;
font-size: 44rpx; font-size: 34rpx;
color: #171717; color: #171717;
} }
.service-head-top-left{ .service-head-top-left{

View File

@ -684,7 +684,7 @@
} }
.my-head-mian-top-yuE{ .my-head-mian-top-yuE{
font-weight: bold; font-weight: bold;
font-size: 55rpx; font-size: 60rpx;
color: #f95900; color: #f95900;
margin-top: 20rpx; margin-top: 20rpx;
} }
@ -702,8 +702,8 @@
margin: 5px 10px; margin: 5px 10px;
} }
.my-head-mian-top-view-ming{ .my-head-mian-top-view-ming{
background: #e6f6f3; background: #efefef;
color: #019c88; color: #333;
} }
.my-head-mian-top-view-qian{ .my-head-mian-top-view-qian{
font-size: 24rpx; font-size: 24rpx;

View File

@ -18,9 +18,8 @@
<t-refresh ref="refresh" v-if="dataList.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0"> <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)">
<view class="item-img">
<image :src="item.packageImg" mode=""></image> <image :src="item.packageImg" mode="" class="item-img"></image>
</view>
<view class="item-view"> <view class="item-view">
<view class="item-view-title"> <view class="item-view-title">
{{item.title}} {{item.title}}
@ -278,6 +277,9 @@
border-radius: 14rpx; border-radius: 14rpx;
position: relative; position: relative;
} }
.item-img img{
border-radius: 14rpx;
}
.img-span{ .img-span{
padding: 2px 5px; padding: 2px 5px;
font-weight: 400; font-weight: 400;

View File

@ -20,7 +20,8 @@
<view class="header-bottom-money"> <view class="header-bottom-money">
<view class="header-bottom-money-zhen"> <view class="header-bottom-money-zhen">
<span></span> <span></span>
<span>{{mainData.price}}/</span> <span>{{mainData.price}}</span>
<span>/</span>
</view> </view>
<view class="header-bottom-money-jia"> <view class="header-bottom-money-jia">
{{mainData.oldPrice}}/ {{mainData.oldPrice}}/
@ -72,6 +73,7 @@
<view class="header-bottom-money-zhen"> <view class="header-bottom-money-zhen">
<span></span> <span></span>
<span>{{item.price}}</span> <span>{{item.price}}</span>
</view> </view>
<view class="header-bottom-money-jia" style="margin-left: 5px; "> <view class="header-bottom-money-jia" style="margin-left: 5px; ">
{{item.oldPrice}} {{item.oldPrice}}
@ -647,7 +649,7 @@
</script> </script>
<style scoped> <style scoped>
.detail-view-mina{ .detail-view-mina{
width: 68%; width: 74%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
@ -1002,7 +1004,7 @@
font-size: 25rpx; font-size: 25rpx;
} }
.header-bottom-money-zhen span:nth-child(2){ .header-bottom-money-zhen span:nth-child(2){
font-size:40rpx; font-size:38rpx;
font-weight: bold; font-weight: bold;
} }
.header-bottom-money-zhen span:nth-child(3){ .header-bottom-money-zhen span:nth-child(3){