@@ -23,7 +23,6 @@ | |||||
padding-top: 1rem | padding-top: 1rem | ||||
} | } | ||||
.mright { | .mright { | ||||
padding-top: 1rem; | |||||
width: 100%; | width: 100%; | ||||
background: #fff; | background: #fff; | ||||
border: 1px solid #dee2e6; | border: 1px solid #dee2e6; | ||||
@@ -55,29 +54,26 @@ | |||||
background: #424b51 | background: #424b51 | ||||
} | } | ||||
dl.bitem { | dl.bitem { | ||||
margin: 0 10px 2px 10px; | |||||
clear: both | |||||
} | |||||
dl.bitem dd { | |||||
padding: 10px; | |||||
background: #fff | |||||
} | |||||
dl.bitem dt b { | |||||
color: #424b51 | |||||
margin: 1rem 0 10px 0; | |||||
padding: 0 10px | |||||
} | } | ||||
dl.bitem dt { | dl.bitem dt { | ||||
padding-left: 16px; | |||||
height: 26px; | |||||
line-height: 26px; | |||||
margin-bottom: 10px; | |||||
padding-left: 10px; | |||||
height: 30px; | |||||
line-height: 30px; | |||||
background: #f8f8f8; | background: #f8f8f8; | ||||
border-radius: .2rem; | border-radius: .2rem; | ||||
cursor: pointer | cursor: pointer | ||||
} | } | ||||
dl.bitem dt b { | |||||
color: #424b51 | |||||
} | |||||
.sitemu li { | .sitemu li { | ||||
padding: 0 0 0 20px; | |||||
padding: 0 0 0 10px; | |||||
display: block; | |||||
height: 26px; | height: 26px; | ||||
line-height: 26px; | |||||
background: url(../static/web/img/arr4.gif)no-repeat 6px 10px | |||||
line-height: 26px | |||||
} | } | ||||
.fllct { | .fllct { | ||||
float: left | float: left | ||||