This commit is contained in:
kbing1981 2024-08-08 09:08:09 +08:00
parent 635a41b2e4
commit ae82d24df1
2 changed files with 6 additions and 6 deletions

View File

@ -2127,9 +2127,9 @@
border-radius: 9px;
}
.Service-Address{
font-size:30rpx;
font-size:34rpx;
color: #333;
// font-weight: bold;
font-weight: bold;
padding: 6rpx 0;
flex-direction: column;
}
@ -2168,8 +2168,8 @@
background: linear-gradient(90deg, #fc5f28, #fe3d24);
border-radius:6rpx;
color: #fff;
font-size:22rpx;
padding: 0rpx 6rpx;
line-height: 40rpx;
font-size:24rpx;
padding: 0rpx 10rpx;
line-height: 42rpx;
}
</style>

View File

@ -701,7 +701,7 @@
.z-tabs-item-title{
/*font-weight: bold;*/
font-size: 31rpx;
font-size:28rpx;
color: #019c88;
}