浏览代码

style: 调整服务项样式

- 将服务项的伪元素 ::after 的 top 属性从 30px 修改为 15px
- 此修改旨在优化页面布局和视觉效果

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 月之前
父节点
当前提交
c67c421c5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/staticres/brand/css/property.css

+ 1 - 1
src/web/staticres/brand/css/property.css

@@ -89,7 +89,7 @@
 .services_data .services_data_item::after {
   content: '';
   position: absolute;
-  top: 30px;
+  top: 15px;
   right: 0;
   width: 2px;
   height: 146px;