| 123456789101112131415161718192021222324252627 |
- @media print {
- .msg-item {
- font-size: 16px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- margin-bottom: 10px;
- }
- .msg-item span {
- flex: none;
- width: 80px;
- text-align-last: justify;
- text-align: justify;
- }
- .msg-item div {
- flex: auto;
- }
- /* common */
- .flex-plane-center-l {
- display: flex;
- justify-content: flex-start;
- align-items: flex-start;
- }
- }
|