This commit is contained in:
kbing1981 2024-07-20 15:08:55 +08:00
parent d3fe689aa8
commit e2592d2718
6 changed files with 74 additions and 35 deletions

View File

@ -1150,13 +1150,14 @@
height: 32px !important; height: 32px !important;
margin-right: 20rpx; margin-right: 20rpx;
border-radius: 50rpx !important; border-radius: 50rpx !important;
background: linear-gradient(90deg, #019c88, #2fbf93)!important;
} }
.index-line{ .index-line{
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
margin-top: 2rpx; align-items: center;
} }
/deep/.uni-searchbar__box-icon-search,.search-btn{ /deep/.uni-searchbar__box-icon-search,.search-btn{
height: 60rpx; height: 60rpx;
@ -1184,6 +1185,7 @@
margin-right: 30rpx; margin-right: 30rpx;
display: flex; display: flex;
align-items: center; align-items: center;
margin-top: 4rpx;
} }
.locate-line{ .locate-line{
padding-left: 25rpx; padding-left: 25rpx;
@ -1320,8 +1322,8 @@
display: none; display: none;
} }
.dingwei-img{ .dingwei-img{
width:33.33rpx; width:26rpx;
height:39.5rpx; height:29rpx;
} }
.menu-topic-act .menu-topic-bottom-color { .menu-topic-act .menu-topic-bottom-color {

View File

@ -23,6 +23,7 @@
</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">
<template slot="content"> <template slot="content">
<view style="height: 10rpx;"></view>
<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>
@ -203,6 +204,8 @@
flex-direction: column; flex-direction: column;
position: fixed; position: fixed;
z-index: 999; z-index: 999;
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;
} }
.shop_label{ .shop_label{
display: flex; display: flex;
@ -212,7 +215,7 @@
.shop_label span{ .shop_label span{
background: #e5e5e5; background: #e5e5e5;
border-radius: 8rpx; border-radius: 8rpx;
padding: 2rpx 8rpx; padding: 3rpx 10rpx;
font-size: 20rpx; font-size: 20rpx;
margin-right: 8rpx; margin-right: 8rpx;
margin-bottom: 8rpx; margin-bottom: 8rpx;
@ -247,13 +250,13 @@
color: #FFFFFF; color: #FFFFFF;
} }
.item-view-bottom-qian span:nth-child(4){ .item-view-bottom-qian span:nth-child(4){
font-size: 28rpx; font-size: 26rpx;
color: #848484; color: #848484;
text-decoration-line: line-through; text-decoration-line: line-through;
margin-left: 5px; margin-left: 5px;
} }
.item-view-bottom-qian span:nth-child(5){ .item-view-bottom-qian span:nth-child(5){
font-size: 28rpx; font-size: 26rpx;
color: #848484; color: #848484;
text-decoration-line: line-through; text-decoration-line: line-through;
} }
@ -276,7 +279,6 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: center;
} }
.item-view-jianjie{ .item-view-jianjie{
font-weight: 400; font-weight: 400;
@ -310,6 +312,7 @@
color: #ff8600; color: #ff8600;
} }
.item-view-xiangmu span:nth-child(2){ .item-view-xiangmu span:nth-child(2){
font-size: 26rpx;
font-weight: normal; font-weight: normal;
color: #666666; color: #666666;
} }
@ -317,6 +320,7 @@
font-weight: normal; font-weight: normal;
color: #999; color: #999;
margin-right: 5rpx; margin-right: 5rpx;
font-size: 26rpx;
} }
.item-view-xiangmu{ .item-view-xiangmu{
width: 100%; width: 100%;
@ -329,7 +333,7 @@
.item-view-title{ .item-view-title{
width: 76%; width: 76%;
font-weight: bold; font-weight: bold;
font-size: 32rpx; font-size: 30rpx;
color: #333333; color: #333333;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -341,6 +345,8 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
justify-content: space-between;
padding: 26rpx 0;
} }
.item-img{ .item-img{
width: 285rpx; width: 285rpx;
@ -410,7 +416,6 @@
.index-fenl-title{ .index-fenl-title{
width: 81rpx; width: 81rpx;
text-align: center; text-align: center;
position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@ -430,48 +435,82 @@
/deep/.uni-searchbar__cancel{ /deep/.uni-searchbar__cancel{
display: none; display: none;
} }
.search-btn{
text-align: center;
line-height: 31px;
color: #fff;
position: absolute;
right: 0;
top: 0;
margin-top:9.4px;
margin-right: 11px;
height: 32px !important;
}
/deep/.uni-searchbar__box-icon-search,.search-btn{ /deep/.uni-searchbar__box-icon-search,.search-btn{
width: 150rpx; width: 120rpx;
height: 60rpx; height: 50rpx;
background: #18A689; background: #18A689;
border-radius: 31rpx; border-radius: 31rpx;
} }
/deep/.uni-searchbar__box{ /deep/.uni-searchbar__box{
height: 31px; height: 32px;
border-radius: 15px !important; border-radius: 15px !important;
background-color: #fff !important; background-color: #fff !important;
border: 1px solid #E5E5E5; border: 1px solid #09a28a;
padding: 0px; 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;
}
.search-btn{
text-align: center;
line-height: 26px;
color: #fff;
position: absolute;
right: 20rpx;
top: 24rpx;
height: 26px !important;
} }
/deep/.uni-searchbar{ /deep/.uni-searchbar{
width: 240px; width: 240px;
border-radius: 31rpx; border-radius: 31rpx;
} }
/deep/.uni-input-input {
position: relative;
display: block;
height: 100%;
background: none;
color: inherit;
opacity: 1;
font: inherit;
line-height: inherit;
letter-spacing: inherit;
text-align: inherit;
text-indent:10px;
text-transform: inherit;
text-shadow: inherit;
}
/deep/uni-input-form{
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: relative;
width: 100%;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.service-head-top-left image{ .service-head-top-left image{
width: 25px; width: 20px;
height: 30rpx; height: 20rpx;
margin-right: 10px; margin-right:5px;
margin-left: 10rpx;
} }
.service-head-top-left span{ .service-head-top-left span{
width: 180rpx;
height: 60rpx;
background:url('../../static/images/headline.png') 0rpx 26rpx;
background-repeat: no-repeat;
font-weight: bold; font-weight: bold;
font-size: 34rpx; font-size: 34rpx;
color: #171717; color: #171717;
margin-top: 16rpx;
} }
.service-head-top-left{ .service-head-top-left{
display: flex; display: flex;
@ -485,9 +524,7 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
background-color: #fff; }
}
.view-cata{ .view-cata{
display: flex; display: flex;
flex-direction: row; flex-direction: row;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
static/images/headline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

BIN
static/mys.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -195,7 +195,7 @@
//tab //tab
inactiveColor: { inactiveColor: {
type: String, type: String,
default: _gc('inactiveColor','#666666') default: _gc('inactiveColor','#333333')
}, },
//tab //tab
disabledColor: { disabledColor: {
@ -226,7 +226,7 @@
//z-tabs //z-tabs
bgColor: { bgColor: {
type: String, type: String,
default: _gc('bgColor','white') default: _gc('bgColor','none')
}, },
//badgeMaxCount+ //badgeMaxCount+
badgeMaxCount: { badgeMaxCount: {
@ -629,7 +629,7 @@
width: 750rpx; width: 750rpx;
/* #endif */ /* #endif */
flex-direction: row; flex-direction: row;
height: 70rpx; height: 66rpx;
} }
.z-tabs-scroll-view-conatiner{ .z-tabs-scroll-view-conatiner{
@ -701,7 +701,7 @@
.z-tabs-item-title{ .z-tabs-item-title{
/* font-weight: bold; */ /* font-weight: bold; */
font-size: 30rpx; font-size: 28rpx;
color: #019c88; color: #019c88;
} }