43 lines
641 B
Plaintext
43 lines
641 B
Plaintext
.hrm-upload-avatar {
|
|
padding: 10px 0;
|
|
|
|
.icon-coms-AddTo {
|
|
font-size: 50px;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.hrm-upload-wrapper {
|
|
position: relative;
|
|
.tip {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 70px;
|
|
margin-top: -6px;
|
|
}
|
|
}
|
|
|
|
.hrm-avatar {
|
|
position: relative;
|
|
// width: 250px;
|
|
cursor:pointer;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
|
|
.anticon-cross-circle-o {
|
|
position: absolute;
|
|
font-size: 18px;
|
|
top: -9px;
|
|
right: -9px;
|
|
color: #fff;
|
|
background-color: #4CB1FC;
|
|
border-radius: 9px;
|
|
|
|
&:hover {
|
|
background-color: red;
|
|
}
|
|
}
|
|
}
|
|
}
|