| | |
| | | z-index: 1; |
| | | word-wrap: break-word; |
| | | word-break: break-word; |
| | | |
| | | .content-fence { |
| | | position: relative; |
| | | width: 100%; |
| | | word-wrap: break-word; |
| | | word-break: break-word; |
| | | |
| | | .content-fence-top { |
| | | position: relative; |
| | | word-wrap: break-word; |
| | | word-break: break-word; |
| | | width: 100%; |
| | | text-align: center; |
| | | margin-bottom: 5px; |
| | | |
| | | img { |
| | | max-width: 100%; |
| | | } |
| | | img + img { |
| | | margin-left: 10px; |
| | | } |
| | | } |
| | | .content-fence-bottom { |
| | | position: relative; |
| | | word-wrap: break-word; |
| | | word-break: break-word; |
| | | width: 100%; |
| | | } |
| | | .content-fence-left { |
| | | position: relative; |
| | | display: inline-block; |
| | | word-wrap: break-word; |
| | | word-break: break-word; |
| | | width: calc(50% - 5px); |
| | | |
| | | img { |
| | | max-width: 100%; |
| | | } |
| | | img + img { |
| | | margin-top: 10px; |
| | | } |
| | | } |
| | | .content-fence-right { |
| | | position: relative; |
| | | float: right; |
| | | word-wrap: break-word; |
| | | word-break: break-word; |
| | | width: calc(50% - 5px); |
| | | } |
| | | } |
| | | } |
| | | .picture-col { |
| | | img { |