This commit is contained in:
张成
2025-11-10 16:52:23 +08:00
parent 9150aec3f2
commit cf73de080e
2 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@
gap: 5.85px; // 根据设计稿调整间距5.853658676147461px
padding: 7.8px; // 根据设计稿调整内边距7.804878234863281px
flex: 1; // 响应式:占据剩余空间,适配不同屏幕
max-width: 61%; // 根据设计稿:最大宽度 240px大屏幕限制
max-width: 55%; // 根据设计稿:最大宽度 240px大屏幕限制
min-width: 0; // 允许在小屏幕上缩小
height: 29.27px; // 根据设计稿调整高度29.27px
min-height: 29.27px; // 确保最小高度
@@ -95,7 +95,7 @@
background: #fff;
border-radius: 999px; // 根据设计稿:完全圆角
border: 0.49px solid rgba(0, 0, 0, 0.06); // 根据设计稿调整边框0.4878048896789551px
box-shadow: 0px 3.9px 46.83px 0px rgba(0, 0, 0, 0.08); // 根据设计稿调整阴影
// box-shadow: 0px 3.9px 46.83px 0px rgba(0, 0, 0, 0.08); // 根据设计稿调整阴影
font-family: "PingFang SC"; // 根据设计稿设置字体
font-size: 13.66px; // 根据设计稿调整字体大小13.658536911010742px
font-style: normal;