/* pages/my/my.wxss */ page { background-color: #ffffff; } .my-page { height: 100vh; display: flex; flex-direction: column; } .user-info { padding: 0 30rpx; background-color: #7da7ff; } .user-info-inner { box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1); border-radius: 24rpx; background-color: #fff; position: relative; bottom: -76rpx; margin-top: -76rpx; } .info-top { display: flex; align-items: center; padding: 34rpx 38rpx 24rpx 38rpx; } .info-head-left { margin-right: 20rpx; } .info-head-left image { width: 100rpx; height: 100rpx; border-radius: 100%; } .arrow-icon { width: 12rpx; height: 22rpx; margin-left: 10rpx; } .info-head-name { display: flex; align-items: center; line-height: 44rpx; font-size: 40rpx; color: #333333; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; margin-bottom: 18rpx; } .info-head-center { display: flex; align-items: center; font-size: 26rpx; line-height: 36rpx; color: #666; } .info-bottom { display: flex; justify-content: space-between; align-items: center; position: relative; padding-bottom: 34rpx; } .info-bottom-item { flex: 1; display: flex; flex-direction: column; align-items: center; color: #333; } .line { content: ""; width: 2rpx; height: 40rpx; background-color: #e1e1e1; } .info-bottom-item .info-bottom-item-top { font-size: 36rpx; line-height: 44rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; } .info-bottom-item-bottom { font-size: 24rpx; line-height: 34rpx; } .list-wrap { margin-top: 94rpx; padding: 0 30rpx; } .list-item { border-bottom: 2rpx solid #f6f6f6; display: flex; justify-content: center; padding: 34rpx 30rpx; } .list-item-left image { width: 36rpx; height: 36rpx; margin-right: 28rpx; } .list-item-center { font-size: 28rpx; line-height: 40rpx; color: #333; flex: 1; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; } .list-item-right image { width: 16rpx; height: 28rpx; } .edit { width: 44rpx; height: 44rpx; padding: 10rpx; }