html, body { width: 100%; height: 98%; margin: 0; padding: 0; display: flex; justify-content: space-between; background-color: #011C21; } #toolbarDiv::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353; background-color: skyblue; background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); } ::-webkit-scrollbar { width: 4px; /*对垂直流动条有效*/ height: 8px; /*对水平流动条有效*/ } .left{ margin-top: 3%; margin-left: 5%; border: 5px dashed #1F70CE; height: 80.6%; width: 42%; box-shadow: 5px 5px 10px 0 rgba(31, 112, 206, 0.75); } .left-one{ margin-top: 1%; height: 10%; width: 100%; text-align: center; font-size: 35px; } .left-two{ margin-top: 2%; height: 4%; width: 100%; } .left-two-font{ width: 400px; color: #ffffff; margin-left: 50%; } .left-three{ height: 4%; width: 100%; } .left-three-font{ width: 400px; color: #ffffff; margin-left: 50%; } .left-three-a{ margin-left: 6%; } .left-four{ margin-top: 1%; height: 5%; width: 100%; } .left-four-button{ width: 100px; height: 35px; border-radius: 5px; margin-left: 20px; background-color: rgba(102, 177, 255); } .left-five{ margin-top: 3%; margin-left: 20px; width: 94%; } .right{ margin-right: 5%; margin-top: 3%; border: 5px dashed #1F70CE; height: 80.6%; width: 42%; box-shadow: 5px 5px 10px 0 rgba(31, 112, 206 , 0.75); } .right-one{ margin-top: 1%; height: 10%; width: 100%; text-align: center; font-size: 35px; } .right-two{ margin-top: 2%; height: 4%; width: 100%; } .right-two-font{ width: 400px; color: #ffffff; margin-left: 50%; } .right-three{ height: 4%; width: 100%; } .right-three-font{ width: 400px; color: #ffffff; margin-left: 50%; } .right-three-a{ margin-left: 6%; } .right-four{ margin-top: 1%; height: 5%; width: 100%; } .right-four-button{ width: 100px; height: 35px; border-radius: 5px; margin-left: 20px; background-color: rgba(102, 177, 255); } .right-five{ margin-top: 3%; margin-left: 20px; width: 94%; }