This commit is contained in:
kbing1981 2024-06-29 11:51:07 +08:00
parent a16b84f785
commit 7dea68720c
6 changed files with 75 additions and 61 deletions

View File

@ -856,20 +856,20 @@
position: relative; position: relative;
} }
.detail-foot-title{ .detail-foot-title{
width: 115px; width: 115px;
height: 32px; height: 32px;
background-image: url(../../static/servicePackage/horn.png); background-image: url(../../static/servicePackage/horn.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 12px;
color: #FFFFFF; color: #FFFFFF;
text-align: right; text-align: right;
line-height: 32px; line-height: 32px;
padding-right: 15px; padding-right: 15px;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
} }
.detail-foot-list-top{ .detail-foot-list-top{
width: 95%; width: 95%;
@ -1212,7 +1212,6 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin-top: 5rpx; margin-top: 5rpx;
} }
.header-bottom-title-num span{ .header-bottom-title-num span{
font-weight: bold; font-weight: bold;

View File

@ -489,13 +489,16 @@
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: flex-end; align-items: center;
} justify-content: space-between;
margin-top: 15rpx;
}
.header-bottom-title-num span{ .header-bottom-title-num span{
font-weight: bold; font-weight: bold;
font-size: 25rpx; font-size: 25rpx;
} }
.header-bottom-title-num span:nth-child(1){ .header-bottom-title-num span:nth-child(1){
font-weight: bold;
color: #08A28A; color: #08A28A;
} }
.header-bottom-title-num span:nth-child(2){ .header-bottom-title-num span:nth-child(2){

View File

@ -62,7 +62,7 @@
<view class="item-view-bottom-qian"> <view class="item-view-bottom-qian">
<span></span> <span></span>
<span>{{item.price}}</span> <span>{{item.price}}</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">
@ -172,17 +172,21 @@
.item-view-bottom-btn{ .item-view-bottom-btn{
text-align: center; text-align: center;
width: 131rpx; width: 131rpx;
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: 10rpx;
font-weight: bold; font-weight: bold;
font-size: 24rpx; font-size: 28rpx;
color: #FFFFFF; color: #FFFFFF;
} }
.item-view-bottom-qian span:nth-child(5){
font-size: 28rpx;
color: #848484;
text-decoration-line: line-through;
}
.item-view-bottom-qian span:nth-child(4){ .item-view-bottom-qian span:nth-child(4){
font-weight: bold; font-size: 28rpx;
font-size: 31rpx;
color: #848484; color: #848484;
text-decoration-line: line-through; text-decoration-line: line-through;
margin-left: 5px; margin-left: 5px;
@ -211,14 +215,15 @@
} }
.item-view-jianjie{ .item-view-jianjie{
font-weight: 400; font-weight: 400;
font-size: 22rpx; font-size: 24rpx;
color: #848484; color: #999;
margin:5px 0px; margin:5px 0px;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */ -webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
padding: 10rpx 0;
} }
.item-view-biao{ .item-view-biao{
padding: 1px 2px; padding: 1px 2px;
@ -244,6 +249,7 @@
font-weight: normal; font-weight: normal;
color: #666666; color: #666666;
margin-left: 5px; margin-left: 5px;
font-size: 25rpx;
} }
.item-view-xiangmu{ .item-view-xiangmu{
width: 100%; width: 100%;
@ -287,6 +293,7 @@
.item-img image{ .item-img image{
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 14rpx;
} }
.item { .item {
width: 100%; width: 100%;
@ -296,9 +303,9 @@
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: 10px;
} }
.item-detail { .item-detail {
@ -366,7 +373,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;
@ -384,7 +391,7 @@
position: relative; position: relative;
} }
/deep/.uni-searchbar{ /deep/.uni-searchbar{
width: 240px; width: 250px;
border-radius: 31rpx; border-radius: 31rpx;
} }
.service-head-top-left image{ .service-head-top-left image{
@ -394,7 +401,7 @@
} }
.service-head-top-left span{ .service-head-top-left span{
font-weight: bold; font-weight: bold;
font-size: 44rpx; font-size: 38rpx;
color: #171717; color: #171717;
} }
.service-head-top-left{ .service-head-top-left{

View File

@ -34,12 +34,13 @@
</view> </view>
</view> </view>
<view class="header-bottom-title-bottom"> <view class="header-bottom-title-bottom">
<image src="../../static/my-cika.png" mode=""></image> <image src="../../static/cure.png" mode=""></image>
<span>{{liaoTime}}</span> <span>{{liaoTime}}</span>
</view> </view>
<view class="header-bottom-foot"> <view class="header-bottom-foot">
<view class="header-bottom-foot-title">服务保障</view>
<view class="header-bottom-foot-cont"> <view class="header-bottom-foot-cont">
<view class="header-bottom-foot-title">保障</view>
<view class="header-bottom-foot-view"> <view class="header-bottom-foot-view">
<image class="header-bottom-foot-view-img1" src="../../static/servicePackage/idCard.png" mode=""></image> <image class="header-bottom-foot-view-img1" src="../../static/servicePackage/idCard.png" mode=""></image>
<span>未服务全额退款</span> <span>未服务全额退款</span>
@ -799,12 +800,13 @@
.dingdan-btn{ .dingdan-btn{
text-align: center; text-align: center;
width: 62px; width: 80px;
height: 24px; height: 30px;
line-height: 24px; line-height: 30px;
border-radius: 4px; border-radius: 4px;
font-weight: bold; font-weight: bold;
font-size: 11px; font-size: 11px;
border-radius: 30rpx;
} }
.dingdan-btn-l{ .dingdan-btn-l{
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495); background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
@ -887,7 +889,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 15px 0px;
} }
.detail-foot-list-top span:nth-child(1){ .detail-foot-list-top span:nth-child(1){
font-weight: bold; font-weight: bold;
@ -904,7 +905,6 @@
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 20rpx;
color: #777777; color: #777777;
margin: 0px 25px 0px 5px;
} }
.detail-foot-list-top span:nth-child(3){ .detail-foot-list-top span:nth-child(3){
font-weight: 400; font-weight: 400;
@ -983,19 +983,19 @@
} }
.detail-foot-mian-top-text{ .detail-foot-mian-top-text{
color: #777777; color: #777777;
width:83%; width:80%;
margin-left: 5px;
} }
.detail-foot-mian-top,.detail-foot-mian-top-bottom{ .detail-foot-mian-top,.detail-foot-mian-top-bottom{
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
font-weight: bold; font-size: 26rpx;
font-size: 22rpx;
} }
.header-bottom-title-bottom span{ .header-bottom-title-bottom span{
font-weight: bold; font-weight: bold;
font-size: 22rpx; font-size: 24rpx;
color: #20AB95; color: #ff6f48;
} }
.header-bottom-title-bottom image{ .header-bottom-title-bottom image{
width: 34.03rpx; width: 34.03rpx;
@ -1008,6 +1008,11 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
margin: 5px 0px; margin: 5px 0px;
background: linear-gradient(90deg, #feefec, #fef5ec);
padding: 8rpx 20rpx;
border-radius: 10rpx;
border: 1px #efdfda solid ;
margin-top: 30rpx;
} }
.shouc image{ .shouc image{
width: 34.03rpx; width: 34.03rpx;
@ -1037,14 +1042,13 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
margin-bottom: 10px; margin: 30rpx 0;
} }
.detail-foot{ .detail-foot{
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 15px 0px;
} }
.tese span:nth-child(1){ .tese span:nth-child(1){
@ -1128,16 +1132,16 @@
height: 29.86rpx; height: 29.86rpx;
} }
.header-bottom-foot-view-img1{ .header-bottom-foot-view-img1{
width: 22.92rpx; width: 30rpx;
height: 17.36rpx; height: 30rpx;
} }
.header-bottom-foot-view-img2{ .header-bottom-foot-view-img2{
width: 16.67rpx; width: 28rpx;
height: 16.67rpx; height: 28rpx;
} }
.header-bottom-foot-view-img3{ .header-bottom-foot-view-img3{
width: 15.97rpx; width: 30rpx;
height: 18.06rpx; height: 30rpx;
} }
.header-bottom-foot-view image{ .header-bottom-foot-view image{
margin-right: 3px; margin-right: 3px;
@ -1147,24 +1151,22 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 0 5px;
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
background-color: rgba(8, 162, 138, 0.1); background-color: rgba(8, 162, 138, 0.1);
border-radius: 8px; border-radius: 30px;
font-weight: 400; font-weight: 400;
font-size: 8px; font-size: 11px;
color: #029D88; color: #029D88;
padding: 0 10rpx;
} }
.header-bottom-foot-title{ .header-bottom-foot-title{
width:100%;
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
text-align: left; text-align: left;
font-weight: 600; font-weight: 600;
font-size: 23rpx; font-size: 30rpx;
color: #08A28A; color: #029d88;
margin-top: 5px;
} }
.header-bottom-foot-cont{ .header-bottom-foot-cont{
width: 100%; width: 100%;
@ -1172,6 +1174,7 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin-top: 6rpx;
} }
.header-bottom-foot{ .header-bottom-foot{
width: 100%; width: 100%;
@ -1192,7 +1195,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:36.81rpx; font-size:46rpx;
font-weight: bold; font-weight: bold;
} }
.header-bottom-money-zhen span:nth-child(3){ .header-bottom-money-zhen span:nth-child(3){
@ -1212,17 +1215,19 @@
margin-top:5px; margin-top:5px;
} }
.header-bottom-money{ .header-bottom-money{
padding: 5px 15px;
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin-top: 5rpx;
} }
.header-bottom-title-num span{ .header-bottom-title-num span{
font-weight: bold;
font-size: 25rpx; font-size: 25rpx;
} }
.header-bottom-title-num span:nth-child(1){ .header-bottom-title-num span:nth-child(1){
font-weight: bold;
color: #08A28A; color: #08A28A;
} }
.header-bottom-title-num span:nth-child(2){ .header-bottom-title-num span:nth-child(2){

View File

@ -391,7 +391,7 @@
position: relative; position: relative;
} }
/deep/.uni-searchbar{ /deep/.uni-searchbar{
width: 240px; width: 250px;
border-radius: 31rpx; border-radius: 31rpx;
} }
.service-head-top-left image{ .service-head-top-left image{
@ -401,7 +401,7 @@
} }
.service-head-top-left span{ .service-head-top-left span{
font-weight: bold; font-weight: bold;
font-size: 36rpx; font-size: 38rpx;
color: #171717; color: #171717;
} }
.service-head-top-left{ .service-head-top-left{

BIN
static/cure.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB