.filesCheck { &-nav { height: 100%; background-color: #ffffff; border-right: 1px solid #e6e6e6; display: flex; flex-direction: column; &-title { padding: 0 24px; height: 40px; line-height: 40px; } &-menu{ flex: 1; overflow-y: auto; overflow-x: hidden; } } &-main { flex: 1; position: relative; &-action { width: 100%; height: 48px; line-height: 48px; background-color: #ffffff; border-bottom: 1px solid #e6e6e6; display: flex; align-items: center; justify-content: flex-end; padding: 0 24px; &-title { flex: 1; h3 { margin: 0; } } &-item { padding: 0 16px; font-size: 20px; } } &-imgBg { position: absolute; top: 49px; bottom: 0; left: 0; right: 0; text-align: center; overflow: hidden; &:before { display: inline-block; width: 1px; height: 50%; margin-right: -1px; content: ''; } } &-img { max-width: 100%; max-height: 100%; vertical-align: middle; transform: scaleZ(1); cursor: -webkit-grab; cursor: grab; transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: auto; } &-other { background-color: #ffffff; margin: 24px; padding: 24px; text-align: center; &-icon { font-size: 48px; color: #1089ff; } &-text { padding: 24px 0; } } } &-imgLeft { position: absolute; width: 50px; height: 50px; border-radius: 50%; background-color: #ffffff; z-index: 99; line-height: 50px; text-align: center; font-size: 20px; opacity: 0.8; top: 50%; margin-top: -25px; left: 32px; } &-imgRight { position: absolute; width: 50px; height: 50px; border-radius: 50%; background-color: #ffffff; z-index: 99; line-height: 50px; text-align: center; font-size: 20px; opacity: 0.8; top: 50%; margin-top: -25px; right: 32px; } &-imgLeft, &-imgRight { &:hover { opacity: 1; cursor: pointer; } } }