소스 검색

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 {
 .services_data .services_data_item::after {
   content: '';
   content: '';
   position: absolute;
   position: absolute;
-  top: 30px;
+  top: 15px;
   right: 0;
   right: 0;
   width: 2px;
   width: 2px;
   height: 146px;
   height: 146px;