diff --git a/cs.html b/cs.html index 73586ee..ad2fb84 100644 --- a/cs.html +++ b/cs.html @@ -10,6 +10,7 @@ display: flex; /* 使用Flex布局 */ justify-content: center; /* 让菜单居中 */ border-bottom: 1px solid #ccc; /* 导航栏下边框样式 */ + border-radius:5px; } ul {