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

View File

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