This commit is contained in:
王鹏
2025-08-14 14:52:01 +08:00
commit 0c2edb6036
1551 changed files with 41152 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
.shopcard{
display: flex;
align-items: center;
height: 80px;
gap: 12px;
}
.shopcard_img{
width: 120px;
height: 100%;
border-radius: 4px;
}
.shopcard_content{
height: 100%;
flex: 6;
display: flex;
flex-direction: column;
gap: 6px;
justify-content: space-around;
}
.shopcard_content_title{
font-size: 16px;
}
.shopcard_content_auth{
font-size: 10px!important;
}
.shopcard_num{
font-size: 10px;
display: flex;
gap: 20px;
color: #707070;
}