This commit is contained in:
kbing1981 2024-06-27 16:26:58 +08:00
parent 6534f0f61d
commit ac0fb1e86e
9 changed files with 50 additions and 46 deletions

View File

@ -944,6 +944,7 @@
<style scoped> <style scoped>
/deep/.item-descr{ /deep/.item-descr{
-webkit-line-clamp: 1; -webkit-line-clamp: 1;
margin-top: 4px;
} }
.index-card-image{ .index-card-image{
width: 100%; width: 100%;
@ -1002,7 +1003,7 @@
font-size: 19rpx; font-size: 19rpx;
} }
.font-size-34{ .font-size-34{
font-size: 34.72rpx; font-size: 35.72rpx;
} }
.width{ .width{
width: 95%; width: 95%;
@ -1261,11 +1262,11 @@
.index-taocan-view-nav-text{ .index-taocan-view-nav-text{
font-weight: bold; font-weight: bold;
font-size: 28rpx; font-size: 30rpx;
} }
.index-taocan-view-nav-jie{ .index-taocan-view-nav-jie{
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 22rpx;
color: #999; color: #999;
} }
.activeL{ .activeL{
@ -1301,8 +1302,7 @@
} }
.index-fujin-jie-id{ .index-fujin-jie-id{
height: 30rpx; height: 30rpx;
font-weight: 400; font-size: 24rpx;
font-size: 22rpx;
color: #999999; color: #999999;
text-align: center; text-align: center;
display: table; display: table;
@ -1315,8 +1315,9 @@
} }
.index-fujin-jie-name{ .index-fujin-jie-name{
margin-bottom: 5px; margin-bottom: 5px;
font-size: 26rpx; font-size: 30rpx;
color: #333333; color: #333333;
font-weight: 500;
} }
.index-fujin{ .index-fujin{
width: 100%; width: 100%;
@ -1620,7 +1621,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
margin-left: 10px; margin-left: px;
} }
.index-top-mian-text span{ .index-top-mian-text span{
color: #019c88; color: #019c88;
@ -1629,8 +1630,8 @@
font-size: 13px; font-size: 13px;
} }
.index-top-mian-text image{ .index-top-mian-text image{
width: 12px; width: 14px;
height: 12px; height: 14px;
} }
.index-top{ .index-top{

View File

@ -156,7 +156,7 @@
</script> </script>
<style scoped> <style scoped>
.header-fubz{ .header-fubz{
font-size: 28rpx; font-size: 26rpx;
color: #029c88; color: #029c88;
font-weight: bold; font-weight: bold;
} }
@ -382,14 +382,14 @@
height: 26rpx; height: 26rpx;
} }
.header-bottom-foot-view image{ .header-bottom-foot-view image{
margin-right: 3px; margin-right: 1px;
} }
.header-bottom-foot-view{ .header-bottom-foot-view{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 1px 10px; padding: 1px 8px;
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
background-color: rgba(230, 246, 243, 1); background-color: rgba(230, 246, 243, 1);

View File

@ -40,6 +40,7 @@
<span></span> <span></span>
<span>{{item.price}}</span> <span>{{item.price}}</span>
<span>/元套</span> <span>/元套</span>
<span></span>
<span>{{item.oldPrice}}</span> <span>{{item.oldPrice}}</span>
</view> </view>
<view class="item-view-bottom-btn"> <view class="item-view-bottom-btn">
@ -166,7 +167,7 @@
<style scoped> <style scoped>
/deep/.z-tabs-item-title{ /deep/.z-tabs-item-title{
font-size: 29rpx; font-size: 30rpx;
color: #222; color: #222;
} }
/deep/.refresh-body .content{ /deep/.refresh-body .content{
@ -184,22 +185,25 @@
} }
.item-view-bottom-btn{ .item-view-bottom-btn{
text-align: center; text-align: center;
width: 120rpx; width: 160rpx;
height: 50rpx; height: 55rpx;
line-height: 50rpx; line-height: 55rpx;
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495); background: linear-gradient(90deg, #019c88, #0FA78B, #35C495);
border-radius: 10rpx; border-radius: 30rpx;
font-weight: bold; font-weight: bold;
font-size: 24rpx; font-size: 28rpx;
color: #FFFFFF; color: #FFFFFF;
} }
.item-view-bottom-qian span:nth-child(4){ .item-view-bottom-qian span:nth-child(4){
font-weight: bold; font-size: 26rpx;
font-size: 31rpx;
color: #848484; color: #848484;
text-decoration-line: line-through; text-decoration-line: line-through;
margin-left: 5px; }
} .item-view-bottom-qian span:nth-child(5){
font-size: 26rpx;
color: #848484;
text-decoration-line: line-through;
}
.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: 25rpx;
@ -224,7 +228,7 @@
} }
.item-view-jianjie{ .item-view-jianjie{
font-weight: 400; font-weight: 400;
font-size: 22rpx; font-size: 24rpx;
color: #999; color: #999;
margin:5px 0px; margin:5px 0px;
display: -webkit-box; display: -webkit-box;
@ -271,7 +275,7 @@
} }
.item-view-title{ .item-view-title{
font-weight: bold; font-weight: bold;
font-size: 28rpx; font-size: 32rpx;
color: #333333; color: #333333;
} }
.item-view{ .item-view{
@ -373,7 +377,7 @@
} }
.search-btn{ .search-btn{
text-align: center; text-align: center;
line-height: 31px; line-height: 32px;
color: #fff; color: #fff;
position: absolute; position: absolute;
right: 0; right: 0;
@ -383,9 +387,9 @@
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: 120rpx;
height: 60rpx; height: 60rpx;
background: #18A689; background: #019c88;
border-radius: 31rpx; border-radius: 31rpx;
font-size: 14px; font-size: 14px;
@ -412,7 +416,7 @@
} }
.service-head-top-left span{ .service-head-top-left span{
font-weight: bold; font-weight: bold;
font-size: 28rpx; font-size: 32rpx;
color: #333; color: #333;
} }
.service-head-top-left{ .service-head-top-left{

View File

@ -378,7 +378,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;
@ -396,7 +396,7 @@
} }
.service-head-top-left span{ .service-head-top-left span{
font-weight: bold; font-weight: bold;
font-size: 44rpx; font-size: 36rpx;
color: #171717; color: #171717;
} }
.service-head-top-left{ .service-head-top-left{

View File

@ -758,7 +758,7 @@
color: #029D88; color: #029D88;
background: #fff; background: #fff;
border-radius: 60rpx; border-radius: 60rpx;
margin: 0px 5px; margin: 0px 6px;
border: 1px solid #029D88; border: 1px solid #029D88;
} }
.video-item{ .video-item{
@ -1025,11 +1025,11 @@
background: #EBEBEB; background: #EBEBEB;
} }
.oder-mian-view{ .oder-mian-view{
width: 55px; width: 60px;
height: 22px; height: 25px;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
line-height: 22px; line-height: 25px;
} }
.oder-mian-right{ .oder-mian-right{
display: flex; display: flex;
@ -1070,11 +1070,11 @@
margin-left: 10px; margin-left: 10px;
} }
.jieshao{ .jieshao{
margin-top: 10px; margin-top: 15px;
margin-bottom: 10px; margin-bottom: 15px;
font-weight: 400;
font-size: 26rpx; font-size: 26rpx;
color: #666; line-height: 40rpx;
color: #888;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;

View File

@ -1353,12 +1353,12 @@ import permision from "@/components/permission.js";
white-space: nowrap; white-space: nowrap;
text-align: left; text-align: left;
font-weight: bold; font-weight: bold;
font-size: 35rpx; font-size: 30rpx;
color: #13141A; color: #13141A;
} }
.keyuyue{ .keyuyue{
width: 115px; width: 115px;
height: 18px; height: 24px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
@ -1366,8 +1366,7 @@ import permision from "@/components/permission.js";
.keyuyue .keyuyue-btn{ .keyuyue .keyuyue-btn{
width: 50%; width: 50%;
height: 100%; height: 100%;
font-weight: 400; font-size: 22rpx;
font-size: 17rpx;
text-align: center; text-align: center;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -1377,7 +1376,7 @@ import permision from "@/components/permission.js";
.keyuyue-jinri{ .keyuyue-jinri{
border-top-left-radius: 7rpx; border-top-left-radius: 7rpx;
border-bottom-left-radius: 7rpx; border-bottom-left-radius: 7rpx;
border-radius: 7rpx; border-radius:7rpx 0 0 7rpx;
color: #fff; color: #fff;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
} }
@ -1410,7 +1409,7 @@ import permision from "@/components/permission.js";
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
padding: 10px 5px 0px 5px; padding: 10px 10px 0px 0px;
} }
.zpmore_view { .zpmore_view {
position: absolute; position: absolute;
@ -1464,7 +1463,7 @@ import permision from "@/components/permission.js";
.touxiang-left-content-img{ .touxiang-left-content-img{
width: 202.08rpx; width: 202.08rpx;
height: 173px; height: 173px;
border-radius: 0 100rpx 20rpx 0rpx; border-radius: 0 120rpx 20rpx 0rpx;
} }
.touxiang-left-view{ .touxiang-left-view{
width: 100%; width: 100%;

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 B