35 lines
555 B
CSS
35 lines
555 B
CSS
|
|
.divImg{
|
||
|
|
margin-bottom: 10px;
|
||
|
|
display: inline-block;
|
||
|
|
position: relative;
|
||
|
|
top: 5px;
|
||
|
|
left: 10px;
|
||
|
|
width: 240px;
|
||
|
|
border-right: 1px solid #DDDDDD;
|
||
|
|
}
|
||
|
|
.divImg_last{
|
||
|
|
border-right: none;
|
||
|
|
}
|
||
|
|
.ImgName{
|
||
|
|
text-align: center;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
.ImgShow{
|
||
|
|
height: 128px;
|
||
|
|
text-align: center;
|
||
|
|
margin: 0 0 5px 0;
|
||
|
|
}
|
||
|
|
.Img_Img{
|
||
|
|
border-radius: 10px;
|
||
|
|
max-width: 128px;
|
||
|
|
max-height:128px;
|
||
|
|
}
|
||
|
|
.ImgUpload{
|
||
|
|
|
||
|
|
}
|
||
|
|
.table-userAvatars{
|
||
|
|
border-radius: 5px;
|
||
|
|
max-width: 26px;
|
||
|
|
max-height: 26px;
|
||
|
|
}
|