|
@@ -147,8 +147,8 @@ header h1 {
|
|
transform: scale(0.95); /* 轻微缩放效果 */
|
|
transform: scale(0.95); /* 轻微缩放效果 */
|
|
}
|
|
}
|
|
to {
|
|
to {
|
|
- opacity: 1;
|
|
|
|
- transform: scale(1);
|
|
|
|
|
|
+ opacity: 0;
|
|
|
|
+ transform: scale(0.95); /* 轻微缩放效果 */
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -265,7 +265,7 @@ main {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* 过渡效果 */
|
|
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* 过渡效果 */
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* iOS 系统字体 */
|
|
|
|
|
|
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* 字体 */
|
|
padding-bottom: 20px; /* 添加底部填充,以防止内容溢出 */
|
|
padding-bottom: 20px; /* 添加底部填充,以防止内容溢出 */
|
|
}
|
|
}
|
|
|
|
|
|
@@ -277,7 +277,7 @@ main {
|
|
|
|
|
|
/* 卡片顶部蓝色区域 */
|
|
/* 卡片顶部蓝色区域 */
|
|
.license-info-card-header {
|
|
.license-info-card-header {
|
|
- background-color: #007aff; /* iOS风格的蓝色 */
|
|
|
|
|
|
+ background-color: #007aff; /* 蓝色 */
|
|
height: 50px; /* 顶部蓝色部分的高度 */
|
|
height: 50px; /* 顶部蓝色部分的高度 */
|
|
border-top-left-radius: 15px;
|
|
border-top-left-radius: 15px;
|
|
border-top-right-radius: 15px;
|
|
border-top-right-radius: 15px;
|
|
@@ -307,21 +307,21 @@ main {
|
|
.card-text {
|
|
.card-text {
|
|
margin: 10px 0; /* 增加字段之间的间距 */
|
|
margin: 10px 0; /* 增加字段之间的间距 */
|
|
font-size: 18px; /* 提高字体大小 */
|
|
font-size: 18px; /* 提高字体大小 */
|
|
- color: #3a3a3c; /* 中灰色,符合iOS风格 */
|
|
|
|
|
|
+ color: #3a3a3c; /* 中灰色, */
|
|
line-height: 1.6; /* 行间距调整,确保更好的可读性 */
|
|
line-height: 1.6; /* 行间距调整,确保更好的可读性 */
|
|
}
|
|
}
|
|
|
|
|
|
/* 许可证状态的颜色 */
|
|
/* 许可证状态的颜色 */
|
|
.license-status-green {
|
|
.license-status-green {
|
|
- color: #34c759; /* iOS的绿色 */
|
|
|
|
|
|
+ color: #34c759; /* 绿色 */
|
|
}
|
|
}
|
|
|
|
|
|
.license-status-yellow {
|
|
.license-status-yellow {
|
|
- color: #ffcc00; /* iOS的黄色 */
|
|
|
|
|
|
+ color: #ffcc00; /* 黄色 */
|
|
}
|
|
}
|
|
|
|
|
|
.license-status-red {
|
|
.license-status-red {
|
|
- color: #ff3b30; /* iOS的红色 */
|
|
|
|
|
|
+ color: #ff3b30; /* 红色 */
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -384,7 +384,7 @@ main {
|
|
.license-info-modal-content.show {
|
|
.license-info-modal-content.show {
|
|
opacity: 1; /* 动画显示模态框 */
|
|
opacity: 1; /* 动画显示模态框 */
|
|
width: 80vw; /* 宽度占据视口80% */
|
|
width: 80vw; /* 宽度占据视口80% */
|
|
- height: 70vh; /* 高度占据视口70% */
|
|
|
|
|
|
+ height: 90vh; /* 高度占据视口70% */
|
|
top: 50%; /* 垂直居中 */
|
|
top: 50%; /* 垂直居中 */
|
|
left: 50%; /* 水平居中 */
|
|
left: 50%; /* 水平居中 */
|
|
transform: translate(-50%, -50%) scale(1); /* 完全居中,且带有缩放效果 */
|
|
transform: translate(-50%, -50%) scale(1); /* 完全居中,且带有缩放效果 */
|
|
@@ -414,7 +414,7 @@ main {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
}
|
|
}
|
|
|
|
|
|
-/* 标题的 iOS 风格 */
|
|
|
|
|
|
+/* 标题的 风格 */
|
|
.license-info-modal-header h2 {
|
|
.license-info-modal-header h2 {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
@@ -436,8 +436,8 @@ main {
|
|
border-radius: 8px; /* 设置圆角 */
|
|
border-radius: 8px; /* 设置圆角 */
|
|
padding: 15px; /* 内部填充 */
|
|
padding: 15px; /* 内部填充 */
|
|
margin-bottom: 15px; /* 组之间的间隔 */
|
|
margin-bottom: 15px; /* 组之间的间隔 */
|
|
- background-color: #f9f9f9; /* 设置浅灰色背景 */
|
|
|
|
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 设置轻微的阴影 */
|
|
|
|
|
|
+ background-color: #ffffff; /* 设置白色背景 */
|
|
|
|
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6); /* 设置轻微的阴影 */
|
|
}
|
|
}
|
|
|
|
|
|
.license-info-group-box p {
|
|
.license-info-group-box p {
|
|
@@ -483,6 +483,7 @@ main {
|
|
color: #3a3a3c; /* 字体颜色为深灰色 */
|
|
color: #3a3a3c; /* 字体颜色为深灰色 */
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
line-height: 1.6; /* 行高 */
|
|
line-height: 1.6; /* 行高 */
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
/* 添加滚动条样式,符合iOS的滑动效果 */
|
|
/* 添加滚动条样式,符合iOS的滑动效果 */
|
|
@@ -555,6 +556,14 @@ main {
|
|
color: white; /* 当前选中的选项字体颜色为白色 */
|
|
color: white; /* 当前选中的选项字体颜色为白色 */
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+.license-info-modal-project-info {
|
|
|
|
+ border: 1px solid #ccc; /* 设置边框样式 */
|
|
|
|
+ padding: 5px; /* 设置内边距 */
|
|
|
|
+ border-radius: 5px; /* 设置圆角 */
|
|
|
|
+ background-color: #f9f9f9; /* 设置背景颜色 */
|
|
|
|
+}
|
|
|
|
+
|
|
/* 侧边栏的菜单项与搜索框保持间距 */
|
|
/* 侧边栏的菜单项与搜索框保持间距 */
|
|
nav ul {
|
|
nav ul {
|
|
padding-top: 20px;
|
|
padding-top: 20px;
|