| | |
| | | } |
| | | |
| | | .content-firmIntro { |
| | | height: 200px; |
| | | height: 300px; |
| | | overflow-x: hidden; |
| | | // 隐藏滚动条 |
| | | scrollbar-width: none; |
| | | } |
| | | |
| | | .company-info { |
| | |
| | | |
| | | .box-content-img { |
| | | height: 360px; |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | overflow: scroll; |
| | | // 隐藏滚动条 |
| | | scrollbar-width: none; |
| | | // overflow-y: auto; |
| | | } |
| | | |
| | | .box-content-img img { |
| | |
| | | height: 360px; |
| | | overflow: scroll; |
| | | // 隐藏滚动条 |
| | | scrollbar-width: none; |
| | | // scrollbar-width: none; |
| | | |
| | | } |
| | | |
| | |
| | | .data-content-list { |
| | | flex: 1; |
| | | overflow-y: auto; |
| | | // 隐藏滚动条 |
| | | scrollbar-width: none; |
| | | |
| | | .data-content-item { |
| | | margin-top: 10px; |