addUser.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  1. <template>
  2. <view class="content">
  3. <view class="inner">
  4. <view class="form-box">
  5. <text class="form-title">基本信息</text>
  6. <view class="form-item justify-between">
  7. <text class="label">头像</text>
  8. <view class="right">
  9. <image :src="form.avatar==null?maleurl:form.avatar" class="w90 h90"></image>
  10. <image class="w48 h48" src="/static/images/health/right_arrow_right_icon24.png"></image>
  11. <button class="wx-head" type="balanced" open-type="chooseAvatar" @chooseavatar="onChooseAvatar">
  12. </button>
  13. </view>
  14. </view>
  15. <view class="form-item">
  16. <text class="label">姓名<text class="color-price">*</text></text>
  17. <input class="input-width" type="text" v-model="form.username" placeholder="请输入姓名"
  18. placeholder-class="form-input" />
  19. </view>
  20. <view class="form-item">
  21. <text class="label">性别<text class="color-price">*</text></text>
  22. <view class="sex-box">
  23. <view :class="form.sex==0?'sex-item active':'sex-item'" @click="sexChange(0)" >
  24. <u-icon name="man" :color="form.sex==0?'#008FD3':'#EBF8FF'" size="20"></u-icon>
  25. <text>男</text>
  26. </view>
  27. <view :class="form.sex==1?'sex-item active2':'sex-item'" @click="sexChange(1)" >
  28. <u-icon name="woman" :color="form.sex==1?'#FF5030':'#898E91'" size="20"></u-icon>
  29. <text>女</text>
  30. </view>
  31. </view>
  32. </view>
  33. <view class="form-item">
  34. <text class="label">出生年月<text class="color-price">*</text></text>
  35. <picker class="birth-picker" mode="date" @change="bindDateChange">
  36. <view class="right-box">
  37. <view class="input-box">
  38. <input type="text" :value="form.birthdate" placeholder="请选择出生年月" placeholder-class="form-input" disabled="disabled" />
  39. </view>
  40. <image class="w48 h48" src="/static/images/health/right_arrow_right_icon24.png"></image>
  41. </view>
  42. </picker>
  43. </view>
  44. <view class="form-item">
  45. <text class="label">手机号<text class="color-price">*</text></text>
  46. <input maxlength="11" class="input-width" type="number" v-model="form.phone" placeholder="请输入手机号" placeholder-class="form-input" />
  47. </view>
  48. <view class="form-item">
  49. <text class="label">身份证号<text class="color-price">*</text></text>
  50. <input maxlength="18" class="input-width" type="idcard" v-model="form.idCard" placeholder="请如实填写身份证号" placeholder-class="form-input" />
  51. </view>
  52. <view class="form-item">
  53. <text class="label">退休前工作单位<text class="color-price">*</text></text>
  54. <input class="input-width" type="text" v-model="form.previousEmployer" placeholder="请输入工作单位"
  55. placeholder-class="form-input" />
  56. </view>
  57. <view class="form-item">
  58. <text class="label">可支配收入<text class="color-price">*</text></text>
  59. <input class="input-width" type="digit" v-model="form.disposableIncome" placeholder="请输入支配收入"
  60. placeholder-class="form-input" />
  61. </view>
  62. <view class="form-item">
  63. <text class="label">实际消费<text class="color-price">*</text></text>
  64. <input class="input-width" type="digit" v-model="form.actualConsumption" placeholder="请输入实际消费"
  65. placeholder-class="form-input" />
  66. </view>
  67. </view>
  68. <view class="form-box">
  69. <text class="form-title">家庭地址及居住情况</text>
  70. <view class="form-item">
  71. <text class="label">市区<text class="color-price">*</text></text>
  72. <picker class="birth-picker" mode="region" level="city" @change="bindCityChange">
  73. <view class="right-box">
  74. <view class="input-box">
  75. <input type="text" :value="form.city" placeholder="请选择市区" placeholder-class="form-input" disabled="disabled" />
  76. </view>
  77. <image class="w48 h48" src="/static/images/health/right_arrow_right_icon24.png"></image>
  78. </view>
  79. </picker>
  80. </view>
  81. <view class="form-item">
  82. <text class="label">小区名称</text>
  83. <input maxlength="10" class="input-width" type="text" v-model="form.residentialCommunity" placeholder="请输入小区名称"
  84. placeholder-class="form-input" />
  85. </view>
  86. <view class="form-item">
  87. <text class="label">门牌</text>
  88. <input maxlength="10" class="input-width" type="text" v-model="form.houseNumber" placeholder="请输入门牌号"
  89. placeholder-class="form-input" />
  90. </view>
  91. <view class="form-item">
  92. <text class="label">面积</text>
  93. <input maxlength="10" class="input-width" type="text" v-model="form.area" placeholder="请输入面积"
  94. placeholder-class="form-input" />
  95. </view>
  96. <view class="form-item">
  97. <text class="label">楼层</text>
  98. <input maxlength="10" class="input-width" type="text" v-model="form.floor" placeholder="请输入楼层"
  99. placeholder-class="form-input" />
  100. </view>
  101. </view>
  102. <view class="form-box">
  103. <text class="form-title">家庭情况</text>
  104. <view class="form-item">
  105. <text class="label">伴侣</text>
  106. <input class="input-width" type="text" v-model="form.partnerName" placeholder="请输入伴侣姓名"
  107. placeholder-class="form-input" />
  108. </view>
  109. <view class="form-item">
  110. <text class="label">伴侣年龄</text>
  111. <input class="input-width" type="number" v-model="form.partnerAge" placeholder="请输入伴侣年龄"
  112. placeholder-class="form-input" />
  113. </view>
  114. <view class="form-item">
  115. <text class="label">子辈单位</text>
  116. <input maxlength="10" class="input-width" type="text" v-model="form.partnerEmployer" placeholder="请输入子辈工作单位"
  117. placeholder-class="form-input" />
  118. </view>
  119. <view class="form-item">
  120. <text class="label">孙辈学校</text>
  121. <input maxlength="10" class="input-width" type="text" v-model="form.grandchildrenSchool" placeholder="请输入所在学校"
  122. placeholder-class="form-input" />
  123. </view>
  124. </view>
  125. <view class="form-box">
  126. <text class="form-title">会员情况</text>
  127. <view class="form-item justify-between">
  128. <text class="label">是否是会员</text>
  129. <radio-group style="display: flex;align-items: center;">
  130. <label style="margin-right: 50upx;">
  131. <radio @click="radioClick(1)" value="1" :checked="form.isMember==1"
  132. style="margin-right: 16upx;" />
  133. <text class="sex-text">是</text>
  134. </label>
  135. <label>
  136. <radio @click="radioClick(0)" value="0" :checked="form.isMember==0"
  137. style="margin-right: 16upx;" />
  138. <text class="sex-text">否</text>
  139. </label>
  140. </radio-group>
  141. </view>
  142. <view class="form-item">
  143. <text class="label">会员分类</text>
  144. <picker class="birth-picker" mode="selector" @change="bindMemberChange($event,tags)" :range="tags" range-key="dictLabel">
  145. <view class="right-box">
  146. <view class="input-box">
  147. <input type="text" :value="form.memberLevel" placeholder="请选择会员分类" placeholder-class="form-input" disabled="disabled" />
  148. </view>
  149. <image class="w48 h48" src="/static/images/health/right_arrow_right_icon24.png"></image>
  150. </view>
  151. </picker>
  152. </view>
  153. <view class="form-item">
  154. <text class="label">加入时间</text>
  155. <picker class="birth-picker" mode="date" @change="bindJoinChange">
  156. <view class="right-box">
  157. <view class="input-box">
  158. <input type="text" :value="form.joinTime" placeholder="请选择加入时间" placeholder-class="form-input" disabled="disabled" />
  159. </view>
  160. <image class="w48 h48" src="/static/images/health/right_arrow_right_icon24.png"></image>
  161. </view>
  162. </picker>
  163. </view>
  164. <view class="form-item">
  165. <text class="label">到期时间</text>
  166. <picker class="birth-picker" mode="date" @change="bindEndChange">
  167. <view class="right-box">
  168. <view class="input-box">
  169. <input type="text" :value="form.expiryTime" placeholder="请选择到期时间" placeholder-class="form-input" disabled="disabled" />
  170. </view>
  171. <image class="w48 h48" src="/static/images/health/right_arrow_right_icon24.png"></image>
  172. </view>
  173. </picker>
  174. </view>
  175. <view class="form-item">
  176. <text class="label">管理月份</text>
  177. <picker class="birth-picker" mode="date" fields="month" @change="bindMonthChange">
  178. <view class="right-box">
  179. <view class="input-box">
  180. <input type="text" :value="form.managementMonth" placeholder="请选择管理月份" placeholder-class="form-input" disabled="disabled" />
  181. </view>
  182. <image class="w48 h48" src="/static/images/health/right_arrow_right_icon24.png"></image>
  183. </view>
  184. </picker>
  185. </view>
  186. </view>
  187. <view class="form-box">
  188. <text class="form-title">特殊情况</text>
  189. <view class="form-item">
  190. <text class="label">职位</text>
  191. <input class="input-width" type="text" v-model="form.position" placeholder="请输入职位"
  192. placeholder-class="form-input" />
  193. </view>
  194. <view class="form-item">
  195. <text class="label">癖好</text>
  196. <input maxlength="10" class="input-width" type="text" v-model="form.hobbies" placeholder="请输入癖好"
  197. placeholder-class="form-input" />
  198. </view>
  199. <view class="form-item">
  200. <text class="label">平日喜好</text>
  201. <input maxlength="10" class="input-width" type="text" v-model="form.specialties" placeholder="请输入平日喜好"
  202. placeholder-class="form-input" />
  203. </view>
  204. <view class="form-item">
  205. <text class="label">信仰</text>
  206. <input maxlength="10" class="input-width" type="text" v-model="form.faith" placeholder="请输入信仰"
  207. placeholder-class="form-input" />
  208. </view>
  209. <view class="form-item">
  210. <text class="label">担忧</text>
  211. <input maxlength="10" class="input-width" type="text" v-model="form.concerns" placeholder="请输入担忧"
  212. placeholder-class="form-input" />
  213. </view>
  214. </view>
  215. <view class="form-box">
  216. <text class="form-title">其他<text class="color-price">*</text></text>
  217. <view class="form-item">
  218. <!-- <text class="label">备注</text> -->
  219. <textarea maxlength="200" class="form-textarea" v-model="form.problemsToSolve" placeholder="请输入用户想解决的问题" placeholder-class="textarea-input" />
  220. </view>
  221. <view class="form-item">
  222. <!-- <text class="label">备注</text> -->
  223. <textarea maxlength="200" class="form-textarea" v-model="form.healthSuggestions" placeholder="请输入健康管理师对用户的建议" placeholder-class="textarea-input"/>
  224. </view>
  225. </view>
  226. </view>
  227. <view class="btn-box">
  228. <view class="sub-btn" @click="submit()">保存</view>
  229. </view>
  230. </view>
  231. </template>
  232. <script>
  233. import {getInfo,updateInfo,deleteInfo,addInfo,getMember} from '@/api/healthUser.js'
  234. import {
  235. getDocDetails,
  236. addDoc,
  237. editDoc
  238. } from '@/api/doc.js'
  239. export default {
  240. data() {
  241. return {
  242. type: null,
  243. patientId: null,
  244. famaleurl:"/static/images/health/female_profile.png",
  245. maleurl:"/static/images/health/my_heads.png",
  246. checked:1,
  247. // 定义直辖市列表,用于判断特殊处理
  248. municipalities: ['北京市', '上海市', '天津市', '重庆市'],
  249. array:[
  250. {id:1,name:'是'},
  251. {id:0,name:'否'},
  252. ],
  253. tags: [],
  254. isAdd:null,
  255. form: {
  256. "username": null,
  257. avatar:null,
  258. "sex":0,
  259. "birthdate": null,
  260. "age": 0,
  261. "phone": null,
  262. "idCard": null,
  263. "previousEmployer": null,
  264. "disposableIncome": null,
  265. "actualConsumption": null,
  266. "city": null,
  267. "residentialCommunity": null,
  268. "houseNumber": null,
  269. "area": null,
  270. "floor": null,
  271. "partnerName": null,
  272. "partnerAge": null,
  273. "partnerEmployer": null,
  274. "grandchildrenSchool": null,
  275. "isMember": 1,
  276. "memberLevel": null,
  277. "joinTime": null,
  278. "expiryTime": null,
  279. "managementMonth":null,
  280. "position":null,
  281. "hobbies": null,
  282. "specialties": null,
  283. "faith": null,
  284. "concerns": null,
  285. "problemsToSolve": null,
  286. "healthSuggestions": null,
  287. }
  288. };
  289. },
  290. onLoad(options) {
  291. this.type = options.type;
  292. this.userId=options.userId;
  293. this.companyUserId=options.companyUserId;
  294. this.form.userId=options.userId;
  295. this.form.companyUserId=options.companyUserId;
  296. if (this.type == 'edit') {
  297. this.getInfo();
  298. }
  299. this.getMember()
  300. },
  301. methods: {
  302. sexChange(type) {
  303. this.form.sex = type
  304. },
  305. radioClick(id) {
  306. this.form.isMember=id
  307. },
  308. getMember(){
  309. getMember().then(
  310. res => {
  311. if (res.code == 200) {
  312. this.tags= res.data;
  313. } else {
  314. uni.showToast({
  315. title: res.msg,
  316. });
  317. }
  318. },
  319. rej => {}
  320. );
  321. },
  322. getInfo() {
  323. var data = {
  324. userId: this.userId
  325. };
  326. getInfo(data).then(
  327. res => {
  328. if (res.code == 200) {
  329. this.form = res.data;
  330. } else {
  331. uni.showToast({
  332. title: res.msg,
  333. });
  334. }
  335. },
  336. rej => {}
  337. );
  338. },
  339. onChooseAvatar(e){
  340. // 处理用户取消的情况
  341. if (e.detail.errMsg && e.detail.errMsg.includes('cancel')) {
  342. console.log('选择头像已取消')
  343. return
  344. }
  345. let {
  346. avatarUrl
  347. } = e.detail;
  348. uni.uploadFile({
  349. url: uni.getStorageSync('requestPath')+'/app/common/uploadOSS', //仅为示例,非真实的接口地址
  350. filePath: avatarUrl,
  351. name: 'file',
  352. formData: {
  353. 'user': 'test' // 上传附带参数
  354. },
  355. success: (uploadFileRes) => {
  356. this.form.avatar =JSON.parse(uploadFileRes.data).url
  357. }
  358. });
  359. },
  360. submit() {
  361. if (this.form.username == null) {
  362. uni.showToast({
  363. icon: 'none',
  364. title: "姓名不能为空",
  365. });
  366. return;
  367. }
  368. if (this.form.phone == null) {
  369. uni.showToast({
  370. icon: 'none',
  371. title: "手机号不能为空",
  372. });
  373. return;
  374. }
  375. if (this.form.idCard == null) {
  376. uni.showToast({
  377. icon: 'none',
  378. title: "身份证号不能为空",
  379. });
  380. return;
  381. }
  382. if (this.form.sex == null) {
  383. uni.showToast({
  384. icon: 'none',
  385. title: "性别不能为空",
  386. });
  387. return;
  388. }
  389. if (this.form.birthdate == null) {
  390. uni.showToast({
  391. icon: 'none',
  392. title: "出生年月不能为空",
  393. });
  394. return;
  395. }
  396. if (this.form.city == null) {
  397. uni.showToast({
  398. icon: 'none',
  399. title: "市区不能为空",
  400. });
  401. return;
  402. }
  403. if (this.form.problemsToSolve == null) {
  404. uni.showToast({
  405. icon: 'none',
  406. title: "用户问题不能为空",
  407. });
  408. return;
  409. }
  410. if(this.type=="add"){
  411. this.addDoc()
  412. }
  413. else if(this.type=="edit"){
  414. this.editDoc()
  415. }
  416. // uni.navigateTo({
  417. // url: '/pages_health/doc?type=edit&docId='
  418. // })
  419. },
  420. editDoc() {
  421. updateInfo(this.form).then(
  422. res => {
  423. if (res.code == 200) {
  424. uni.showToast({
  425. icon: 'success',
  426. title: "操作成功",
  427. });
  428. setTimeout(function() {
  429. uni.$emit('refreshDoc');
  430. uni.$emit('refreshHealthFiles');
  431. uni.navigateBack({
  432. delta: 1
  433. })
  434. }, 500);
  435. } else {
  436. uni.showToast({
  437. icon: 'none',
  438. title: res.msg,
  439. });
  440. }
  441. },
  442. rej => {}
  443. );
  444. },
  445. addDoc() {
  446. addInfo(this.form).then(
  447. res => {
  448. if (res.code == 200) {
  449. uni.showToast({
  450. icon: 'success',
  451. title: "操作成功",
  452. });
  453. setTimeout(function() {
  454. uni.$emit('refreshDoc');
  455. uni.$emit('refreshHealthFiles');
  456. uni.navigateBack({
  457. delta: 1
  458. })
  459. }, 500);
  460. } else {
  461. uni.showToast({
  462. icon: 'none',
  463. title: res.msg,
  464. });
  465. }
  466. },
  467. rej => {}
  468. );
  469. },
  470. // 出生日期选择
  471. bindDateChange: function(e) {
  472. this.form.birthdate = e.target.value
  473. },
  474. //市区
  475. bindCityChange:function(e) {
  476. const region = e.detail.value; // 格式: [省, 市, 区]
  477. let displayText = '';
  478. // 处理直辖市重复问题
  479. if (this.municipalities.includes(region[0])) {
  480. // 直辖市:省和市名称相同,只显示一次
  481. // 格式变为 "北京市 海淀区" 而非 "北京市 北京市 海淀区"
  482. displayText = `${region[0]}`;
  483. } else {
  484. // 非直辖市:正常显示省市区
  485. displayText = region;
  486. }
  487. this.form.city = displayText;
  488. },
  489. //会员情况
  490. // bindIsMemberChange:function(e) {
  491. // this.form.isMember = e
  492. // },
  493. //会员分类
  494. bindMemberChange:function(e,list) {
  495. var index=e.target.value
  496. this.form.memberLevel = list[e.target.value].dictLabel
  497. },
  498. //加入时间
  499. bindJoinChange:function(e) {
  500. this.form.joinTime = e.target.value
  501. },
  502. //到期时间
  503. bindEndChange:function(e) {
  504. this.form.expiryTime = e.target.value
  505. },
  506. //月份
  507. bindMonthChange:function(e) {
  508. this.form.managementMonth = e.target.value
  509. },
  510. }
  511. }
  512. </script>
  513. <style lang="scss">
  514. page {
  515. height: 100%;
  516. }
  517. .content {
  518. height: 100%;
  519. display: flex;
  520. flex-direction: column;
  521. justify-content: space-between;
  522. .inner {
  523. // height: calc(100% - 120upx);
  524. padding: 20upx;
  525. .form-box {
  526. padding: 0 30upx;
  527. background: #FFFFFF;
  528. border-radius: 16upx;
  529. margin-bottom: 20upx;
  530. .form-title {
  531. font-family: PingFang SC;
  532. font-weight: 600;
  533. font-size: 40rpx;
  534. color: #222426;
  535. text-align: left;
  536. padding: 30rpx 0;
  537. display: block;
  538. }
  539. .form-item {
  540. padding: 30upx 0;
  541. display: flex;
  542. align-items: flex-start;
  543. border-bottom: 1px solid #F1F1F1;
  544. &:last-child {
  545. border-bottom: none;
  546. }
  547. .label {
  548. width: 300upx;
  549. text-align: left;
  550. font-size: 32upx;
  551. line-height: 44upx;
  552. font-family: PingFang SC;
  553. font-weight: 500;
  554. color: #222222;
  555. flex-shrink: 0;
  556. }
  557. input {
  558. text-align: right;
  559. }
  560. .form-input {
  561. font-size: 30upx;
  562. font-family: PingFang SC;
  563. font-weight: 500;
  564. color: #999999;
  565. text-align: right;
  566. }
  567. .form-item-tag{
  568. margin-right: 16rpx;
  569. .tag{
  570. border-radius: 8rpx 8rpx 8rpx 8rpx;
  571. border: 2rpx solid #ECECEC;
  572. display: flex;
  573. align-items: center;
  574. padding: 24rpx;
  575. font-family: PingFang SC;
  576. font-weight: 400;
  577. font-size: 24rpx;
  578. &.active{
  579. background: #F0FAFF;
  580. border: 2rpx solid #008FD3;
  581. color: #008FD3;
  582. }
  583. }
  584. }
  585. .right{
  586. display: flex;
  587. align-items: center;
  588. position: relative;
  589. image{
  590. border-radius: 50%;
  591. }
  592. .wx-head{
  593. position: absolute;
  594. width: 140upx;
  595. height: 80upx;
  596. opacity: 0;
  597. }
  598. }
  599. .sex-box{
  600. flex:1;
  601. display: flex;
  602. align-items: center;
  603. justify-content: flex-end;
  604. .sex-item{
  605. width: 146rpx;
  606. height: 64rpx;
  607. display: flex;
  608. align-items: center;
  609. justify-content: center;
  610. background: #F5F7FA;
  611. border-radius: 32rpx 32rpx 32rpx 32rpx;
  612. margin-left: 16rpx;
  613. .u-icon__icon{
  614. margin: 0;
  615. }
  616. text{
  617. // font-family: PingFang SC, PingFang SC;
  618. font-weight: 400;
  619. font-size: 28rpx;
  620. color: #898E91;
  621. margin-left: 12rpx;
  622. }
  623. &.active{
  624. background: #EBF8FF;
  625. text{
  626. color:#008FD3
  627. }
  628. }
  629. &.active2{
  630. background: #FCF0E7;
  631. text{
  632. color:#FF5030
  633. }
  634. }
  635. }
  636. }
  637. .form-textarea{
  638. font-size: 30upx;
  639. // color: #999999;
  640. height: 100upx;
  641. padding: 4upx 0;
  642. }
  643. .textarea-input{
  644. color: #999999;
  645. }
  646. .birth-picker {
  647. flex: 1;
  648. display: flex;
  649. align-items: center;
  650. .right-box{
  651. width: 100%;
  652. display: flex;
  653. align-items: center;
  654. .input-box{
  655. // width: 470upx;
  656. }
  657. .arrow{
  658. width: 13upx;
  659. height: 23upx;
  660. margin-left: 20upx;
  661. }
  662. }
  663. }
  664. }
  665. }
  666. }
  667. .btn-box {
  668. height: 120upx;
  669. padding: 0 30upx;
  670. display: flex;
  671. align-items: center;
  672. justify-content: center;
  673. // position: fixed;
  674. // width: 90%;
  675. // bottom: 0;
  676. // left: 50%;
  677. // transform: translate(-50%,-50%);
  678. // background: #FFFFFF;
  679. .sub-btn {
  680. width: 100%;
  681. height: 88upx;
  682. line-height: 88upx;
  683. text-align: center;
  684. font-size: 32upx;
  685. font-family: PingFang SC;
  686. font-weight: bold;
  687. color: #FFFFFF;
  688. background: #008FD3 ;
  689. border-radius: 44upx;
  690. margin-bottom: 40upx;
  691. }
  692. }
  693. }
  694. </style>