123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- p {
- word-break: normal;
- white-space: normal;
- }
- .pointer {
- cursor: pointer;
- }
- .page-item{
- width:100%;
- float:left;
- overflow: hidden;
- position: relative;
- }
- .border-left-right {
- width:10px;
- height:100%;
- background-color:#c6c6c6;
- border-left:3px solid #fff;
- border-right:3px solid #fff;
- cursor:col-resize;
- position:absolute;
- left:0;
- z-index:10
- }
- .formedit {
- height:100%;
- margin-top:0 !important;
- overflow:auto;
- }
- .form-item {
- width: 100%;
- padding: 5px 0px;
- display: inline-block;
- float: left;
- clear: both;
- }
- .form-item .sp-col-30{
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- }
- .toggleForm {
- display:block;
- overflow: hidden;
- }
- .sp-checkbox-blue label{
- min-width:100px;
- width:10%;
- float:left;
- margin:0
- }
- .iframe-item{
- height:100%;
- display:inline-block;
- overflow:hidden;
- position:relative
- }
- .iframe-title {
- display:block;
- padding:2px 0;
- line-height:26px;
- text-align:center;
- position:absolute;
- left:50%;
- top:0;
- transform:translateX(-50%);
- z-index:5;
- font-size:18px;
- color:#333;
- /*overflow:hidden;*/
- white-space: nowrap;
- }
- .iframe-item-btn{
- display:block;
- padding:3px 0;
- position:absolute;
- right:10px;
- top:0;
- height:30px;
- z-index:5
- }
- .iframe-item>iframe{
- height:100%;
- position:absolute;
- left:10px;
- z-index:1
- }
- .iframe-border-right{
- width:10px;
- height:100%;
- background-color:#c6c6c6;
- border-left:3px solid #fff;
- border-right:3px solid #fff;
- cursor:col-resize;
- position:absolute;
- right:0;
- z-index:10
- }
- .sp-page-table {
- border-collapse: collapse;
- width: 100%;
- border-top: 2px solid #ff0000;
- border-bottom: 2px solid #ff0000;
- border: 2px solid #ff0000;
- color: #ff0000;
- }
- .sp-page-table table {
- width:100%
- }
- .sp-page-table tbody td {
- text-align: center;
- line-height: 20px;
- padding: 7px 8px;
- border: 1px solid #ff0000;
- vertical-align:top
- }
- .sp-page-table tbody tr:first-child td {
- border-top:0
- }
- .sp-page-table tbody tr td:first-child {
- border-left:0
- }
- .sp-page-table tbody tr td:last-child {
- border-right:0
- }
- .sp-page-table .sp-col-100 {
- text-align:left
- }
- .sp-page-table .sp-col-15 {
- text-align:center
- }
- .opinionBox {
- min-height:200px
- }
- .sp-page-center input,
- .sp-page-center select,
- .sp-page-center textarea {
- border: 1px solid #fff;
- color: #333;
- }
- .page-item::-webkit-scrollbar {
- width: 0px;
- }
- body::-webkit-scrollbar {
- width: 0px;
- }
|