main-user.html 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>我的</title>
  6. <meta name="viewport"
  7. content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  8. <!-- 挂接mui样式 -->
  9. <link href="../css/mui.css" rel="stylesheet" />
  10. <!-- 挂接app样式 -->
  11. <link rel="stylesheet" type="text/css" href="../css/app.css" />
  12. <link rel="stylesheet" type="text/css" href="../css/app.new.css" />
  13. <!-- 引入字体 -->
  14. <link rel="stylesheet" type="text/css" href="../fonts/TTTGB-Medium.css" />
  15. <link rel="stylesheet" type="text/css" href="../fonts/font-jt.css" />
  16. <!-- 引入数字字体 -->
  17. <link rel="stylesheet" type="text/css" href="../fonts/font-time.css" />
  18. <!-- 引入弹窗及选择器样式 -->
  19. <link rel="stylesheet" type="text/css" href="../css/mui.picker.css" />
  20. <link rel="stylesheet" type="text/css" href="../css/mui.poppicker.css" />
  21. <!-- 引入地图页面独有样式 -->
  22. <link rel="stylesheet" type="text/css" href="../css/cr.map.css" />
  23. <!-- 独有样式 -->
  24. <style type="text/css">
  25. /* 顶部容器样式 */
  26. .cr-top-big-panel {
  27. background-color: #243f6d;
  28. height: 160px;
  29. line-height: 160px;
  30. border-radius: 0px 0px 30px 30px;
  31. }
  32. /* 顶部子容器样式 */
  33. .cr-top-panel {
  34. width: 100%;
  35. height: 100px;
  36. line-height: 100px;
  37. display: flex;
  38. flex-direction: row;
  39. align-items: center;
  40. padding-left: 40px;
  41. padding-right: 40px;
  42. }
  43. /* 头像容器样式 */
  44. .cr-head-panel {
  45. width: 50px;
  46. height: 50px;
  47. line-height: 50px;
  48. background-color: rgb(255, 255, 255);
  49. border-radius: 25px;
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. }
  54. /* 头像样式 */
  55. .cr-head-panel>img {
  56. width: 100%;
  57. height: 100%;
  58. }
  59. /* 用户详细信息容器 */
  60. .cr-head-content {
  61. line-height: 20px;
  62. display: flex;
  63. flex-direction: column;
  64. margin-left: 10px;
  65. color: rgb(255, 255, 255);
  66. font-family: 'TTTGB-Medium', sans-serif;
  67. }
  68. /* 用户详细信息 标题 */
  69. .cr-head-content>span {
  70. font-size: 16px;
  71. }
  72. /* 用户详细信息 具体值 */
  73. .cr-user-value {
  74. color: rgb(252, 170, 75);
  75. }
  76. /* 具体内容容器样式 */
  77. .cr-content {
  78. position: absolute;
  79. left: 20px;
  80. top: 100px;
  81. width: calc(100% - 40px);
  82. height: calc(100% - 100px);
  83. line-height: calc(100% - 100px);
  84. background-color: rgb(27, 38, 80);
  85. border-radius: 10px 10px 0px 0px;
  86. }
  87. /* 单元格图标样式 */
  88. .cr-table-view-cell-icon {
  89. background: linear-gradient(to bottom, rgb(86, 113, 235) 50%, rgb(99, 144, 231) 50%);
  90. -webkit-background-clip: text;
  91. color: transparent;
  92. font-weight: bold;
  93. display: inline-block;
  94. margin-right: 10px;
  95. font-size: 16px;
  96. }
  97. /* 干掉表格的背景色 */
  98. .mui-table-view {
  99. background-color: rgba(255, 0, 0, 0) !important;
  100. border-top-left-radius: 10px !important;
  101. border-top-right-radius: 10px !important;
  102. overflow: hidden;
  103. }
  104. /* 干掉table-view顶部的分隔线 */
  105. .mui-table-view::before {
  106. height: 0px;
  107. }
  108. /* 干掉table-view底部的分隔线 */
  109. .mui-table-view::after {
  110. height: 0px;
  111. }
  112. /* 功能项单元格样式 */
  113. .mui-table-view-cell {
  114. line-height: 15px;
  115. background-color: rgba(255, 0, 0, 0) !important;
  116. }
  117. /* 菜单文字颜色 */
  118. .mui-table-view-cell>a>span:nth-child(2) {
  119. color: rgb(255, 255, 255);
  120. font-size: 15px;
  121. }
  122. /* 标题项单元格样式 */
  123. .mui-table-view-divider {
  124. line-height: 24px;
  125. background-color: rgba(32, 46, 96, 1.0);
  126. color: rgb(147, 224, 212);
  127. font-weight: 400;
  128. }
  129. .mui-table-view-divider::after {
  130. height: 0px !important;
  131. }
  132. .mui-table-view-divider::before {
  133. height: 0px !important;
  134. }
  135. /* 输入行标题样式 */
  136. .wc-input-row>label {
  137. width: 80px;
  138. text-align: right;
  139. font-size: 14px !important;
  140. color: rgb(255, 255, 255);
  141. }
  142. /* 重置用户信息编辑输入框高度 */
  143. .wc-popover-coord-input {
  144. height: 260px !important;
  145. }
  146. </style>
  147. </head>
  148. <body>
  149. <div class="mui-content">
  150. <!-- 顶部内容容器 -->
  151. <div class="cr-top-big-panel">
  152. <div class="cr-top-panel">
  153. <div class="cr-head-panel">
  154. <img src="../img/user/icon_user_head.png" />
  155. </div>
  156. <!-- 用户信息 -->
  157. <div class="cr-head-content">
  158. </div>
  159. </div>
  160. </div>
  161. <!-- 具体内容容器 -->
  162. <div class="cr-content">
  163. <ul class="mui-table-view">
  164. <li class="mui-table-view-divider">常规</li>
  165. <li class="mui-table-view-cell" onclick="click_edituser()">
  166. <a class="mui-navigate-right">
  167. <span class="app-icon app-icon-set-edit cr-table-view-cell-icon"></span>
  168. <span>修改密码</span>
  169. </a>
  170. </li>
  171. <li class="mui-table-view-cell" onclick="click_version()">
  172. <a class="mui-navigate-right">
  173. <span class="app-icon app-icon-set-version cr-table-view-cell-icon"></span>
  174. <span>版本更新</span>
  175. </a>
  176. </li>
  177. <li class="mui-table-view-cell" onclick="click_about()">
  178. <a class="mui-navigate-right">
  179. <span class="app-icon app-icon-set-about cr-table-view-cell-icon"></span>
  180. <span>关于</span>
  181. </a>
  182. </li>
  183. <!-- <li class="mui-table-view-divider">通知</li>
  184. <li class="mui-table-view-cell" onclick="click_send_sms()">
  185. <a class="mui-navigate-right">
  186. <span class="app-icon app-icon-set-relogin cr-table-view-cell-icon"></span>
  187. <span>发送通知消息</span>
  188. </a>
  189. </li> -->
  190. <li class="mui-table-view-divider">系统</li>
  191. <li class="mui-table-view-cell" onclick="click_restart()">
  192. <a class="mui-navigate-right">
  193. <span class="app-icon app-icon-set-relogin cr-table-view-cell-icon"></span>
  194. <span>重新登录</span>
  195. </a>
  196. </li>
  197. </ul>
  198. </div>
  199. </div>
  200. <!-- 编辑用户信息弹出框 -->
  201. <div id="popoverEditUserInfo" class="mui-popover mui-popover-action mui-popover-bottom wc-popover-coord-input">
  202. <header class="mui-bar">密码修改</header>
  203. <div>
  204. <div class="mui-row wc-row wc-input-row">
  205. <label>用户姓名</label>
  206. <div class="mui-input-row">
  207. <input id="iUserName" type="text" class="mui-input-clear mui-input f-color"
  208. placeholder="输入用户姓名">
  209. </div>
  210. </div>
  211. <div class="mui-row wc-row wc-input-row">
  212. <label>联系电话</label>
  213. <div class="mui-input-row">
  214. <input id="iPhone" type="text" class="mui-input-clear mui-input f-color" placeholder="输入联系电话">
  215. </div>
  216. </div>
  217. <div class="mui-row wc-row wc-input-row">
  218. <label>密码</label>
  219. <div class="mui-input-row">
  220. <input id="iPassword" type="text" class="mui-input-clear mui-input f-color"
  221. placeholder="输入密码,不修改可无需输入">
  222. </div>
  223. </div>
  224. <div class="mui-row wc-row wc-input-row">
  225. <label>确认密码</label>
  226. <div class="mui-input-row">
  227. <input id="iTruePassword" type="text" class="mui-input-clear mui-input f-color"
  228. placeholder="再次输入密码">
  229. </div>
  230. </div>
  231. <div class="mui-row wc-row" style="justify-content: flex-end;">
  232. <button type="button" class="mui-btn mui-btn-primary wc-btn-location"
  233. onclick="EventClick_Submit()">提交</button>
  234. </div>
  235. </div>
  236. </div>
  237. </body>
  238. </html>
  239. <!-- 引入mui脚本 -->
  240. <script src="../js/mui.js" type="text/javascript" charset="utf-8"></script>
  241. <!-- 引入jQuery脚本 -->
  242. <script src="../js/jquery.js" type="text/javascript" charset="utf-8"></script>
  243. <!-- 引入通用脚本 -->
  244. <script src="../js/common.js" type="text/javascript" charset="utf-8"></script>
  245. <!-- 引入webview脚本 -->
  246. <script src="../js/webview.js" type="text/javascript" charset="utf-8"></script>
  247. <!-- 引入存储脚本 -->
  248. <script src="../js/save.js" type="text/javascript" charset="utf-8"></script>
  249. <!-- 引入ajax脚本 -->
  250. <script src="../js/ajax.js" type="text/javascript" charset="utf-8"></script>
  251. <!-- 引入app更新脚本 -->
  252. <script src="../js/app.upload.js"></script>
  253. <!-- 专用标本 -->
  254. <script src="../js/main.userset.js" type="text/javascript" charset="utf-8"></script>