index.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. /**index.wxss**/
  2. page {
  3. /* padding-top: 54rpx; */
  4. padding-bottom: 60rpx;
  5. background-color: #fff;
  6. }
  7. .container {
  8. width: 100%;
  9. height: 100%;
  10. align-items: center;
  11. }
  12. .main {
  13. width: 90%;
  14. display: flex;
  15. flex-direction: column;
  16. font-family: PingFang SC;
  17. }
  18. .image_container {
  19. margin-top: 48rpx;
  20. display: flex;
  21. justify-content: center;
  22. }
  23. .title {
  24. margin-bottom: 20rpx;
  25. margin-top: 40rpx;
  26. }
  27. .sub_title {
  28. font-size: 28rpx;
  29. color: rgba(0, 0, 0, 0.6);
  30. line-height: 52rpx;
  31. }
  32. /* 一级标题字体 */
  33. .font_title_1 {
  34. font-weight: 500;
  35. color: #000;
  36. font-size: 48rpx;
  37. }
  38. /* 二级标题字体 */
  39. .font_title_2 {
  40. color: #000;
  41. font-size: 32rpx;
  42. font-weight: 500;
  43. font-family: "PingFang SC";
  44. }
  45. /* 内容字体 */
  46. .font_content {
  47. font-size: 32rpx;
  48. color: rgba(0, 0, 0, 0.6);
  49. line-height: 52rpx;
  50. }
  51. .seperator {
  52. border-top: 2rpx solid #dcdcdc;
  53. margin-top: 60rpx;
  54. margin-bottom: 60rpx;
  55. }
  56. .ability_container {
  57. border: 2rpx solid #e5e5e5;
  58. padding: 48rpx;
  59. box-sizing: border-box;
  60. border-radius: 20rpx;
  61. background-color: #f5f5f5;
  62. display: flex;
  63. flex-direction: column;
  64. gap: 16rpx;
  65. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  66. margin-top: 48rpx;
  67. }
  68. .ability_title {
  69. font-size: 36rpx;
  70. font-weight: 500;
  71. color: #000;
  72. }
  73. .ability_item {
  74. color: rgba(0, 0, 0, 0.6);
  75. font-size: 28rpx;
  76. }
  77. .ability_item::before {
  78. content: "";
  79. display: inline-block;
  80. width: 12rpx;
  81. height: 12rpx;
  82. border-radius: 50%;
  83. background-color: rgba(0, 0, 0, 0.6);
  84. margin-right: 12rpx;
  85. }
  86. .step_container {
  87. box-sizing: border-box;
  88. border-radius: 10rpx;
  89. display: flex;
  90. flex-direction: column;
  91. }
  92. .step_title,
  93. .step_content {
  94. padding: 8rpx;
  95. background-color: #fff;
  96. }
  97. .step_title {
  98. display: flex;
  99. align-items: center;
  100. gap: 16rpx;
  101. }
  102. .step_id_container {
  103. display: flex;
  104. font-size: 28rpx;
  105. align-items: center;
  106. height: 36rpx;
  107. line-height: 36rpx;
  108. font-weight: 400;
  109. }
  110. .step_id_mark {
  111. background-color: rgba(0, 0, 0, 0.5);
  112. border-radius: 2px 0px 0px 2px;
  113. color: #fff;
  114. height: 40rpx;
  115. line-height: 40rpx;
  116. width: 70rpx;
  117. text-align: center;
  118. }
  119. .step_id_content {
  120. width: 50rpx;
  121. text-align: center;
  122. background-color: #fff;
  123. color: rgba(0, 0, 0, 0.5);
  124. border: 1px solid rgba(0, 0, 0, 0.5);
  125. border-left: none;
  126. box-sizing: border-box;
  127. border-radius: 0px 2px 2px 0px;
  128. }
  129. .step_content {
  130. background-color: #fff;
  131. color: #666;
  132. font-size: 28rpx;
  133. word-break: break-all;
  134. }
  135. .text_zone {
  136. margin-top: 20rpx;
  137. margin-bottom: 48rpx;
  138. color: rgba(0, 0, 0, 0.6);
  139. }
  140. .code_zone {
  141. background-color: #0E190E;
  142. color: rgba(255, 255, 255, 0.7);
  143. border-radius: 12rpx;
  144. padding: 0rpx 32rpx;
  145. box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  146. position: relative;
  147. margin-bottom: 48rpx;
  148. }
  149. .image_zone {
  150. display: flex;
  151. justify-content: center;
  152. margin-bottom: 48rpx;
  153. }
  154. .btn-copy {
  155. border-radius: 12rpx;
  156. height: 40rpx;
  157. width: 40rpx;
  158. position: absolute;
  159. right: 20rpx;
  160. bottom: 20rpx;
  161. }
  162. .bottom-tip {
  163. margin-top: 10rpx;
  164. color: rgba(0, 0, 0, 0.9);
  165. font-size: 28rpx;
  166. line-height: 52rpx;
  167. }
  168. .button {
  169. width: 70%;
  170. text-align: center;
  171. margin: 40rpx auto 0 auto;
  172. color: white;
  173. border-radius: 5px;
  174. height: 80rpx;
  175. line-height: 80rpx;
  176. background-color: #07c160;
  177. }
  178. .btn-view-demo-page {
  179. width: 100%;
  180. text-align: center;
  181. color: white;
  182. border-radius: 5px;
  183. font-size: 26rpx;
  184. padding: 16rpx 0rpx;
  185. box-sizing: border-box;
  186. border: 1px solid #07c160;
  187. color: #07c160;
  188. font-size: 32rpx;
  189. }
  190. .with-margin {
  191. margin-top: 48rpx;
  192. }
  193. .text_link{
  194. color: #07c160;
  195. text-decoration-line: underline;
  196. }