85 lines
1.3 KiB
CSS
85 lines
1.3 KiB
CSS
.birthday-modal {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.birthday-modal .ant-modal {
|
|
position: relative;
|
|
top: 50%;
|
|
margin-top: -238px;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.birthday-modal .ant-modal-content {
|
|
border: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.birthday-modal .ant-modal-header {
|
|
padding: 5px 16px;
|
|
color: #fff;
|
|
background-color: #4f81bd;
|
|
border: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.birthday-modal .ant-modal-body {
|
|
padding: 0;
|
|
border: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.birthday-modal .ant-modal-close {
|
|
top: 10px;
|
|
right: 10px;
|
|
color: #fff;
|
|
}
|
|
|
|
.birthday-content {
|
|
position: relative;
|
|
width: 499px;
|
|
height: 475px;
|
|
padding: 247px 30px 20px 30px;
|
|
}
|
|
|
|
.birthday-congratulation {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.birthday-congratulation-content {
|
|
text-align: left;
|
|
}
|
|
|
|
.birthday-congratulation-date {
|
|
text-align: right;
|
|
}
|
|
|
|
.birthday-users {
|
|
width: 100%;
|
|
height: 140px;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.birthday-user {
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.birthday-user-lastname {
|
|
float: left;
|
|
width: 100px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.birthday-user-detial {
|
|
float: left;
|
|
width: 300px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|