index.wxml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <view class="container">
  2. <!-- 顶部横幅 -->
  3. <view class="banner">
  4. <!-- 装饰纹理点 -->
  5. <view class="banner-deco deco-tl"></view>
  6. <view class="banner-deco deco-tr"></view>
  7. <view class="banner-deco deco-bl"></view>
  8. <view class="banner-content">
  9. <view class="banner-subtitle">留氏宗族</view>
  10. <view class="banner-title-row">
  11. <view class="banner-line"></view>
  12. <text class="banner-title">留家族谱</text>
  13. <view class="banner-line"></view>
  14. </view>
  15. <view class="banner-motto">
  16. <text class="banner-dot">·</text>
  17. <text class="motto-text">传世家族 情系后人</text>
  18. <text class="banner-dot">·</text>
  19. </view>
  20. <view class="banner-stats">
  21. <view class="stat-item">
  22. <text class="stat-num">衢州</text>
  23. <text class="stat-label">发源地</text>
  24. </view>
  25. <view class="stat-sep"></view>
  26. <view class="stat-item">
  27. <text class="stat-num">29</text>
  28. <text class="stat-label">当前最新代</text>
  29. </view>
  30. <view class="stat-sep"></view>
  31. <view class="stat-item">
  32. <text class="stat-num">2025</text>
  33. <text class="stat-label">建谱年份</text>
  34. </view>
  35. </view>
  36. </view>
  37. </view>
  38. <!-- 功能入口 -->
  39. <view class="section-wrap">
  40. <view class="section-label">
  41. <view class="label-line"></view>
  42. <text class="label-text">功能入口</text>
  43. <view class="label-line"></view>
  44. </view>
  45. <view class="function-grid">
  46. <view class="function-card" bindtap="goToAddMember">
  47. <view class="func-icon-wrap" style="background:linear-gradient(135deg,#e8763a,#c9521e);">
  48. <text class="func-emoji">✏️</text>
  49. </view>
  50. <text class="func-title">录入信息</text>
  51. <text class="func-desc">记录家人故事</text>
  52. </view>
  53. <view class="function-card" bindtap="goToMyEntries">
  54. <view class="func-icon-wrap" style="background:linear-gradient(135deg,#3a8ee8,#1e66c9);">
  55. <text class="func-emoji">📋</text>
  56. </view>
  57. <text class="func-title">我的录入</text>
  58. <text class="func-desc">管理已录入</text>
  59. </view>
  60. <view class="function-card" bindtap="goToAlbum">
  61. <view class="func-icon-wrap" style="background:linear-gradient(135deg,#e8a83a,#c98a1e);">
  62. <text class="func-emoji">🖼️</text>
  63. </view>
  64. <text class="func-title">家族相册</text>
  65. <text class="func-desc">珍藏共同记忆</text>
  66. </view>
  67. <view class="function-card" bindtap="goToCulture">
  68. <view class="func-icon-wrap" style="background:linear-gradient(135deg,#7e3ae8,#5a1ec9);">
  69. <text class="func-emoji">📖</text>
  70. </view>
  71. <text class="func-title">家族文化</text>
  72. <text class="func-desc">传承的财富</text>
  73. </view>
  74. </view>
  75. </view>
  76. <!-- 编委会成员 -->
  77. <view class="section-wrap">
  78. <view class="section-label">
  79. <view class="label-line"></view>
  80. <text class="label-text">编委会成员</text>
  81. <view class="label-line"></view>
  82. </view>
  83. <view class="committee-card">
  84. <!-- 主编 -->
  85. <view class="committee-row">
  86. <view class="c-icon-wrap icon-gold">
  87. <text class="c-icon">★</text>
  88. </view>
  89. <view class="c-body">
  90. <text class="c-role">主编</text>
  91. <text class="c-name">留文正</text>
  92. </view>
  93. </view>
  94. <view class="c-divider"></view>
  95. <!-- 编委成员 -->
  96. <view class="committee-row c-row-top">
  97. <view class="c-icon-wrap icon-blue">
  98. <text class="c-icon">◉</text>
  99. </view>
  100. <view class="c-body">
  101. <text class="c-role">编委成员</text>
  102. <view class="member-tags">
  103. <text class="member-tag">留忠德</text>
  104. <text class="member-tag">留文正</text>
  105. <text class="member-tag">留越</text>
  106. <text class="member-tag">留良吾</text>
  107. <text class="member-tag">留如藩</text>
  108. <text class="member-tag">留强</text>
  109. <text class="member-tag-more">……</text>
  110. </view>
  111. </view>
  112. </view>
  113. <view class="c-divider"></view>
  114. <!-- 外支顾问 -->
  115. <view class="committee-row">
  116. <view class="c-icon-wrap icon-green">
  117. <text class="c-icon">◆</text>
  118. </view>
  119. <view class="c-body">
  120. <text class="c-role">外支顾问</text>
  121. <text class="c-name">留朝信</text>
  122. </view>
  123. </view>
  124. <view class="c-divider"></view>
  125. <!-- 系统规划 -->
  126. <view class="committee-row">
  127. <view class="c-icon-wrap icon-purple">
  128. <text class="c-icon">⬡</text>
  129. </view>
  130. <view class="c-body">
  131. <text class="c-role">系统规划</text>
  132. <text class="c-name">留越</text>
  133. </view>
  134. </view>
  135. <view class="c-divider"></view>
  136. <!-- 技术实现 -->
  137. <view class="committee-row">
  138. <view class="c-icon-wrap icon-cyan">
  139. <text class="c-icon">⟨/⟩</text>
  140. </view>
  141. <view class="c-body">
  142. <text class="c-role">技术实现</text>
  143. <text class="c-name c-name-long">春笋秋竹(杭州)科技有限公司</text>
  144. </view>
  145. </view>
  146. </view>
  147. </view>
  148. <!-- 底部版权 -->
  149. <view class="footer">
  150. <view class="footer-deco">
  151. <view class="footer-line"></view>
  152. <text class="footer-icon">♦</text>
  153. <view class="footer-line"></view>
  154. </view>
  155. <text class="copyright">© 2025 留家族族谱管理系统</text>
  156. </view>
  157. </view>