Shaun Chyxion 1eaa603d00 update
2017-06-15 22:44:37 +08:00

41 lines
805 B
CSS

.login-logo {
width: 120px;
height: 24px;
background: url(../images/lemo-logo.png) no-repeat;
background-size: contain;
display: inline-block;
}
.top-nav-logo {
width: 98px;
height: 20px;
background: url(../images/lemo-logo.png) no-repeat;
background-size: contain;
display: inline-block;
}
.device {
margin: 0 auto;
width: 230px;
height: 480px;
background: url('../images/device-sprite-iPhone-5s.png') no-repeat;
background-size: contain;
}
.device-content {
padding: 31% 0 0 0;
margin: 0 0 0 8.6%;
width: 83%;
height: 85.6%;
overflow: hidden;
}
.spinbox-up {
border-top-left-radius: 0 !important;
}
.desktop {
background: url('../images/desktop.jpg') no-repeat center center;
background-size: contain;
}