/* components/attentionBtn/attentionBtn.wxss */ .like-wrap { display: flex; align-items: center; justify-content: center; background: rgba(59, 122, 255, 1); padding: 4rpx 10rpx; border-radius: 8rpx; } .normal { background: #efefef; } .like-wrap .like-icon { width: 28rpx; height: 28rpx; } .like-wrap .like { font-size: 26rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: rgba(255, 255, 255, 1); } .normal .like { color: #666666; }