34 lines
555 B
Plaintext
34 lines
555 B
Plaintext
page{
|
|
box-sizing: border-box;
|
|
}
|
|
.title{
|
|
height: 40px;
|
|
padding-left: 10px;
|
|
line-height: 40px;
|
|
color: #999;
|
|
font-size: 14px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.basic-info view{
|
|
padding: 15px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
color: #333;
|
|
font-size: 14px;
|
|
}
|
|
.email-info text:nth-child(1){
|
|
color: #333;
|
|
font-size: 14px;
|
|
}
|
|
.email-info{
|
|
padding: 15px;
|
|
}
|
|
.email-info text:nth-child(2){
|
|
color: #069F99;
|
|
font-size: 14px;
|
|
display: block;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
} |