123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- ::-webkit-scrollbar {
- height: 8px;
- width: 8px;
- background: transparent;
- border-radius: 4px;
- }
- ::-webkit-scrollbar-button {
- display: none;
- }
- ::-webkit-scrollbar-thumb {
- width: 8px;
- min-height: 15px;
- background: #c1c1c1;
- border-radius: 4px;
- }
- ::-webkit-scrollbar-track {
- background-color: transparent;
- }
- ::-webkit-scrollbar-track-piece {
- background: transparent;
- }
- ::selection {
- background: #accef7;
- }
- .lsiten-container {
- .lsiten-editor-toolbar {
- height: 40px;
- background: #ffffff;
- border-bottom: 1px #ece8e8 solid;
- box-shadow: 0 3px 7px rgba(0,0,0,.1);
- * {
- width: auto;
- height: auto;
- }
- }
- .lsiten-editor-view {
- overflow-x: scroll;
- overflow-y: scroll;
- position: relative;
- * {
- // box-sizing: content-box;
- height: auto;
- width: 100%;
- }
- // .page-break {
- // position: absolute;
- // text-align: center;
- // font-size: 1px;
- // z-index: 10;
- // left: 0;
- // width: 100%;
- // .spanMark {
- // width: 100%;
- // display: inline-block;
- // }
- // .topSpan, .bottomSpan{
- // display: block;
- // }
- // .middleSpan {
- // display: block;
- // background-color: #f6f6f6;
- // box-shadow: inset 0 7px 7px -5px rgba(0,0,0,.1), inset 0 -5px 5px -7px rgba(0,0,0,.1), 7px 0 7px #f6f6f6, -7px 0 7px #f6f6f6;
- // }
- // }
- // * {
- // box-sizing: content-box;
- // height: auto;
- // }
- // .lsiten-page-view {
- // background: #ffffff;
- // position: relative;
- // min-width: 0;
- // margin: 0 auto;
- // box-shadow: 0 2px 7px rgba(0,0,0,.1);
- // overflow: hidden;
- // .lsiten-editor-page {
- // width: 100%;
- // }
- // .lsiten-page-column {
- // float: left;
- // }
- // .header-footer-view {
- // position: absolute;
- // left: 0;
- // .footer-input {
- // width: 100%;
- // line-height: 30px;
- // outline: none;
- // color: #aaa;
- // font-size: 13px;
- // border: 1px dashed transparent;
- // white-space: nowrap;
- // overflow: hidden;
- // box-sizing: border-box;
- // text-align: center;
- // &:hover {
- // border-color: #ccc;
- // }
- // &:focus {
- // color: #666;
- // border-color: #666;
- // }
- // }
- // }
- // .page-header {
- // left: 90px;
- // right: 90px;
- // width: auto;
- // top: 30px;
- // }
- // .page-footer {
- // bottom: 30px;
- // left: 90px;
- // right: 90px;
- // width: auto;
- // }
- // .lsiten_editor_text {
- // min-height: 100%;
- // height: auto;
- // padding: 70px!important;
- // box-sizing: border-box;
- // min-width: 100%;
- // display: inline-block;
- // outline: none;
- // word-wrap: break-word;
- // -webkit-line-break: after-white-space;
- // .block-view {
- // margin: 0;
- // padding: 0 20px;
- // outline: none;
- // box-sizing: border-box;
- // text-align: left;
- // white-space: pre-wrap;
- // line-height: 1.75;
- // }
- // }
- // }
- // .lsiten-page-A4 {
- // width: 802px;
- // }
- // .lsiten-page-A3 {
- // width: 1464px;
- // }
- }
- }
|