| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .container.data-v-2149f422 {
- width: 100%;
- height: 100vh;
- background-color: #FFFFFF;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- padding: 40rpx 30rpx;
- padding-top: calc(30px + 40rpx);
- box-sizing: border-box;
- box-sizing: border-box;
- }
- .header.data-v-2149f422 {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 20rpx 0;
- position: relative;
- }
- .back-btn.data-v-2149f422 {
- width: 60rpx;
- height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 10;
- cursor: pointer;
- -webkit-tap-highlight-color: transparent;
- }
- .back-icon.data-v-2149f422 {
- font-size: 40rpx;
- color: #333333;
- font-weight: bold;
- }
- .header-title.data-v-2149f422 {
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- font-size: 36rpx;
- font-weight: bold;
- color: #333333;
- }
- .header-right.data-v-2149f422 {
- width: 60rpx;
- }
- .cover-section.data-v-2149f422 {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- padding: 40rpx 0;
- }
- .book-cover-image.data-v-2149f422 {
- width: 500rpx;
- height: 700rpx;
- border-radius: 8rpx;
- box-shadow: 0 8rpx 24rpx rgba(0,0,0,0.2);
- background-color: #F5F5F5;
- }
- .book-info-section.data-v-2149f422 {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-bottom: 60rpx;
- }
- .book-title.data-v-2149f422 {
- font-size: 44rpx;
- font-weight: bold;
- color: #333333;
- margin-bottom: 20rpx;
- text-align: center;
- }
- .book-author.data-v-2149f422 {
- font-size: 28rpx;
- color: #666666;
- text-align: center;
- }
- .start-reading-section.data-v-2149f422 {
- width: 100%;
- padding-bottom: env(safe-area-inset-bottom);
- }
- .start-reading-btn.data-v-2149f422 {
- width: 100%;
- height: 88rpx;
- background-color: #E0E0E0;
- color: #333333;
- font-size: 32rpx;
- border: none;
- border-radius: 44rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .start-reading-btn.data-v-2149f422::after {
- border: none;
- }
- .btn-text.data-v-2149f422 {
- color: #333333;
- }
|