You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.1 KiB
Plaintext
71 lines
1.1 KiB
Plaintext
.box {
|
|
overflow: hidden;
|
|
padding: 0 10px;
|
|
}
|
|
.container{
|
|
background-color: #fff;
|
|
}
|
|
.subset {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
/* padding: 16px 0px; */
|
|
height: 56px;
|
|
line-height: 56px;
|
|
|
|
/* border-bottom: 1px solid #0000000f; */
|
|
font-size: 14px;
|
|
}
|
|
.subset .name {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: start;
|
|
/* width: 222px; */
|
|
box-sizing: border-box;
|
|
min-width: 100px;
|
|
color: #333;
|
|
}
|
|
.subset .name .t-icon {
|
|
width: 44px;
|
|
height: 16px;
|
|
background-repeat: no-repeat;
|
|
margin-right: 24px;
|
|
}
|
|
.subset .tel {
|
|
display: flex;
|
|
/* align-items: center; */
|
|
color: #666;
|
|
}
|
|
.subset .edit,
|
|
.subset .delete {
|
|
color: #666;
|
|
text-decoration: underline;
|
|
}
|
|
.left{
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.preview{
|
|
|
|
}
|
|
.preview .title{
|
|
padding-top:32px;
|
|
padding-bottom: 8px;
|
|
color: #000;
|
|
border-bottom-color: #ddd;
|
|
}
|
|
.preview .content{
|
|
padding: 8px 10px 0;
|
|
}
|
|
.addMember {
|
|
display: flex;
|
|
justify-content: center;
|
|
border-radius: 8px;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
padding:0px ;
|
|
margin-top: 120px;
|
|
color: #f40;
|
|
background-color: #fff;
|
|
} |