[AI Generated]: refactor(Views): 首页卡片分离命名 weight-card/detail-card

This commit is contained in:
17792275749
2026-05-13 09:28:00 +08:00
parent ce49b77f17
commit 98a763d4f6
33 changed files with 908 additions and 24 deletions
+18
View File
@@ -30,4 +30,22 @@ image {
width: 100%;
height: 100%;
box-sizing: border-box;
}
.arrow {
position: relative;
&::after {
position: absolute;
right: 24rpx;
top: 0;
bottom: 0;
margin: auto;
content: "";
width: 10rpx;
height: 10rpx;
border-left: 4rpx solid #b6b6b6;
border-top: 4rpx solid #b6b6b6;
transform: rotate(135deg);
}
}