[AI Generated]: refactor(Views): 首页卡片分离命名 weight-card/detail-card
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user