popup component

This commit is contained in:
cookfront
2017-02-24 19:26:30 +08:00
parent 75b86832f0
commit 042b286583
3 changed files with 11 additions and 16 deletions

View File

@@ -1,13 +1,13 @@
.v-modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.701961);
}
@component-namespace z {
@b modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.701961);
}
@b popup {
position: fixed;
background-color: #fff;