/* 头部椭圆 */ .head { width: 442px; height: 285px; background-color: #4b3ab0; border-radius: 50%; position: absolute; left: -34px; top: -155px; z-index: -1; } .user { width: 100%; } .user .up { width: 100%; height: 40px; margin-top: 9px; display: flex; align-items: center; justify-content: space-between; color: #fff; } .user .up .left { height: 40px; display: flex; align-items: center; justify-content: start; } .user .up .left image { width: 40px; height: 40px; margin-left: 17px; margin-right: 8px; } image.bianji { width: 43px; height: 18px; position: absolute; top: 9px; left: 155px; } .user .up .left view { height: 40px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; } .user .up .left view text:first-child { font-size: 15px; font-weight: bold; } .user .up .left view text:last-child { font-size: 13px; } .user .up .right { height: 40px; } .user .up .right image { width: 14px; height: 15px; vertical-align: middle; margin-right: 4px; } .user .up .right text { font-size: 12px; text-decoration: underline; margin-right: 10px; } .user .down { width: 100%; height: 82px; display: flex; flex-direction: column; align-items: center; justify-content: start; } .user .down image { width: 16px; height: 16px; vertical-align: middle; margin-right: 2px; } .user .down view:first-child { font-size: 36px; color: #FFD800; font-weight: bold; } .user .down view:last-child { font-size: 15px; color: #C7C4D8; margin-top: -2px; } /* 详细数据 */ .detail { width: 100%; height: 102px; text-align: center; margin: 10px auto; } .detail view { color: #6C6C6C; font-size: 10px; } .detail view view:first-child { color: #000; font-size: 30px; } .detail image { width: 114px; height: 83px; } /* 菜单 */ .menu { width: 100%; } .menu image:first-child { width: 21px; height: 21px; } .menu image:last-child { width: 9px; height: 16px; } .contact_button{ position: relative; bottom: 45px; opacity: 0; } .icon1{ width: 19px; height: 20px; padding:1px 2px; margin: 0px 2px; } .icon2{ width: 20px; height: 23px; padding:1px 2px; margin: 0px 2px; } .icon3{ width: 21px; height: 21px; padding:1px 2px; margin: 0px 2px; } .icon4{ width: 17px; height: 20px; padding:1px 2px; margin: 0px 2px; }