- 在 .services_data .services_data_item:last-child::after 选择器中添加 display: none 样式 - 此修改确保了服务数据项的最后一个子元素不会显示伪元素 Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -96,6 +96,9 @@
background-color: #E0E5E8;
box-shadow: -1px 0 0 rgba(255, 255, 255, 1);
}
+.services_data .services_data_item:last-child::after {
+ display: none;
+}
.services_data .services_data_item .top {
font-size: 24px;