@import "c/config"; @import "c/function"; .g-cpt { display: flex; flex-wrap: wrap; justify-content: center; // justify-content: space-around; // .g-l { // margin-right: auto; // } // .g-r { // margin-left: auto; // } } .m-people { position: relative; width: 850px; .title { padding: 10px; font-size: 22px; font-family: PingFang SC; font-weight: 800; color: #ffffff; display: flex; align-items: center; img { display: block; margin-right: 5px; } span { display: block; } } .more { // position: absolute; margin-left: auto; margin-top: -10px; width: 90px; height: 29px; line-height: 29px; background: linear-gradient(90deg, #1a5afd, #26c4ff); border-radius: 15px; font-size: 14px; font-family: PingFang SC; font-weight: 500; color: #ffffff; text-align: center; cursor: pointer; } .ren { position: relative; margin-top: 0; padding-bottom: 15px; .pic-ren { margin: 0 auto; pointer-events: none; } .ren-prop { position: absolute; width: 100px; height: 120px; &.z-1 { left: 170px; top: 10px; } &.z-6 { right: 170px; top: 10px; } &.z-2 { left: 55px; top: 110px; } &.z-5 { right: 55px; top: 110px; } &.z-3 { left: 115px; top: 245px; } &.z-4 { right: 115px; top: 245px; } > img { margin: 0 auto; } > span { display: block; font-size: 16px; line-height: 30px; font-family: PingFang SC; font-weight: 500; color: #ffffff; text-align: center; } &:hover { .ren-cnt { display: block; } } .ren-cnt { position: absolute; z-index: 10; display: none; box-sizing: border-box; top: 60px; left: 90px; padding: 10px; width: 162px; min-height: 60px; background: rgba(#b7c7e0, 0.24); line-height: 20px; h5 { margin: 0; font-size: 16px; font-family: PingFang SC; font-weight: 500; color: #fefefe; } p { margin: 0; margin-top: 4px; font-size: 14px; font-family: PingFang SC; font-weight: 400; color: #fefefe; } } } } } .m-pop { @include shield; background-color: rgba(#000, 0.9); overflow-y: scroll; .wrap { position: relative; margin: 120px auto; width: 1000px; .title { padding: 10px; font-size: 22px; font-family: PingFang SC; font-weight: 800; color: #ffffff; display: flex; align-items: center; img { display: block; margin-right: 5px; } span { display: block; } } .btn-close { position: absolute; top: -15px; right: -15px; cursor: pointer; } .list { display: flex; flex-wrap: wrap; padding: 10px 30px; .item { position: relative; box-sizing: border-box; padding-left: 15px; width: 33%; color: #fff; font-size: 18px; font-family: PingFang SC; font-weight: 400; color: #ffffff; line-height: 24px; margin: 20px 0; &::before { position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; content: ""; display: block; width: 7px; height: 7px; background: #0c81fe; border-radius: 3px; } } } .line { margin: 20px auto; width: 900px; height: 1px; border: 1px dashed #1257c9; } } } .m-relation { position: relative; margin-top: 20px; width: 850px; .title { padding: 10px; font-size: 22px; font-family: PingFang SC; font-weight: 800; color: #ffffff; display: flex; align-items: center; img { display: block; margin-right: 5px; } span { display: block; } } .info { position: relative; width: 410px; height: 312px; margin: 0 auto; .huzhu { position: relative; .huzhu-bg { display: block; } .huzhu-ico { position: absolute; display: block; top: 90px; left: 0; right: 0; margin: 0 auto; } .huzhu-name { position: absolute; display: block; top: 170px; width: 100%; font-size: 24px; font-family: PingFang SC; font-weight: 500; color: #ffffff; line-height: 30px; text-align: center; } > p { position: absolute; top: 200px; font-size: 16px; width: 100%; font-family: PingFang SC; font-weight: 500; color: #ffffff; text-align: center; } } .rel { position: absolute; width: 128px; height: 38px; .rel-line { position: absolute; z-index: 1; } .rel-text { @include toe; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; line-height: 38px; text-align: center; color: #fff; font-size: 18px; font-family: PingFang SC; font-weight: 500; .rel-name { font-size: 14px; } } &.z-zuo-2 { top: 138px; left: -33px - 128px; .rel-line { left: 127px; top: -28px; } } &.z-you-2 { top: 138px; right: -33px - 128px; .rel-line { right: 127px; top: -28px; } } &.z-zuo-1 { top: 43px; left: -33px - 128px; .rel-line { left: 131px; } } &.z-you-1 { top: 43px; right: -33px - 128px; .rel-line { right: 131px; } } &.z-zuo-3 { bottom: 41px; left: -33px - 128px; .rel-line { left: 131px; bottom: -2px; } } &.z-you-3 { bottom: 41px; right: -33px - 128px; .rel-line { right: 131px; bottom: -2px; } } } } }