1.container { 2 flex-direction: column; 3 justify-content: center; 4 align-items: center; 5} 6 7.bg-img { 8 flex-shrink: 0; 9 width: 100%; 10 height: 100%; 11} 12 13.container-inner { 14 justify-content: flex-start; 15 align-items: center; 16 width: 100%; 17 height: 100%; 18 margin: 0; 19 padding: 0; 20} 21 22.title { 23 position: fixed; 24 bottom:10vp; 25 font-size: 14fp; 26 font-weight: bold; 27 color: #FFFFFF; 28 text-overflow: ellipsis; 29 max-lines: 1; 30 margin-left: 12vp; 31} 32