book-cover.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .container.data-v-2149f422 {
  2. width: 100%;
  3. height: 100vh;
  4. background-color: #FFFFFF;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: space-between;
  9. padding: 40rpx 30rpx;
  10. padding-top: calc(30px + 40rpx);
  11. box-sizing: border-box;
  12. box-sizing: border-box;
  13. }
  14. .header.data-v-2149f422 {
  15. width: 100%;
  16. display: flex;
  17. align-items: center;
  18. justify-content: space-between;
  19. padding: 20rpx 0;
  20. position: relative;
  21. }
  22. .back-btn.data-v-2149f422 {
  23. width: 60rpx;
  24. height: 60rpx;
  25. display: flex;
  26. align-items: center;
  27. justify-content: center;
  28. z-index: 10;
  29. cursor: pointer;
  30. -webkit-tap-highlight-color: transparent;
  31. }
  32. .back-icon.data-v-2149f422 {
  33. font-size: 40rpx;
  34. color: #333333;
  35. font-weight: bold;
  36. }
  37. .header-title.data-v-2149f422 {
  38. position: absolute;
  39. left: 50%;
  40. transform: translateX(-50%);
  41. font-size: 36rpx;
  42. font-weight: bold;
  43. color: #333333;
  44. }
  45. .header-right.data-v-2149f422 {
  46. width: 60rpx;
  47. }
  48. .cover-section.data-v-2149f422 {
  49. flex: 1;
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. width: 100%;
  54. padding: 40rpx 0;
  55. }
  56. .book-cover-image.data-v-2149f422 {
  57. width: 500rpx;
  58. height: 700rpx;
  59. border-radius: 8rpx;
  60. box-shadow: 0 8rpx 24rpx rgba(0,0,0,0.2);
  61. background-color: #F5F5F5;
  62. }
  63. .book-info-section.data-v-2149f422 {
  64. display: flex;
  65. flex-direction: column;
  66. align-items: center;
  67. margin-bottom: 60rpx;
  68. }
  69. .book-title.data-v-2149f422 {
  70. font-size: 44rpx;
  71. font-weight: bold;
  72. color: #333333;
  73. margin-bottom: 20rpx;
  74. text-align: center;
  75. }
  76. .book-author.data-v-2149f422 {
  77. font-size: 28rpx;
  78. color: #666666;
  79. text-align: center;
  80. }
  81. .start-reading-section.data-v-2149f422 {
  82. width: 100%;
  83. padding-bottom: env(safe-area-inset-bottom);
  84. }
  85. .start-reading-btn.data-v-2149f422 {
  86. width: 100%;
  87. height: 88rpx;
  88. background-color: #E0E0E0;
  89. color: #333333;
  90. font-size: 32rpx;
  91. border: none;
  92. border-radius: 44rpx;
  93. display: flex;
  94. align-items: center;
  95. justify-content: center;
  96. }
  97. .start-reading-btn.data-v-2149f422::after {
  98. border: none;
  99. }
  100. .btn-text.data-v-2149f422 {
  101. color: #333333;
  102. }