1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
| .poem-wrap { position: relative; width: 730px; max-width: 80%; border: 2px solid #797979; border-top: 0; text-align: center; margin: 80px auto; }
.poem-left { left: 0; }
.poem-border { position: absolute; height: 2px; width: 27%; background-color: #797979; }
.poem-right { right: 0; }
.poem-wrap h1 { position: relative; margin-top: -20px; display: inline-block; letter-spacing: 4px; color: #797979; }
.poem-wrap p:nth-of-type(1) { font-size: 25px; text-align: center; margin: 0 auto; }
.poem-wrap p { margin: auto; line-height: 30px; color: #797979; font-family: "Linux Biolinum", "Noto Serif SC", Helvetica, Arial, Menlo, Monaco, monospace, sans-serif; }
.poem-wrap p:nth-of-type(2) { font-size: 18px; margin: 15px auto; }
.bozhushuo { text-align: center; font-size: 19px !important; margin: 0 0 12px !important; line-height: 1.9rem; font-family: "Linux Biolinum", "Noto Serif SC", Helvetica, Arial, Menlo, Monaco, monospace, sans-serif; }
.notice { margin: 30px auto; padding: 20px; border: 1px dashed #e6e6e6; color: #969696; position: relative; display: inline-block; width: 95%; background: #fbfbfb50; border-radius: 10px; font-size: 16px; }
.notice-content { display: initial; vertical-align: middle; }
|