知识付费微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

166 lines
3.6 KiB

9 months ago
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .index.data-v-29887e9c {
  28. background-color: #ccc;
  29. }
  30. .index .bottom-flex.data-v-29887e9c {
  31. position: fixed;
  32. left: 0;
  33. bottom: 0;
  34. width: 100%;
  35. display: flex;
  36. height: 100rpx;
  37. padding: 10rpx 0;
  38. background-color: #fff;
  39. justify-content: space-around;
  40. }
  41. .index .bottom-flex .icon.data-v-29887e9c {
  42. font-size: 26rpx;
  43. display: flex;
  44. flex-direction: column;
  45. justify-content: center;
  46. align-items: center;
  47. }
  48. .top.data-v-29887e9c {
  49. padding-top: 25px;
  50. position: relative;
  51. height: 230rpx;
  52. background-color: #000;
  53. }
  54. .content.data-v-29887e9c {
  55. position: absolute;
  56. top: 20rpx;
  57. width: 100%;
  58. height: 250rpx;
  59. }
  60. .content-img.data-v-29887e9c {
  61. position: absolute;
  62. top: 20rpx;
  63. left: 20rpx;
  64. width: 220rpx;
  65. height: 160rpx;
  66. border-radius: 10rpx;
  67. }
  68. .content-left.data-v-29887e9c {
  69. position: absolute;
  70. color: #fff;
  71. font-size: 14px;
  72. left: 35%;
  73. top: 20rpx;
  74. line-height: 50rpx;
  75. }
  76. .cell.data-v-29887e9c {
  77. display: flex;
  78. justify-content: center;
  79. align-items: center;
  80. height: 140rpx;
  81. background-color: #fff;
  82. width: 100%;
  83. }
  84. .cell-box.data-v-29887e9c {
  85. display: flex;
  86. width: 90%;
  87. background-color: #fdc204;
  88. height: 70rpx;
  89. border-radius: 10rpx;
  90. font-size: 12px;
  91. justify-content: center;
  92. align-items: center;
  93. }
  94. .book.data-v-29887e9c {
  95. margin-top: 20rpx;
  96. min-height: 600rpx;
  97. background-color: #fff;
  98. }
  99. .book-text.data-v-29887e9c {
  100. width: 94%;
  101. margin-left: 3%;
  102. min-height: 700rpx;
  103. font-size: 13px;
  104. line-height: 40rpx;
  105. padding-bottom: 100rpx;
  106. }
  107. .book-img.data-v-29887e9c {
  108. padding-top: 20rpx;
  109. width: 100%;
  110. height: 300rpx;
  111. }
  112. .button.data-v-29887e9c {
  113. position: relative;
  114. display: flex;
  115. top: 10rpx;
  116. width: 350rpx;
  117. height: 80%;
  118. font-size: 12px;
  119. }
  120. .button-left.data-v-29887e9c {
  121. display: flex;
  122. justify-content: center;
  123. align-items: center;
  124. flex: 1;
  125. height: 100%;
  126. background-color: #fdc205;
  127. }
  128. .button-right.data-v-29887e9c {
  129. display: flex;
  130. justify-content: center;
  131. align-items: center;
  132. flex: 1;
  133. height: 100%;
  134. background-color: #333333;
  135. border-radius: 50rpx;
  136. color: #fff;
  137. }
  138. .minus.data-v-29887e9c {
  139. width: 22px;
  140. height: 22px;
  141. border-width: 1px;
  142. border-color: #E6E6E6;
  143. border-style: solid;
  144. border-top-left-radius: 100px;
  145. border-top-right-radius: 100px;
  146. border-bottom-left-radius: 100px;
  147. border-bottom-right-radius: 100px;
  148. display: flex;
  149. flex-direction: row;
  150. justify-content: center;
  151. align-items: center;
  152. }
  153. .input.data-v-29887e9c {
  154. padding: 0 10px;
  155. margin: 0 10rpx;
  156. }
  157. .plus.data-v-29887e9c {
  158. width: 22px;
  159. height: 22px;
  160. background-color: #fdc205;
  161. border-radius: 50%;
  162. display: flex;
  163. justify-content: center;
  164. align-items: center;
  165. }