作者 李洪娟

合并分支 'lihong' 到 'master'

Lihong



查看合并请求 !10
... ... @@ -114,8 +114,8 @@ span.back_href {
line-height: .5rem;
}
.container{
width: 7.5rem;
height: 100%;
width: 7.5rem;
/*height: 100%;*/
margin: 0 auto;
box-sizing: border-box;
overflow-y: scroll;
... ...
.container {
body{
background: url(../../images/login_bg.png) center no-repeat;
}
.container {
/*background: url(../../images/login_bg.png) center no-repeat;*/
background-size: 100% 100%;
padding-top: 1rem;
}
... ...
... ... @@ -27,6 +27,13 @@
background-color: #FFFFFF;
box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.6);
}
.get_num {
position: absolute;
font-size: 0.28rem;
color: #F4AC30;
line-height: 1rem;
right: 1.37rem;
}
</style>
</head>
... ...