userpolicy.html 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>用户协议</title>
  7. <style>
  8. body {
  9. font-family: Arial, sans-serif;
  10. color: #333;
  11. background-color: #f0f0f0;
  12. margin: auto;
  13. width: 100%;
  14. }
  15. .bold {
  16. font-weight: bold;
  17. color: #000;
  18. }
  19. .bottom-margin {
  20. margin-bottom: 10px;
  21. }
  22. .privacy-page {
  23. padding: 10px;
  24. }
  25. .privacy-header {
  26. text-align: center;
  27. margin-bottom: 10px;
  28. }
  29. .privacy-header .title {
  30. font-size: 24px;
  31. color: #333;
  32. font-weight: bold;
  33. }
  34. .section {
  35. margin-bottom: 20px;
  36. }
  37. .section-title {
  38. font-size: 20px;
  39. color: #333;
  40. font-weight: bold;
  41. margin-bottom: 5px;
  42. }
  43. .section-subtitle {
  44. font-weight: bold;
  45. margin-bottom: 5px;
  46. text-indent: 1em;
  47. font-size: 16px;
  48. color: #333;
  49. margin-top: 5px;
  50. }
  51. .section-text {
  52. font-size: 14px;
  53. color: #666;
  54. line-height: 1.6;
  55. text-indent: 2em;
  56. width: 100%;
  57. overflow: hidden;
  58. }
  59. .custom-text {
  60. font-size: 14px;
  61. color: #666;
  62. line-height: 1.6;
  63. width: 100%;
  64. overflow: hidden;
  65. }
  66. .section-subtitle.no-top-margin {
  67. margin-top: 0;
  68. }
  69. .privacy-footer {
  70. text-align: center;
  71. margin-top: 10px;
  72. }
  73. .confirm-button {
  74. padding: 10px 20px;
  75. font-size: 16px;
  76. color: #fff;
  77. background-color: #007bff;
  78. border: none;
  79. border-radius: 4px;
  80. cursor: pointer;
  81. }
  82. @media (max-width: 768px) {
  83. .privacy-header .title {
  84. font-size: 20px;
  85. }
  86. .section-title {
  87. font-size: 18px;
  88. }
  89. .section-subtitle {
  90. font-size: 14px;
  91. }
  92. .section-text {
  93. font-size: 12px;
  94. }
  95. }
  96. ::-webkit-scrollbar {
  97. display: none; /* Chrome, Safari, Edge */
  98. }
  99. .scroll-view {
  100. -ms-overflow-style: none; /* IE and Edge */
  101. scrollbar-width: none; /* Firefox */
  102. }
  103. </style>
  104. </head>
  105. <body>
  106. <div class="scroll-view">
  107. <div class="privacy-page">
  108. <div class="privacy-header">
  109. <p class="title">龙嘉L1-ERP 产品用户协议</p>
  110. </div>
  111. <div class="privacy-content">
  112. <div class="section">
  113. <p class="section-text">
  114. 欢迎阅读 <span class="bold">龙嘉L1-ERP</span> 产品用户协议(以下简称“本协议”)。本协议是您(个人或单一实体)与龙嘉科技有限公司(以下简称“龙嘉科技”)之间关于龙嘉L1-ERP软件产品(以下简称“软件产品”)的法律协议。软件产品包括计算机软件及相关媒体、印刷材料、电子文档以及龙嘉科技提供给您的软件产品的任何更新和补充资料。一旦您安装、复制、下载、访问或以其他方式使用龙嘉L1-ERP,即表示您同意接受本协议的各项条款。如您不同意本协议的条款,请勿安装或使用龙嘉L1-ERP产品。
  115. </p>
  116. </div>
  117. <div class="section">
  118. <p class="section-title">1、用户授权</p>
  119. <p class="section-text">
  120. 龙嘉科技根据本协议的约定授予您对本软件产品的使用权。本软件产品受著作权法及其他知识产权法和相关国际条约的保护。软件产品只能在本协议许可的范围内使用,不能另行出售、复制、修改、转让等。在本协议有效期间,您仅享有使用权,其他任何权益均归龙嘉科技所有。
  121. </p>
  122. </div>
  123. <div class="section">
  124. <p class="section-title">2、登录与使用</p>
  125. <p class="section-subtitle no-top-margin">2.1 登录方式</p>
  126. <p class="section-text">
  127. 用户需通过中转码、用户名和密码进行登录。中转码为公司ERP产品(龙嘉业务后台)上的二维码。
  128. </p>
  129. <p class="section-subtitle">2.2 账户管理</p>
  130. <p class="section-text">
  131. 用户名和密码需由管理员在公司ERP产品(龙嘉L1-ERP PC版)上添加用户后方可登录。
  132. </p>
  133. <p class="section-subtitle">2.3 权限管理</p>
  134. <p class="section-text">
  135. 部分功能需由管理员在用户权限界面赋予相应权限方可使用。所有操作可联系公司相关负责人员协助。
  136. </p>
  137. </div>
  138. <div class="section">
  139. <p class="section-title">3、使用限制</p>
  140. <p class="section-text">
  141. 您承诺不进行以下行为:
  142. </p>
  143. <p class="section-text">
  144. (1)将软件或其使用权利,有偿或无偿向其他单位或个人销售、转租、转借、转让。
  145. </p>
  146. <p class="section-text">
  147. (2)向其他单位或个人提供软件或资料的复制品。
  148. </p>
  149. <p class="section-text">
  150. (3)对软件进行改变、反编译、反汇编等反向工程处理。
  151. </p>
  152. <p class="section-text">
  153. (4)试图获得本软件的原代码。
  154. </p>
  155. <p class="section-text">
  156. (5)去除或掩盖有关软件著作权或商标的标志。
  157. </p>
  158. <p class="section-text">
  159. (6)其他超越或违反本协议规定行使软件权利的行为。
  160. </p>
  161. <p class="section-text">
  162. 如果您违反上述规定,您的使用权将自行终止。
  163. </p>
  164. </div>
  165. <div class="section">
  166. <p class="section-title">4、风险提示</p>
  167. <p class="section-text">
  168. 龙嘉科技特别提示您:在使用本软件产品时,请注意风险控制,使用本软件产品由您自行承担风险。龙嘉科技不保证本软件适用或不出故障。在适用法律允许的最大范围内,龙嘉科技在任何情况下不对因使用或无法使用本软件产品所造成的特殊、意外、直接或间接损失承担赔偿责任。对因软件遗失、被盗、毁损、误用或擅自修改造成的损失,龙嘉科技不承担任何责任。
  169. </p>
  170. </div>
  171. <div class="section">
  172. <p class="section-title">5、责任有限</p>
  173. <p class="section-text">
  174. 龙嘉科技不对因使用或无法使用本软件所引起的任何间接、意外、直接、特殊、惩罚性或其它任何损害(包括但不限于因人身伤害或财产损坏而造成的损害,因利润损失、数据损失、营业中断等造成的损害)承担赔偿责任,即使龙嘉科技事先被告知该损害发生的可能性。软件为虚拟产品,付费成功后不接受退货退款。
  175. </p>
  176. </div>
  177. <div class="section">
  178. <p class="section-title">6、信息收集与隐私</p>
  179. <p class="section-subtitle no-top-margin">6.1 信息收集</p>
  180. <p class="section-text">
  181. 本软件会收集用户的AndroidID,用于提升服务质量和用户体验。具体的收集目的、方式和范围将在隐私政策中详细说明。
  182. </p>
  183. <p class="section-subtitle">6.2 用户授权</p>
  184. <p class="section-text">
  185. 用户需明确同意隐私政策方可使用本软件。
  186. </p>
  187. <p class="section-subtitle">6.3 信息安全</p>
  188. <p class="section-text">
  189. 我们承诺采取合理措施保护用户信息不被非法获取或泄露。
  190. </p>
  191. </div>
  192. <div class="section">
  193. <p class="section-title">7、账户安全与保密</p>
  194. <p class="section-text">
  195. (1)在注册过程中,您将选择账户名和密码。您须自行负责对账户名和密码的保密,并对在账户名和密码下发生的所有活动承担责任。
  196. </p>
  197. <p class="section-text">
  198. (2)龙嘉科技不对因您未能保管好账户和密码而产生的后果承担任何责任。
  199. </p>
  200. <p class="section-text">
  201. (3)如果发现任何未经授权使用您账户的行为,您应立即通知龙嘉科技。
  202. </p>
  203. </div>
  204. <div class="section">
  205. <p class="section-title">8、终止或访问限制</p>
  206. <p class="section-text">
  207. (1)如果您违反本协议的任何条款,龙嘉科技有权随时终止您的服务。终止服务后,您必须立即停止使用龙嘉L1-ERP。
  208. </p>
  209. <p class="section-text">
  210. (2)龙嘉科技有权在不向您收费的情况下随时停止提供服务,并删除和丢弃您在使用服务中提交的所有资料。
  211. </p>
  212. </div>
  213. <div class="section">
  214. <p class="section-title">9、联系信息</p>
  215. <p class="section-text">
  216. 如有任何疑问或需要支持,请通过以下方式联系我们:
  217. </p>
  218. <p class="custom-text">
  219. 佛山市顺德区龙嘉软件有限公司
  220. </p>
  221. <p class="custom-text">
  222. (1)地址:佛山市顺德区龙江镇西溪工业区雄塑科技大厦二楼龙嘉软件
  223. </p>
  224. <p class="custom-text">
  225. (2)总部电话:0757-23873986;23393986
  226. </p>
  227. <p class="custom-text">
  228. (3)总部QQ:1315087709
  229. </p>
  230. <p class="custom-text">
  231. (4)广东销售经理(黎先生):13695229509
  232. </p>
  233. </div>
  234. </div>
  235. </div>
  236. </div>
  237. <script>
  238. </script>
  239. </body>
  240. </html>