.reader-wrap { flex-direction: column; background-color: #e6e6e6; width: 100%; .reader-title { margin: 0 24px; padding: 40px 0; // border-bottom: 2px solid #ccc; justify-content: space-between; align-items: center; .title { font-weight: bolder; color: #1a1a1a; font-size: 48px; font-size: 38px; padding: 150px 0; } .add-shelf { font-size: 26px; width: 144px; height: 42px; text-align: center; border-radius: 100px; background-color: #d9d9d9; } } .reader-content { margin: 0 24px; flex-direction: column; .chapter-text { color: #1a1a1a; text-indent: 2em; font-size: 32px; margin-bottom: 30px; line-height: 60px; } } .reader-operator { margin: 50px 24px 40px; justify-content: space-between; align-items: center; text { font-size: 32px; width: 214px; height: 80px; color: #1a1a1a; background-color: #e6e6e6; border: 2px solid #666; border-radius: 6px; text-align: center; } } } .toast { position: fixed; top: 180px; width: 100%; justify-content: center; text { background-color: rgba(#1a1a1a, 0.15); padding: 60px 30px; color: #e6e6e6; font-size: 40px; justify-content: center; border-radius: 5px; } }