| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .current {
- background-color: #0F83E8;
- color: white;
- text-align: center;
- height: 50px;
- line-height: 50px;
- margin-top: 3px;
- }
- .title {
- font-weight: bold;
- font-size: 16px;
- margin: 10px 0 0 5px;
- }
- p.show {
- margin: 5px 0 3px 10px;
- cursor: pointer;
- }
- .table-title {
- font-weight: bold;
- font-size: large;
- display: block;
- height: 35px;
- }
- .table-title::before {
- content: '|';
- display: inline-block;
- font-weight: 900;
- color: #0B7FC7;
- /*border-right: */
- }
- .vice-title {
- width: 120px;
- display: inline-block;
- }
|