| | |
| | | |
| | | html { |
| | | /* font-size: calc(100vw / 1440 * 96) !important; */ |
| | | font-size: 126px; |
| | | font-size: 100px; |
| | | } |
| | | |
| | | body { |
| | |
| | | |
| | | .relative { |
| | | position: relative; |
| | | /* z-index: 99999 !important; */ |
| | | z-index: 1; |
| | | } |
| | | |
| | | /* 字体宋体 */ |
| | | .font-family { |
| | | * { |
| | | font-family: 宋体; |
| | | } |
| | | .fontFamily { |
| | |
| | | color: #fff; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | /* |
| | | img { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } */ |
| | | |
| | | uni-page-wrapper { |
| | | width: 100%; |
| | |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | .el-dialog__wrapper, |
| | | .el-dialog { |
| | | position: relative; |
| | | z-index: 9999 !important; |
| | | } |
| | | |
| | | |
| | | .el-dropdown-menu{ |
| | | z-index: 999999999 !important; |
| | | } |