@charset "UTF-8"; .c0 { background-image: url("../assets/img/loginBackground.jpg"); height: 100vh; background-size: cover; } .c { width: 100vw; height: 100%; } .bg { width: 100%; height: 100vh; background: rgba(255, 255, 255, 0.2); display: flex; justify-content: center; } .main { margin-top: 70px; } .main .main-title { border-left: 5px solid #1047f7; padding-left: 10px; margin: 20px 0; position: relative; } .main .main-title p { font-weight: 700; } .deepBlue { background: #1047f7; color: white; border: none; } .deepBlue:hover { background-color: #2d5cf8; color: white; } .flex { display: flex; } .back { position: absolute; top: 0px; left: -30px; cursor: pointer; } .content { width: 1262px; margin-bottom: 80px; background-color: #fff; padding: 20px 40px; border-radius: 10px; } /* //element-ui table的去除右侧滚动条的样式 */ ::-webkit-scrollbar { width: 4px; } ::-webkit-scrollbar-thumb { background-color: #666; } ul, li { list-style: none; }