Files
AGuestSaas/components/cardColleagues/cardColleagues.wxss
2020-12-27 09:54:49 +08:00

54 lines
894 B
Plaintext

/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
*/
.colleagues{
box-sizing: border-box;
white-space: nowrap;
}
.colleagues-item{
border-radius: 10rpx;
background: white;
box-shadow: 0 0 4rpx 4rpx rgba(0, 0, 0, .05);
overflow: hidden;
display: inline-block;
width: 260rpx;
margin: 6rpx 20rpx 6rpx 0;
}
.colleagues-item:first-child{
margin-left: 30rpx;
}
.colleagues-item:last-child{
margin-right: 30rpx;
}
.colleagues-cover{
width: 100%;
height: 280rpx;
vertical-align: top;
background: #eee;
}
.colleagues-info{
padding: 15rpx 20rpx;
text-align: center;
}
.colleagues-info-name{
font-weight: bold;
font-size: 32rpx;
line-height: 50rpx;
}
.colleagues-info-job{
font-size: 28rpx;
color: gray;
line-height: 40rpx;
}