| | |
| | | width: 100%; |
| | | height: 300px; |
| | | } |
| | | .bj-tip { |
| | | display: flex; |
| | | justify-content: space-around; |
| | | align-items: center; |
| | | padding: 8px 10px; |
| | | box-sizing: border-box; |
| | | border: 3px solid #f49a4c; |
| | | border-radius: 30px; |
| | | position: absolute; |
| | | top: -30px; |
| | | left: -20px; |
| | | background-color: #FFF; |
| | | color: #f49a4c; |
| | | font-weight: bold; |
| | | font-size: 20px; |
| | | img { |
| | | margin-left: 15px; |
| | | } |
| | | } |
| | | |
| | | .tips-bk { |
| | | margin-top: 80px; |
| | | border-radius: 20px; |
| | | position: relative; |
| | | } |
| | | |
| | | .tips-file { |
| | | border: 3px dotted #f49a4c; |
| | | padding: 30px 0; |
| | | box-sizing: border-box; |
| | | border-radius: 25px; |
| | | } |
| | | |
| | | .page-box { |
| | | box-sizing: border-box; |
| | |
| | | |
| | | div.bk-tx { |
| | | border: 3px dotted #f49a4c; |
| | | padding: 1.5em; |
| | | padding: 10px; |
| | | color: #f49a4c; |
| | | margin-bottom: 2em; |
| | | margin-top: 0.5em; |