| | |
| | | .dl-bl { |
| | | display: inline-block; |
| | | } |
| | | |
| | | .wh-no { |
| | | white-space: nowrap; |
| | | } |
| | |
| | | color: #FFFFFF; |
| | | font-weight: bold; |
| | | margin-bottom: 10px; |
| | | |
| | | p{ |
| | | display: flex; |
| | | text-indent: 0; |
| | |
| | | src: url('./Fonts/FZHTJW.ttf'); |
| | | } |
| | | |
| | | |
| | | .dialogQuestion { |
| | | background-color: #6CB26C; |
| | | height: 80px; |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | |
| | | span { |
| | | padding: 0 40px 0 20px; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | |
| | | // 隐藏页面 |
| | | .hidePage { |
| | |
| | | } |
| | | } |
| | | |
| | | .examination { |
| | | height: calc(100% - 30px); |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | |
| | | .header_title { |
| | | display: flex; |
| | | justify-content: space-between; |
| | |
| | | div.bodystyle { |
| | | margin: 0 37.5px; |
| | | } |
| | | |
| | | /* 分页padding */ |
| | | .padding-93 { |
| | | padding: 0 20px; |