12345678910111213141516171819202122232425262728293031 |
- .mProtocol {
- // font-size: 14px;padding: 12px;color: #333;line-height: 1.4;
- padding: 0 12px 12px;
- font-size: 14px;
- line-height: 1.5;
- text-align: justify;
- word-break: break-all;
- strong {
- display: block;
- font-size: 16px;
- font-weight: bold;
- padding-top: 12px;
- }
- p:last-child {
- padding-top: 12px;
- text-align: right;
- }
- img {
- width: 100%;
- }
- }
- .LABOR_TEACHER {
- p:last-child {
- padding-top: 12px;
- text-align: left;
- }
- }
|