/* pages/myInfo/myInfo.wxss */ page { background-color: #F7F7FA; } .over-ellipsis { text-overflow: ellipsis; overflow: hidden; word-break: break-all; white-space: nowrap; } .bg { position: absolute; left: -25%; width: 150%; height: 145px; background-color: #1979ff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; background-image: linear-gradient(0deg, #4E87FF, #1979ff 100%); z-index: -1; } /* 容器 */ .box { padding: 30rpx; font-family: 'PingFang SC-Medium'; } .header-item-container { width: 100%; height: 165px; border-radius: 10rpx; background-size: 100% 165px; } .info-box { width: 100%; height: 127px; display: flex; justify-content: space-between; } .avatar { width: 54px; min-width: 54px; height: 54px; padding: 16px; margin-bottom: 30px; } .info { height: 100%; min-width: 55%; max-width: 60%; display: flex; flex-direction: column; justify-content: space-evenly; } .userName { font-size: 36rpx; font-weight: 600; } .contact { display: flex; align-items: center; min-width: 190px; } .contact .icon { width: 20px; min-width: 20px; height: 20px; } .contact .text { min-width: 170px; margin-left: 8px; font-size: 14px; color: #00000080; } .post { border: 1px solid #006BE3; border-radius: 100px 0 0 100px; min-width: 30px; max-width: 60px; height: 25px; line-height: 25px; color: #006BE3; font-size: 14px; padding: 0 7px; margin-top: 20px; } .dept-box { height: 36px; display: flex; align-items: center; justify-content: flex-end; } .dept-box .dept { font-size: 14px; color: #FFFFFF; margin-right: 10px; } .company { font-size: 28rpx; font-family: "PingFang SC"; color: rgb(138, 138, 138); margin-top: 14rpx; } .body-container { width: 100%; background: rgb(255, 255, 255); border-radius: 10rpx; flex-direction: column; display: flex; margin-top: 30rpx; margin-bottom: 30rpx; } .body-item { height: 110rpx; flex-direction: row; display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx; border-bottom: 1px solid #EFEFF4; } .body-info { font-size: 32rpx; font-family: "PingFang SC"; font-weight: 600; } .body-number { font-size: 30rpx; font-family: "PingFang SC"; color: rgb(138, 138, 138); } .foot-container { position: absolute; bottom: 50px; width: 90%; height: 42px; border: 1px solid #006BE3; border-radius: 24px; } .foot-item { font-weight: 600; font-size: 16px; color: #006BE3; text-align: center; line-height: 42px; } .right { width: 32rpx; height: 32rpx; display: block; float: right; margin: 38rpx 40rpx; }