index.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. /**
  27. * 这里是uni-app内置的常用样式变量
  28. *
  29. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  30. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  31. *
  32. */
  33. /**
  34. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  35. *
  36. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  37. */
  38. /* 颜色变量 */
  39. /* 行为相关颜色 */
  40. /* 商城颜色变量 */
  41. /* 背景颜色 */
  42. /* 边框颜色 */
  43. /* 尺寸变量 */
  44. /* 文字尺寸 */
  45. /* 图片尺寸 */
  46. /* Border Radius */
  47. /* 水平间距 */
  48. /* 垂直间距 */
  49. /* 透明度 */
  50. /* 文章场景相关 */
  51. page.data-v-1cf27b2a {
  52. background-color: #f5f5f5;
  53. color: #333;
  54. line-height: 1.6;
  55. padding: 20rpx;
  56. font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  57. }
  58. .container.data-v-1cf27b2a {
  59. background: #fff;
  60. border-radius: 24rpx;
  61. overflow: hidden;
  62. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.05);
  63. height: 100vh;
  64. padding-top: 60px;
  65. box-sizing: border-box;
  66. }
  67. /* 应用头部信息 */
  68. .app-header.data-v-1cf27b2a {
  69. padding: 40rpx;
  70. border-bottom: 1rpx solid #eee;
  71. }
  72. .app-icon.data-v-1cf27b2a {
  73. width: 160rpx;
  74. height: 160rpx;
  75. border-radius: 32rpx;
  76. background: linear-gradient(45deg, #ff2442, #ff2c53);
  77. display: flex;
  78. align-items: center;
  79. justify-content: center;
  80. margin: 0 auto;
  81. box-shadow: 0 8rpx 20rpx rgba(255, 36, 66, 0.2);
  82. position: relative;
  83. }
  84. .app-icon .official-badge.data-v-1cf27b2a {
  85. position: absolute;
  86. top: -15rpx;
  87. right: -15rpx;
  88. }
  89. .app-icon text.data-v-1cf27b2a {
  90. font-size: 36rpx;
  91. color: white;
  92. }
  93. .app-info.data-v-1cf27b2a {
  94. flex: 1;
  95. }
  96. .app-title.data-v-1cf27b2a {
  97. display: flex;
  98. align-items: center;
  99. margin-bottom: 16rpx;
  100. }
  101. .app-name.data-v-1cf27b2a {
  102. font-size: 44rpx;
  103. font-weight: 700;
  104. margin-right: 16rpx;
  105. }
  106. .official-badge.data-v-1cf27b2a {
  107. background: #3875e9;
  108. color: white;
  109. font-size: 24rpx;
  110. padding: 4rpx 12rpx;
  111. border-radius: 8rpx;
  112. }
  113. .app-stats.data-v-1cf27b2a {
  114. display: flex;
  115. align-items: center;
  116. margin-bottom: 10rpx;
  117. color: #666;
  118. font-size: 28rpx;
  119. }
  120. .rating.data-v-1cf27b2a {
  121. color: #ff9c27;
  122. margin-right: 30rpx;
  123. }
  124. /* 下载选项 */
  125. .download-options.data-v-1cf27b2a {
  126. padding: 40rpx;
  127. }
  128. .download-option.data-v-1cf27b2a {
  129. border-radius: 24rpx;
  130. padding: 5rpx;
  131. margin-bottom: 30rpx;
  132. display: flex;
  133. align-items: center;
  134. cursor: pointer;
  135. transition: all 0.2s;
  136. }
  137. .option-icon.data-v-1cf27b2a {
  138. width: 80rpx;
  139. height: 80rpx;
  140. background: #f5f5f5;
  141. border-radius: 20rpx;
  142. display: flex;
  143. align-items: center;
  144. justify-content: center;
  145. margin-right: 30rpx;
  146. }
  147. .option-primary .option-icon.data-v-1cf27b2a {
  148. background: rgba(255, 36, 66, 0.1);
  149. color: #ff2442;
  150. }
  151. .option-content.data-v-1cf27b2a {
  152. flex: 1;
  153. }
  154. .option-title.data-v-1cf27b2a {
  155. font-weight: 600;
  156. margin-bottom: 8rpx;
  157. font-size: 26rpx;
  158. }
  159. .option-desc.data-v-1cf27b2a {
  160. font-size: 26rpx;
  161. color: #666;
  162. }
  163. .option-tag.data-v-1cf27b2a {
  164. background: rgba(56, 117, 233, 0.1);
  165. color: #3875e9;
  166. font-size: 24rpx;
  167. padding: 4rpx 16rpx;
  168. border-radius: 8rpx;
  169. margin-top: 10rpx;
  170. display: inline-block;
  171. }
  172. .option-warning.data-v-1cf27b2a {
  173. color: #f5a623;
  174. font-size: 24rpx;
  175. margin-top: 10rpx;
  176. }
  177. /* 应用详情 */
  178. .app-details.data-v-1cf27b2a {
  179. padding: 0 150rpx;
  180. border-top: 1rpx solid #eee;
  181. }
  182. .detail-item.data-v-1cf27b2a {
  183. display: flex;
  184. font-size: 22rpx;
  185. }
  186. .detail-label.data-v-1cf27b2a {
  187. width: 160rpx;
  188. color: #666;
  189. }
  190. .detail-value.data-v-1cf27b2a {
  191. flex: 1;
  192. color: #333;
  193. }
  194. /* 底部信息 */
  195. .footer.data-v-1cf27b2a {
  196. text-align: center;
  197. padding: 10rpx;
  198. color: #999;
  199. font-size: 26rpx;
  200. border-top: 1rpx solid #eee;
  201. position: absolute;
  202. bottom: 0px;
  203. left: 23%;
  204. }
  205. .footer-links.data-v-1cf27b2a {
  206. display: flex;
  207. justify-content: center;
  208. margin-bottom: 20rpx;
  209. }
  210. .footer-link.data-v-1cf27b2a {
  211. margin: 0 20rpx;
  212. color: #3875e9;
  213. }
  214. /* 下载按钮 */
  215. .download-btn.data-v-1cf27b2a {
  216. display: block;
  217. background: #ff2442;
  218. color: white;
  219. text-align: center;
  220. padding: 30rpx;
  221. border-radius: 24rpx;
  222. font-weight: 600;
  223. margin-top: 40rpx;
  224. cursor: pointer;
  225. transition: all 0.2s;
  226. font-size: 32rpx;
  227. }
  228. .download-btn.data-v-1cf27b2a:hover {
  229. background: #e61a36;
  230. transform: translateY(-4rpx);
  231. box-shadow: 0 8rpx 24rpx rgba(255, 36, 66, 0.3);
  232. }