| | |
| | | width: 100%; |
| | | height: 100%; |
| | | position: relative; |
| | | |
| | | // 自定义内容 |
| | | .page-box { |
| | | box-sizing: border-box; |
| | |
| | | margin-bottom: 20px; |
| | | box-shadow: 0 3px 6px 1px #00000029; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .page-main { |
| | | width: 100% !important; |
| | | height: 100% !important; |
| | | overflow: auto; |
| | | // position: relative; |
| | | } |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | .table-tr-bc { |
| | | background-color: #c6eafa; |
| | | background-color: transparent; |
| | | color: #000; |
| | | font-family: "kaiti"; |
| | | |
| | | |
| | | p{ |
| | | font-size: 0.9em; |
| | | margin: 0; |
| | | } |
| | | } |
| | | |
| | | .table-textarea { |
| | |
| | | } |
| | | |
| | | .select-border { |
| | | cursor: pointer; |
| | | width: 60px; |
| | | border: 0; |
| | | border-bottom: 1px solid #767676; |
| | |
| | | text-align: center; |
| | | } |
| | | |
| | | .tl-l { |
| | | text-align: left; |
| | | } |
| | | |
| | | |
| | | .img { |
| | | text-align: center; |
| | | font-size: 14px; |
| | |
| | | font-family: "kaiti"; |
| | | line-height: 20px; |
| | | } |
| | | } |
| | | |
| | | .tableClass1 { |
| | | table { |
| | | border-color: none !important; |
| | | } |
| | |
| | | outline: none; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .tableClass2 { |
| | | table { |
| | | border-color: none !important; |
| | | } |
| | | |
| | | .table-th-bc { |
| | | background-color: #0dbff2; |
| | | color: #fff; |
| | | } |
| | | |
| | | .table-tr-bc { |
| | | background-color: #c6eafa; |
| | | color: #000; |
| | | font-family: "kaiti"; |
| | | } |
| | | |
| | | .table-textarea { |
| | | font-size: 14px; |
| | | font-family: "Times New Roman", "宋体"; |
| | | resize: none; |
| | | |
| | | &:focus { |
| | | outline: none; |
| | | } |
| | | } |
| | | |
| | | .textarea-box { |
| | | border: none; |
| | | text-align: center; |
| | | width: 84px; |
| | | height: 36px; |
| | | overflow: auto; |
| | | word-break: break-all; |
| | | resize: none; |
| | | } |
| | | |
| | | } |
| | | |
| | | .series { |
| | |
| | | font-size: 1.2em; |
| | | line-height: 1.3em; |
| | | text-align: center; |
| | | font-weight: 800; |
| | | font-weight: 600; |
| | | padding: 0 5%; |
| | | } |
| | | |