22 lines
399 B
Plaintext
22 lines
399 B
Plaintext
.tipWrapper{
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 0 25px 20px 25px;
|
|
border: 1px solid #e5e5e5;
|
|
.title{
|
|
border-bottom: 1px solid #e5e5e5;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
padding-left: 16px;
|
|
background: #f6f6f6;
|
|
font-size: 14px;
|
|
}
|
|
.content{
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 10px 16px;
|
|
color: #999;
|
|
}
|
|
}
|