分辨率
This commit is contained in:
@@ -22,3 +22,4 @@ For a detailed explanation on how things work, check out the [guide](http://vuej
|
|||||||
|
|
||||||
# 注意事项
|
# 注意事项
|
||||||
+ 华弘大屏分辨率都为 1920 * 1200
|
+ 华弘大屏分辨率都为 1920 * 1200
|
||||||
|
+ 看板分辨率为 1920 * 1080
|
||||||
@@ -133,7 +133,7 @@ export default {
|
|||||||
position relative
|
position relative
|
||||||
_wh(100%, 100%)
|
_wh(100%, 100%)
|
||||||
z-index 1
|
z-index 1
|
||||||
background center / 100% url('../images/bg-login.jpg') no-repeat
|
background center / 100% 100% url('../images/bg-login.jpg') no-repeat
|
||||||
.lizi
|
.lizi
|
||||||
position absolute
|
position absolute
|
||||||
top 0
|
top 0
|
||||||
|
|||||||
@@ -71,8 +71,9 @@ li {
|
|||||||
html, body {
|
html, body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1920px;
|
/* width: 1920px; */
|
||||||
height: 1200px;
|
/* height: 1080px; 看板 */
|
||||||
|
/* height: 1200px; 大屏 */
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user