首页顺序调整、检测详情 图标小一点 字大一点

This commit is contained in:
xiaofajia 2024-12-11 10:05:22 +08:00
parent 685698063a
commit 4774df24b2

View File

@ -1311,8 +1311,8 @@ image {
}
.step-circle {
width: 20px;
height: 20px;
width: 18px;
height: 18px;
border-radius: 50%;
background: linear-gradient(to right, #F1F1F1, #858899);
box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
@ -1330,8 +1330,8 @@ image {
}
.step-content {
font-size: 14px;
line-height: 24px; /* 与图标高度对齐 */
font-size: 16px;
line-height: 20px; /* 与图标高度对齐 */
color: #333;
}