@@ -689,15 +689,17 @@
padding: 10px;
box-sizing: border-box;
.item {
+ background: url('@/assets/bg.png');
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
display: inline-block;
width: 32%;
margin-right: 2%;
- height: 200px;
+ aspect-ratio: 16/20;
margin-bottom: 10px;
border-radius: 5px;
- border: 1px solid #ddd;
cursor: pointer;
> div:first-child {
flex: 1;
@@ -706,11 +708,13 @@
justify-content: center;
> img {
width: 100%;
- aspect-ratio: 32/16;
+ aspect-ratio: 16/16;
}
> div:last-child {
- height: 20px;
+ color: #1383f1;
+ font-weight: bold;
+ padding: 10px;
font-size: 16px;
display: flex;
align-items: center;