.Layout { width: 100%; height: 100%; display: flex; :global { .layoutLeft { position: relative; z-index: 10; width: 220px; height: 100%; box-shadow: 0px 0px 5px 3px; .layoutLeftTop { height: 60px; background-color: var(--themeColor); padding: 7px 0 0 20px; &>h3 { color: #fff; } } .layoutLeftMain { height: calc(100% - 60px); padding: 20px; background-image: url('../../assets/img/layoutLeftMain.jpg'); background-size: 100% 100%; .mainBoxL2RowBox { margin-bottom: 20px; .mainBoxL2RowBoxTit{ padding-left: 3px; display: flex; margin-bottom: 10px; font-size: 16px; font-weight: 700; color: black; &>.txt{ margin-left: 15px; } } .mainBoxL2Row { padding-left: 50px; cursor: pointer; height: 40px; line-height: 40px; font-size: 14px; position: relative; margin-bottom: 5px; .rowTip{ height: 26px; width: 26px; position: absolute; z-index: 10; right: 30px; top: 50%; transform: translateY(-50%); border-radius: 50%; background-color: var(--themeColor); font-size: 12px; color: #fff; display: flex; justify-content: center; align-items: center; } .tabImg { z-index: 3; position: absolute; top: 50%; left: 20px; transform: translateY(-50%); width: 20px; } .tabImgAc { z-index: 3; position: absolute; top: 50%; left: 20px; transform: translateY(-50%); width: 20px; display: none; } &:hover { color: #fff; background-image: url('../../assets/img/activeLL.png'); background-size: 100% 100%; .tabImgAc { display: block; } } } .active { color: #fff; pointer-events: none; background-image: url('../../assets/img/activeLL.png'); background-size: 100% 100%; .tabImgAc { display: block; } } } } } .layoutRight { width: calc(100% - 220px); height: 100%; .layoutRightTop { height: 60px; background-image: url('../../assets/img/layoutTop.jpg'); background-size: 100% 100%; display: flex; justify-content: flex-end; position: relative; z-index: 11; .user { padding-right: 40px; display: flex; align-items: center; padding-left: 55px; cursor: pointer; position: relative; background: url('../../assets/img/user.png') no-repeat left center; background-size: 40px 40px; font-size: 16px; color: #fff; .userInco { margin-left: 10px; color: #fff; } .userInco1 { display: none; } .userSet { border-radius: 10px; overflow: hidden; width: 140px; opacity: 0; pointer-events: none; transition: bottom .3s; height: 120px; position: absolute; left: 50%; transform: translateX(-50%); bottom: -80px; padding-top: 20px; color: rgb(226, 223, 223); &>span { background-color: var(--themeColor); display: block; width: 100%; height: 50px; line-height: 50px; text-align: center; &:first-child { border-radius: 10px 10px 0 0; } &:hover { color: #fff; } } } &:hover { .userSet { opacity: 1; pointer-events: auto; bottom: -110px; } .userInco1 { display: block; } .userInco2 { display: none; } } } } .layoutRightMain { height: calc(100% - 60px); .mainBoxR { width: 100%; height: 100%; background-image: url('../../assets/img/bg.jpg'); background-size: 100% 100%; overflow: hidden; padding: 20px 30px; &>div { width: 100%; height: 100%; } } } } } }