* { margin: 0%; padding: 0; box-sizing: border-box; } html { font-size: calc(100 * 100vw / 1440) !important; /* font-size: 10px; */ } body { font-size: .16rem !important; } .flex { display: flex; align-items: center; justify-content: space-between; } .flex-column { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .flex-center { align-items: center; justify-content: center; } .flex-grow { flex-grow: 1; } .flex-column { flex-direction: column; } .flex-shrink { flex-shrink: 0; } .flex-start { justify-content: flex-start } .flex-content{ justify-content: space-around; } .flex-items-start{ align-items: flex-start; } .relative { position: relative; z-index: 99999 !important; } /* 字体宋体 */ .font-family{ font-family: 宋体; } ul { list-style: none; } html { color: #fff; background-color: #fff; } img { width: 100%; height: 100%; }