|
@@ -46,10 +46,10 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
#IndexScene {
|
|
|
position: absolute;
|
|
|
- width: 100%;
|
|
|
+ width: unit(@designWidth, rem);
|
|
|
+ height: unit(@designHeight, rem);
|
|
|
padding: 0.05rem 1.2rem .5rem;
|
|
|
background-image: url('assets/img/IndexScene/index_bg.png');
|
|
|
background-size: cover;
|
|
@@ -107,13 +107,13 @@
|
|
|
}
|
|
|
.m-main {
|
|
|
width: 100%;
|
|
|
- height: 7.6rem;
|
|
|
+ height: 7.8rem;
|
|
|
margin-top: 0.3rem;
|
|
|
padding: .2rem 0rem 0rem 0rem;
|
|
|
overflow-y: hidden;
|
|
|
.scroll-list {
|
|
|
width: 100%;
|
|
|
- padding-bottom: 0.5rem;
|
|
|
+ padding-bottom: 0.3rem;
|
|
|
|
|
|
.history-wrapper {
|
|
|
font-size: 0;
|