| | |
| | | height: 100%; |
| | | box-sizing: border-box; |
| | | background-color: #e9e1d4; |
| | | overflow: auto; |
| | | position: relative; |
| | | } |
| | | |
| | | .page-header { |
| | | height: 102px; |
| | | height: 9.4%; |
| | | width: 100%; |
| | | text-align: left; |
| | | margin-bottom: 8px; |
| | | border-bottom: 2px solid #937950; |
| | | |
| | | background-color: #e9e1d4; |
| | | position: sticky; |
| | | top: 0; |
| | | z-index: 100; |
| | | p { |
| | | padding: 35px 0 34px 0; |
| | | padding: 2% 0 1.9% 0; |
| | | font-family: Alimama DongFangDaKai; |
| | | font-size: 30px; |
| | | text-indent: 1em; |
| | | border-bottom: 1px solid #937950; |
| | | } |
| | | } |
| | | |
| | | .page-main-father { |
| | | height: calc(100% - 9.4%); |
| | | width: 100%; |
| | | overflow: auto; |
| | | } |
| | | |
| | | .page-main-title { |
| | |
| | | cursor: pointer; |
| | | margin-bottom: 75px; |
| | | color: #9e9e9e; |
| | | margin-top: 1%; |
| | | |
| | | p { |
| | | display: flex; |
| | |
| | | } |
| | | |
| | | .page-main { |
| | | width: 1313px; |
| | | width: 77.3%; |
| | | margin: 0 auto; |
| | | overflow: hidden; |
| | | margin-bottom: 100px; |