| | |
| | | /* absolute 顶部 居中 底部定位*/
|
| | | .abs {
|
| | | position: absolute;
|
| | | left: 0;
|
| | | right: 0;
|
| | | z-index: 1;
|
| | | }
|
| | | .abs-top {
|
| | |
| | | bottom: 0;
|
| | | margin: auto;
|
| | | }
|
| | |
|
| | | .abs-left {
|
| | | top:0;
|
| | | bottom: 0;
|
| | | left: 0;
|
| | | }
|
| | | .abs-right {
|
| | | top:0;
|
| | | bottom: 0;
|
| | | right: 0;
|
| | | }
|
| | | .abs-bottom {
|
| | | bottom: 0;
|
| | | margin: 0 auto;
|
| | | }
|
| | | .left360 {
|
| | | left: 360px;
|
| | | }
|
| | | /* float */
|
| | | .fix-left {
|
| | |
| | | top: 124px;
|
| | | bottom: 32px;
|
| | | }
|
| | | .whyc-page-content-tbl {
|
| | | display: table;
|
| | | width: 100%;
|
| | | height: 100%;
|
| | | }
|
| | | .whyc-page-content-tbl-cell {
|
| | | display: table-cell;
|
| | | height: 100%;
|
| | | .whyc-page-content-layui {
|
| | | position: relative;
|
| | | }
|
| | |
|
| | | .tbl-cell-container {
|
| | | position: absolute;
|
| | | width: 100%;
|
| | | top: 0;
|
| | | bottom: 0;
|
| | | height: 100%;
|
| | | }
|
| | |
|
| | | .side-bar-container {
|
| | | height: 100%;
|
| | | } |