pref: 优化首页主题卡片样式

This commit is contained in:
xiaozzzi 2024-04-05 11:10:00 +08:00
parent 09c6a4a091
commit dee2794f86

View File

@ -139,7 +139,7 @@ $width-item: 210px;
@include font(14px, 300); @include font(14px, 300);
@include themeColor(#3e3e3e, #b3b3b3); @include themeColor(#3e3e3e, #b3b3b3);
@include themeBg(#ffffffe1, #151515d2); @include themeBg(#ffffffe1, #151515d2);
@include themeShadow(0 3px 7px rgb(144, 144, 144), 0 3px 5px rgb(14, 14, 14)); @include themeShadow(0 3px 7px rgb(198, 198, 198), 0 3px 5px rgb(14, 14, 14));
@include ellipsis(); @include ellipsis();
line-height: 40px; line-height: 40px;
padding: 0 10px; padding: 0 10px;