YM
2024-04-17 1ed69aab3d1c57f5096f57c8d77b396b0c5babe4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@import './base.css';
 
#app {
  width: 100%;
  height: 100%;
}
 
page {
  display: block;
}
 
.imgBox {
  position: relative;
}
 
.imgBox img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}