mirror of
https://github.com/PlayEdu/backend
synced 2025-07-29 19:39:37 +08:00
23 lines
339 B
Plaintext
23 lines
339 B
Plaintext
.thumb-item {
|
|
width: 80px;
|
|
height: 60px;
|
|
cursor: pointer;
|
|
margin-right: 8px;
|
|
border-radius: 6px;
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.thumb-item-avtive {
|
|
width: 80px;
|
|
height: 60px;
|
|
border: 2px solid #ff4d4f;
|
|
cursor: pointer;
|
|
margin-right: 8px;
|
|
border-radius: 8px;
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
}
|