@import "bower_components/zanui-weapp/dist/index.wxss"; page { font-family: HYQiHei-DES; } /* flex box */ .flex-horizontal { display: flex; flex-direction: row; } .flex-vertical { display: flex; flex-direction: column; } .flex-1 { flex: 0 0 8.33333%; } .flex-2 { flex: 0 0 16.66667%; } .flex-3 { flex: 0 0 25%; } .flex-4 { flex: 0 0 33.33333%; } .flex-5 { flex: 0 0 41.66667%; } .flex-6 { flex: 0 0 50%; } .flex-7 { flex: 0 0 58.33333%; } .flex-8 { flex: 0 0 66.66667%; } .flex-9 { flex: 0 0 75%; } .flex-10 { flex: 0 0 83.33333%; } .flex-11 { flex: 0 0 91.66667%; } .flex-12 { flex: 0 0 100%; } .flex-auto { flex: auto; } .flex-none { flex: none; } .flex-middle { align-self: center; } .flex-center { justify-content: center; } .flex-middle-helper { display: flex; flex-direction: row; align-items: center; } /* */ .block-center { margin-left: auto; margin-right: auto; }