| | |
| | | } |
| | | |
| | | /*拖拽区div样式*/ |
| | | .menuRoleAuthorization_resize, |
| | | .userRoleAuthorization_resize1, |
| | | .userRoleAuthorization_resize, |
| | | .resize { |
| | | cursor: col-resize; |
| | | float: left; |
| | |
| | | /*z-index: 99999;*/ |
| | | font-size: 32px; |
| | | color: white; |
| | | |
| | | } |
| | | |
| | | .menuRoleAuthorization_resize { |
| | | /* left: 10px; */ |
| | | } |
| | | |
| | | /*拖拽区鼠标悬停样式*/ |
| | | .menuRoleAuthorization_resize, |
| | | .userRoleAuthorization_resize1, |
| | | .userRoleAuthorization_resize, |
| | | .resize:hover { |
| | | color: #444444; |
| | | } |
| | |
| | | |
| | | } |
| | | |
| | | .infoBox_box { |
| | | position: fixed; |
| | | width: 100vw; |
| | | height: 100vh; |
| | | background: rgba(0, 0, 0, 0.4); |
| | | top: 0; |
| | | left: 0; |
| | | z-index: 10; |
| | | } |
| | | |
| | | .infoBox { |
| | | background: rgb(255, 255, 255); |
| | | width: 500px; |
| | |
| | | top: 15%; |
| | | right: 15%; |
| | | border: 1px solid white; |
| | | |
| | | |
| | | height: 600px; |
| | | padding: 10px; |
| | | /* overflow: auto; */ |
| | |
| | | .infoBox .contentBox { |
| | | margin: 0 aotu 10px; |
| | | overflow: auto; |
| | | height: 600px; |
| | | background-color: white; |
| | | |
| | | /* height: 90%; */ |
| | | height: 500px; |
| | | } |
| | | |
| | | .infoBox p { |