Files
YGChatCS/src/pages-quick/components/Card/styles/index.scss
2025-10-18 15:44:48 +08:00

22 lines
256 B
SCSS

.left {
height: 107px;
width: 80px;
}
.right {
height: 100%;
}
.amt {
&::before {
content: "¥";
font-size: 12px;
margin-right: 4px;
}
}
.btn {
background: linear-gradient(90deg, #ff3d60 57%, #ff990c 100%);
padding: 4px 8px;
}