no message

Former-commit-id: 7027cff0d07eb6e8500ce4812ca96668b4bdfc2f [formerly 7027cff0d07eb6e8500ce4812ca96668b4bdfc2f [formerly 7027cff0d07eb6e8500ce4812ca96668b4bdfc2f [formerly 7027cff0d07eb6e8500ce4812ca96668b4bdfc2f [formerly 053227b1dd275eaf51ec88490e169565c7be9ca8 [formerly ad41b73e168c840d22ecbc83653631f8705d52cf]]]]]
Former-commit-id: 818a788f3e46f07a5cab88bceb8aa3de302e3372
Former-commit-id: 3c2f81e69fb3029131f1d562d1c31d8bff7baf4b
Former-commit-id: 64505b817685514db8f72a39fde457620f518efe [formerly 772c6245b228cb833f61a21935571ad1c4caea11]
Former-commit-id: 2f6ed75df5d2944290b81e5ebd7f89f262df1930
Former-commit-id: 58799ead13d249a4c2e1db9273fca1b4cab2de8c
Former-commit-id: 3257aa89aefd9f65985259e213cb9ad61a38692b
Former-commit-id: 1cc9384582ffb9813cbe7a0ea3113c6229853131
Former-commit-id: d44e198a52d2f629631cc1ea2ea0370715d4aa6c
This commit is contained in:
liyang
2018-06-15 22:40:01 +08:00
parent dbfe3f44d1
commit fc3536eb27

View File

@@ -1,9 +1,11 @@
// 主题公用
.layout-main-group {
height: 100vh;
width: 100vw;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
position: relative;
// 背景上面的半透明遮罩
.layout-main-mask {
position: absolute;
top: 0px;
@@ -12,9 +14,7 @@
left: 0px;
background-color: rgba(#000, .3);
}
}
// 主题公用
// 主体
.layout-main {
position: absolute;
top: 0px;
@@ -179,6 +179,7 @@
}
}
}
}
// 每个主题特有的设置