[improvement] ImagePreview: add less vars

This commit is contained in:
陈嘉涵
2019-05-12 18:43:15 +08:00
parent 9de9a4f248
commit 189e1248b8
3 changed files with 12 additions and 3 deletions
+3 -3
View File
@@ -22,14 +22,14 @@
position: absolute;
top: 10px;
left: 50%;
color: @white;
font-size: 14px;
color: @image-preview-index-text-color;
font-size: @image-preview-index-font-size;
letter-spacing: 2px;
transform: translate(-50%, 0);
}
&__overlay {
background-color: rgba(0, 0, 0, .9);
background-color: @image-preview-overlay-background-color;
}
.van-swipe {