12 changed files with 215 additions and 10987 deletions
@ -1,3 +1,81 @@ |
|||||||
.box{ |
.box { |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
|
|
||||||
|
.header { |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
justify-content: space-between; |
||||||
|
|
||||||
|
border-bottom: 1px dashed #C7CAD0; |
||||||
|
box-sizing: border-box; |
||||||
|
padding-bottom: 12px; |
||||||
|
|
||||||
|
.namebox { |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
|
||||||
|
.block { |
||||||
|
width: 10px; |
||||||
|
height: 10px; |
||||||
|
background: #2C4DC0; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
.typebox { |
||||||
|
p { |
||||||
|
font-size: 16px; |
||||||
|
margin-top: 12px; |
||||||
|
} |
||||||
|
|
||||||
|
.text { |
||||||
|
margin: 12px 0; |
||||||
|
|
||||||
|
.fenge { |
||||||
|
margin: 0 20px; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
border-bottom: 1px dashed #C7CAD0; |
||||||
|
} |
||||||
|
|
||||||
|
.content { |
||||||
|
flex: 1; |
||||||
|
overflow: hidden; |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
|
|
||||||
|
p { |
||||||
|
font-size: 16px; |
||||||
|
margin-top: 12px; |
||||||
|
} |
||||||
|
|
||||||
|
.maincontent { |
||||||
|
flex: 1; |
||||||
|
overflow-y: auto; |
||||||
|
width: 100%; |
||||||
|
background: #FFFFFF; |
||||||
|
border-radius: 4px 4px 4px 4px; |
||||||
|
opacity: 1; |
||||||
|
border: 1px solid #E4E7EC; |
||||||
|
box-sizing: border-box; |
||||||
|
padding: 12px; |
||||||
|
|
||||||
|
.maincontentitem { |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
|
justify-content: flex-start; |
||||||
|
|
||||||
|
border-bottom: 1px dashed #C7CAD0; |
||||||
|
margin-bottom: 12px; |
||||||
|
div { |
||||||
|
margin-bottom: 10px; |
||||||
|
} |
||||||
|
|
||||||
|
// align-items: flex-start; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
} |
} |
After Width: | Height: | Size: 535 B |
Loading…
Reference in new issue