| | |
| | | height: 700px;
|
| | | padding: 0px;
|
| | | }
|
| | | .i-container {
|
| | | min-width: 1045px;
|
| | | height: 100%;
|
| | | overflow-y: scroll;
|
| | | }
|
| | | /** 隐藏列表下拉滚动条 **/
|
| | | .div-body::-webkit-scrollbar {
|
| | | display: none;
|
| | | }
|
| | | /*IE 10+ ----隐藏滚动条*/
|
| | | .div-body {
|
| | | -ms-overflow-style: none;
|
| | | }
|
| | | /*Firefox ----隐藏滚动条*/
|
| | | .div-body {
|
| | | scrollbar-width: none;
|
| | | }
|
| | | }
|
| | |
|
| | | @media only screen and (max-width:1280px) and (max-height: 800px){
|
| | | #record-info .popCon{
|
| | | height: 500px;
|
| | | padding: 0px;
|
| | | }
|
| | | .i-container {
|
| | | min-width: 1045px;
|
| | | height: 100%;
|
| | | overflow-y: scroll;
|
| | | }
|
| | | /** 隐藏列表下拉滚动条 **/
|
| | | .div-body::-webkit-scrollbar {
|
| | | display: none;
|
| | | }
|
| | | /*IE 10+ ----隐藏滚动条*/
|
| | | .div-body {
|
| | | -ms-overflow-style: none;
|
| | | }
|
| | | /*Firefox ----隐藏滚动条*/
|
| | | .div-body {
|
| | | scrollbar-width: none;
|
| | | }
|
| | |
|
| | | .img-main{
|
| | | height: 450px;
|
| | | text-align: center;
|
| | | }
|
| | | }
|