/* components/zyh_card/zyh_card.wxss */ @import '../../styles/index.wxss'; /* 标题栏 */ .title { height: 90rpx; display: flex; justify-content: space-between; align-items: center; padding: 0 24rpx; font-size: 28rpx; } /* 分割线 */ .cut-line { border-top: 1rpx solid #F3F4F5; } /* 内容栏 */ .content { position: relative; padding: 32rpx 24rpx; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; } .content>.name { font-size: 30rpx; font-weight: 700; color: #333333; } .content>.phone { font-size: 30rpx; font-weight: 400; color: #606266; margin-top: 10rpx; } .content>.code { font-size: 26rpx; font-weight: 400; color: #B0B3B9; margin-top: 18rpx; } .content>.photo { position: absolute; font-size: 26rpx; font-weight: 400; width: 100rpx; height: 100rpx; border-radius: 40rpx; right: 24rpx; }