Sanakey
2020-08-13 d98d05000c3d14e1f12a7754ebeea11ec1fa0f0b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* component/slideIn.wxss */
/*.container{*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*overflow: auto;*/
/*}*/
.animation-container {
  width: 100%;
  /* height: 600rpx; */
  max-height: 700rpx;
  position: fixed;
  bottom: -700rpx;
  left: 0;
  z-index: 999;
  background: #fff;
  overflow: auto;
}