129 lines
2.3 KiB
CSS
129 lines
2.3 KiB
CSS
.tui-contact-info-h5 {
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tui-contact-info-h5-header {
|
|
background-color: #fff;
|
|
padding: 10px !important;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.tui-contact-info-h5-header-title {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.tui-contact-info-h5-basic {
|
|
padding: 10px !important;
|
|
background: #fff;
|
|
margin-top: 10px !important;
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
justify-content: left;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.tui-contact-info-h5-basic-text-name {
|
|
font-size: 20px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.tui-contact-info-h5-basic-text-other {
|
|
font-size: 14px;
|
|
padding: 3px 0;
|
|
}
|
|
|
|
.tui-contact-info-h5-basic-avatar {
|
|
border-radius: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.tui-contact-info-h5-more {
|
|
background: #fff;
|
|
margin-top: 10px !important;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
}
|
|
|
|
.tui-contact-info-h5-more-item {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
padding: 10px !important;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.tui-contact-info-h5-more-item-label {
|
|
color: #000;
|
|
}
|
|
|
|
.tui-contact-info-h5-more-item-content {
|
|
overflow: hidden;
|
|
color: #979797;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.tui-contact-info-h5-more-item-content-text {
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.tui-contact-info-h5-more-item-content-text-data {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tui-contact-info-h5-more-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.tui-contact-info-h5-button {
|
|
margin-top: 10px !important;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.tui-contact-info-h5-button-item {
|
|
width: 100%;
|
|
margin: 0;
|
|
border: none;
|
|
padding: 16px !important;
|
|
font-size: 16px;
|
|
border-bottom: 1px solid #eee;
|
|
height: fit-content;
|
|
}
|
|
|
|
.tui-contact-info-h5-button-item::after {
|
|
border: none;
|
|
}
|
|
|
|
.tui-contact-info-h5-button-item-textarea {
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.tui-contact-info-h5-button-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.tui-contact-info-h5-button .tui-contact-info-button-item-cancel {
|
|
background-color: #fff;
|
|
color: #006eff;
|
|
}
|
|
|
|
.tui-contact-info-h5-button .tui-contact-info-button-item-submit {
|
|
background-color: #fff;
|
|
color: #FE3C3C;
|
|
}
|