1234567891011121314151617181920 |
- .page.XieYi {
- padding: 0 20px 20px;
- height: 100%;
- overflow-y: scroll;
- background: #fff;
- > text {
- display: block;
- line-height: 40px;
- font-size: 28px;
- text-align: justify;
- text-indent: 2em;
- &.Bold {
- text-indent: 0;
- font-size: 40px;
- text-align: center;
- line-height: 60px;
- margin-top: 20px;
- }
- }
- }
|