.qrcode{ width: 1000px; display: block;
overflow: inherit !important;
ul{ display: flex; height: 500px; border: 4px solid #dadada; background-color: #ffffff; box-sizing: border-box; margin: 0; padding: 0; list-style: none; >li:first-child{ flex: 1; padding: 50px 0; display: flex; flex-direction: column; font-size: 36px; padding-left: 24px; justify-content: space-between; p{ margin: 0; } } >li:last-child{ width: 400px; height: 400px; padding: 75px 50px 50px 0; } } }