123456789101112131415161718192021222324252627282930 |
- .notice-wrapper {
- height: 100%;
- overflow-y: auto;
- padding: var(--main-space);
-
- .notice-hd {
- font-size: 36px;
- line-height: 2em;
- text-align: center;
-
- .notice-hd2 {
- text-align: right;
- font-size: 24px;
- margin-left: var(--main-space);
- }
- }
-
- .notice-bd {
- image {
- width: 100%;
- }
-
- rich-text {
- line-height: 2em;
- }
- }
-
- .notice-ft {
- }
- }
|