.bck2 { width: 100%; height: 200rem; background-color: rgb(80, 80, 242); } #head_pic { position: relative; left: 50%; transform: translate(-50%, -120%); width: 100rem; height: 150rem; font-size: 18rem; } .head_content { width: 100%; height: 100rem; border: 2rem solid rgb(225, 223, 223); border-radius: 50%; overflow: hidden; background-color: #ffffff; } #my_head { height: 100rem; width: 100rem; } #my_name { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; text-align: center; margin-top: 10rem; color: #ffffff; } .my_item { height: 400rem; border: 1px solid rgb(232, 228, 228); z-index: 99; position: relative; margin-top: -180rem; margin-bottom: 20rem; left: 50%; transform: translate(-50%); width: 92%; background-color: #fffdfd; font-size: 12rem; border-radius: 10rem; box-shadow: 5px 5px 10px rgb(220, 217, 217); } .my_item>ul { list-style: none; padding: 0 0 0 20rem; } .my_item>ul li { border-bottom: 1px solid rgb(214, 214, 214); height: 60rem; display: flex; justify-content: space-between; align-items: center; font-size: 14rem; font-weight: 600; } .my_item>ul li div { display: flex; width: 100rem; justify-content: space-around; align-items: center; } .my_item>ul li div img { width: 20rem; } .my_item>ul li>img { margin-right: 20rem; }