- 将服务项的伪元素 ::after 的 top 属性从 30px 修改为 15px - 此修改旨在优化页面布局和视觉效果 Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -89,7 +89,7 @@
.services_data .services_data_item::after {
content: '';
position: absolute;
- top: 30px;
+ top: 15px;
right: 0;
width: 2px;
height: 146px;