.cc-active { transform: translate3d(1rpx, 1rpx, 0); } .card { margin-bottom: 60rpx; .card-head { display: flex; align-items: center; height: 120rpx; padding: 0 32rpx; .card-head-avatar { display: flex; justify-content: center; align-items: center; width: 56rpx; height: 56rpx; border-radius: 50%; } .card-head-title { flex: 1; margin: 0 20rpx; font-size: 16px; color: $black; overflow: hidden; } .card-head-action { font-size: 14px; } } }