diff --git a/pages/index/orderdetails.vue b/pages/index/orderdetails.vue index 2da8463..528ed15 100644 --- a/pages/index/orderdetails.vue +++ b/pages/index/orderdetails.vue @@ -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; }