服务套餐

This commit is contained in:
kbing1981 2024-06-27 20:39:03 +08:00
parent 264d1a25fe
commit 72be6624e3
1 changed files with 23 additions and 27 deletions

View File

@ -770,16 +770,15 @@
line-height: 80rpx; line-height: 80rpx;
} }
.detail-btn{ .detail-btn{
width:95%; width: 90%;
height: 92rpx;
line-height: 92rpx;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
border-radius: 46rpx;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
font-weight: 400; background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
font-size: 42rpx; height:80rpx;
color: #FFFFFF; border-radius: 80rpx;
color: #ffffff;
line-height: 80rpx;
font-size: 38rpx;
} }
.header-top image{ .header-top image{
width: 706.25rpx; width: 706.25rpx;
@ -815,7 +814,7 @@
} }
.detail-foot-nav-text{ .detail-foot-nav-text{
font-weight: bold; font-weight: bold;
font-size: 32rpx; font-size: 34rpx;
color: #000000; color: #000000;
} }
.detail-foot-nav{ .detail-foot-nav{
@ -831,7 +830,7 @@
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: 13px;
color: #FFFFFF; color: #FFFFFF;
text-align: right; text-align: right;
line-height: 32px; line-height: 32px;
@ -866,12 +865,11 @@
.tese span:nth-child(1){ .tese span:nth-child(1){
font-weight: bold; font-weight: bold;
font-size: 22rpx; font-size: 28rpx;
color: #333333; color: #666;
} }
.tese span:nth-child(2){ .tese span:nth-child(2){
font-weight: 400; font-size: 28rpx;
font-size: 22rpx;
color: #8D9194; color: #8D9194;
} }
.tese{ .tese{
@ -881,6 +879,7 @@
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */ -webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
margin-top: 8px;
} }
.detail-foot-list-top span:nth-child(1){ .detail-foot-list-top span:nth-child(1){
font-weight: bold; font-weight: bold;
@ -900,9 +899,8 @@
margin: 0px 25px 0px 5px; 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-size: 30rpx;
font-size: 22rpx; color: #029d88;
color: #777777;
} }
.detail-foot-mian{ .detail-foot-mian{
@ -911,6 +909,7 @@
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-top: 8px;
} }
.jianjie{ .jianjie{
font-weight: 400; font-weight: 400;
@ -927,10 +926,7 @@
} }
.header-bottom-mian-title{ .header-bottom-mian-title{
width: 100%; width: 100%;
display: flex; margin-bottom: 3px;
flex-direction: row;
align-items: center;
margin-bottom: 6px;
} }
.header-bottom-mian-title span{ .header-bottom-mian-title span{
font-weight: 400; font-weight: 400;
@ -1001,7 +997,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:40rpx;
font-weight: bold; font-weight: bold;
} }
.header-bottom-money-zhen span:nth-child(3){ .header-bottom-money-zhen span:nth-child(3){
@ -1018,7 +1014,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
margin-top:5px; margin-top:8px;
} }
.header-bottom-money{ .header-bottom-money{
width: 100%; width: 100%;
@ -1028,7 +1024,7 @@
} }
.header-bottom-title-num span{ .header-bottom-title-num span{
font-weight: bold; font-weight: bold;
font-size: 25rpx; font-size: 30rpx;
} }
.header-bottom-title-num span:nth-child(1){ .header-bottom-title-num span:nth-child(1){
color: #08A28A; color: #08A28A;
@ -1057,7 +1053,7 @@
.header-bottom{ .header-bottom{
width: 100%; width: 100%;
background-color: #fff; background-color: #fff;
padding: 15px; padding: 15px 20px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }