You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
541 B
41 lines
541 B
.layui-table-cell{
|
|
height:auto!important;
|
|
white-space:normal;
|
|
}
|
|
|
|
#avatarImg{
|
|
width:200px;
|
|
height:200px;
|
|
margin-bottom:2px;
|
|
}
|
|
|
|
.uploadButton {
|
|
width: 200px;
|
|
height: auto;
|
|
overflow: hidden;
|
|
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
background: #d8b49c;
|
|
display: block;
|
|
font-size: 16px;
|
|
border-radius: 2px;
|
|
|
|
position: relative;
|
|
}
|
|
|
|
.uploadFile {
|
|
display: block;
|
|
width: 100%;
|
|
height: 40px;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
opacity: 0;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.kelp-avatarPreview {
|
|
float:right;
|
|
}
|