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

28 lines
393 B
Plaintext

/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
*/
.photo{
background: #eee;
}
.photo-src{
width: 100%;
vertical-align: top;
}
.photo-null{
text-align: center;
padding: 80rpx 30rpx;
font-size: 26rpx;
color: gray;
}
.photo-null-icon{
width: 168rpx;
margin-bottom: 20rpx;
}