| | |
| | | height: 100%; |
| | | border: 1px solid #dbdbdb; |
| | | font-family: PingFang SC, PingFang SC; |
| | | padding: 0 12px; |
| | | // padding: 0 12px; |
| | | position: relative; |
| | | overflow: hidden; |
| | | |
| | | .title { |
| | | font-size: 16px; |
| | |
| | | position: absolute; |
| | | bottom: 0; |
| | | left: 0; |
| | | background-color: #fff; |
| | | z-index: 0; |
| | | } |
| | | } |
| | | .content { |
| | | padding: 15px 20px 0; |
| | | height: calc(100% - 46px); |
| | | .scrollContent { |
| | | height: calc(100% - 94px); |
| | | box-sizing: border-box; |
| | | background: #fff; |
| | | overflow: hidden; |
| | | // padding: 0 12px; |
| | | // padding-right: 4px; |
| | | } |
| | | .content { |
| | | height: auto; |
| | | background: #f7f8fa; |
| | | border-radius: 5px 5px 5px 5px; |
| | | padding: 14px 14px 20px 14px; |
| | | border-radius: 5px 5px 5px 5px; |
| | | |
| | | .header { |
| | | margin-bottom: 12px; |