| | |
| | | } |
| | | .settingBox .lineTypeBox .typeItem { |
| | | line-height: 16px !important; |
| | | cursor: pointer; |
| | | } |
| | | .settingBox .bgColor { |
| | | display: flex; |
| | |
| | | } |
| | | .settingBox .bgColor .flex1 { |
| | | flex: 1; |
| | | margin:0 5px; |
| | | } |
| | | .settingBox .bgColor .scribeItem { |
| | | width: 30px; |
| | |
| | | text-align: center; |
| | | flex: 1; |
| | | } |
| | | .popinnerBox .characters .active { |
| | | border: 1px solid #0093ff; |
| | | } |
| | | .lineStyle .lineTypeBox { |
| | | display: flex; |
| | | justify-content: space-between; |
| | |
| | | border: 1px solid #d9d9d9; |
| | | margin: 0 5px; |
| | | position: relative; |
| | | line-height: 16px !important; |
| | | } |
| | | .lineStyle .lineTypeBox .typeItem .solid { |
| | | border: 1px solid #707070; |
| | |
| | | } |
| | | .catalogueLabel{ |
| | | width:200px; |
| | | display: -webkit-box; |
| | | -webkit-box-orient: vertical; |
| | | -webkit-line-clamp: 1; |
| | | overflow: hidden; |
| | | white-space: nowrap; /* 不换行 */ |
| | | overflow: hidden; /* 超出部分隐藏 */ |
| | | text-overflow: ellipsis; |
| | | } |
| | | .pageNum{ |
| | | float: right; |