|
@@ -100,14 +100,12 @@ export default {
|
|
|
.list {
|
|
|
padding: 12px;
|
|
|
.item {
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: cover;
|
|
|
- background-position-y: bottom;
|
|
|
border-radius: 5px;
|
|
|
padding: 15px 12px 15px 12px;
|
|
|
margin-bottom: 10px;
|
|
|
overflow: hidden;
|
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ background-color: white;
|
|
|
.title {
|
|
|
font-size: 15px;
|
|
|
font-weight: bold;
|