This commit is contained in:
parent
ed3f2855ef
commit
511412fd0b
|
@ -294,7 +294,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 26rpx 0;
|
padding: 10rpx 0;
|
||||||
}
|
}
|
||||||
.item-img{
|
.item-img{
|
||||||
width: 285rpx;
|
width: 285rpx;
|
||||||
|
@ -324,8 +324,8 @@
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
width: 96%;
|
width:96%;
|
||||||
margin: 0 2% ;
|
margin:0 auto ;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -334,7 +334,7 @@
|
||||||
border-radius: 21rpx;
|
border-radius: 21rpx;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0px 10px;
|
padding:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-detail {
|
.item-detail {
|
||||||
|
@ -419,7 +419,7 @@
|
||||||
height: 29px !important;
|
height: 29px !important;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width: 240px;
|
width: 230px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left image{
|
.service-head-top-left image{
|
||||||
|
|
|
@ -180,8 +180,8 @@
|
||||||
.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: 22rpx;
|
||||||
margin-right: 8rpx;
|
margin-right: 8rpx;
|
||||||
margin-bottom: 8rpx;
|
margin-bottom: 8rpx;
|
||||||
}
|
}
|
||||||
|
@ -200,19 +200,19 @@
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.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;
|
||||||
}
|
}
|
||||||
.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(1){
|
.item-view-bottom-qian span:nth-child(1){
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 25rpx;
|
font-size: 26rpx;
|
||||||
color: #F95900;
|
color: #F95900;
|
||||||
}
|
}
|
||||||
.item-view-bottom-qian span:nth-child(2){
|
.item-view-bottom-qian span:nth-child(2){
|
||||||
|
@ -222,7 +222,7 @@
|
||||||
}
|
}
|
||||||
.item-view-bottom-qian span:nth-child(3){
|
.item-view-bottom-qian span:nth-child(3){
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 25rpx;
|
font-size: 26rpx;
|
||||||
color: #F95900;
|
color: #F95900;
|
||||||
}
|
}
|
||||||
.item-view-bottom{
|
.item-view-bottom{
|
||||||
|
@ -230,7 +230,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;
|
||||||
|
@ -283,7 +282,7 @@
|
||||||
.item-view-title{
|
.item-view-title{
|
||||||
width: 76%;
|
width: 76%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 32rpx;
|
font-size: 31rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -294,7 +293,8 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: space-between;
|
||||||
|
padding: 10rpx 0;
|
||||||
}
|
}
|
||||||
.item-img{
|
.item-img{
|
||||||
width: 285rpx;
|
width: 285rpx;
|
||||||
|
@ -321,16 +321,17 @@
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
width: 100%;
|
width: 96%;
|
||||||
|
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:12px;
|
margin-top:10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 10px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-detail {
|
.item-detail {
|
||||||
|
@ -354,7 +355,7 @@
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
/deep/.zp-paging-container-content{
|
/deep/.zp-paging-container-content{
|
||||||
width: 95%;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.fenlei{
|
.fenlei{
|
||||||
|
@ -388,46 +389,51 @@
|
||||||
}
|
}
|
||||||
.search-btn{
|
.search-btn{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 31px;
|
line-height: 28px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right:14rpx;
|
||||||
top: 0;
|
top: 25rpx;
|
||||||
margin-top:9.4px;
|
height: 29px !important;
|
||||||
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: 110rpx;
|
||||||
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: 30px;
|
||||||
border-radius: 15px !important;
|
border-radius: 30px !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;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width: 230px;
|
width: 230px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
}
|
}
|
||||||
.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;
|
||||||
|
@ -441,7 +447,9 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background-color: #fff;
|
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;
|
||||||
|
padding-top: 6rpx;
|
||||||
}
|
}
|
||||||
.view-cata{
|
.view-cata{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -180,8 +180,8 @@
|
||||||
.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: 22rpx;
|
||||||
margin-right: 8rpx;
|
margin-right: 8rpx;
|
||||||
margin-bottom: 8rpx;
|
margin-bottom: 8rpx;
|
||||||
}
|
}
|
||||||
|
@ -210,19 +210,19 @@
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.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;
|
||||||
}
|
}
|
||||||
.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(1){
|
.item-view-bottom-qian span:nth-child(1){
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 25rpx;
|
font-size: 26rpx;
|
||||||
color: #F95900;
|
color: #F95900;
|
||||||
}
|
}
|
||||||
.item-view-bottom-qian span:nth-child(2){
|
.item-view-bottom-qian span:nth-child(2){
|
||||||
|
@ -232,7 +232,7 @@
|
||||||
}
|
}
|
||||||
.item-view-bottom-qian span:nth-child(3){
|
.item-view-bottom-qian span:nth-child(3){
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 25rpx;
|
font-size: 26rpx;
|
||||||
color: #F95900;
|
color: #F95900;
|
||||||
}
|
}
|
||||||
.item-view-bottom{
|
.item-view-bottom{
|
||||||
|
@ -240,7 +240,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;
|
||||||
|
@ -293,7 +292,7 @@
|
||||||
.item-view-title{
|
.item-view-title{
|
||||||
width: 76%;
|
width: 76%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 32rpx;
|
font-size: 31rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -305,6 +304,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 10rpx 0;
|
||||||
}
|
}
|
||||||
.item-img{
|
.item-img{
|
||||||
width: 285rpx;
|
width: 285rpx;
|
||||||
|
@ -318,16 +319,17 @@
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
width: 100%;
|
width: 96%;
|
||||||
|
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:12px;
|
margin-top:10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding:10px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-detail {
|
.item-detail {
|
||||||
|
@ -351,7 +353,7 @@
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
/deep/.zp-paging-container-content{
|
/deep/.zp-paging-container-content{
|
||||||
width: 95%;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.fenlei{
|
.fenlei{
|
||||||
|
@ -385,46 +387,51 @@
|
||||||
}
|
}
|
||||||
.search-btn{
|
.search-btn{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 31px;
|
line-height: 28px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right:14rpx;
|
||||||
top: 0;
|
top: 25rpx;
|
||||||
margin-top:9.4px;
|
height: 29px !important;
|
||||||
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: 110rpx;
|
||||||
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: 30px;
|
||||||
border-radius: 15px !important;
|
border-radius: 30px !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;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width: 230px;
|
width: 230px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
}
|
}
|
||||||
.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: 38rpx;
|
font-size: 34rpx;
|
||||||
color: #171717;
|
color: #171717;
|
||||||
|
margin-top: 16rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left{
|
.service-head-top-left{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -438,7 +445,9 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: #ffffff;
|
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;
|
||||||
|
padding-top: 6rpx;
|
||||||
}
|
}
|
||||||
.view-cata{
|
.view-cata{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue