fix demo stylelint

This commit is contained in:
陈嘉涵
2019-05-10 10:28:31 +08:00
parent ba4f02b9b4
commit 0a2ed005af
15 changed files with 38 additions and 38 deletions
+4 -4
View File
@@ -135,8 +135,8 @@ export default {
&-item {
color: @white;
font-size: 20px;
text-align: center;
line-height: 150px;
text-align: center;
&:nth-child(even) {
background-color: #39a9ed;
@@ -148,11 +148,11 @@ export default {
}
img {
display: block;
box-sizing: border-box;
width: 100%;
height: 240px;
display: block;
padding: 30px 60px;
box-sizing: border-box;
background-color: @white;
pointer-events: none;
}
@@ -171,8 +171,8 @@ export default {
right: 5px;
bottom: 5px;
padding: 2px 5px;
font-size: 12px;
color: @white;
font-size: 12px;
background: rgba(0, 0, 0, .1);
}
}