|
|
@@ -1,196 +1,284 @@
|
|
1
|
1
|
<template>
|
|
2
|
|
- <view class="normal-login-container">
|
|
3
|
|
- <view class="logo-content align-center justify-center flex">
|
|
4
|
|
- <image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
|
5
|
|
- </image>
|
|
6
|
|
- <text class="title">法务系统注册</text>
|
|
7
|
|
- </view>
|
|
8
|
|
- <view class="login-form-content">
|
|
9
|
|
- <view class="input-item flex align-center">
|
|
10
|
|
- <view class="iconfont icon-user icon"></view>
|
|
11
|
|
- <input v-model="registerForm.username" class="input" type="text" placeholder="请输入账号" maxlength="30" />
|
|
12
|
|
- </view>
|
|
13
|
|
- <view class="input-item flex align-center">
|
|
14
|
|
- <view class="iconfont icon-password icon"></view>
|
|
15
|
|
- <input v-model="registerForm.password" type="password" class="input" placeholder="请输入密码" maxlength="20" />
|
|
16
|
|
- </view>
|
|
17
|
|
- <view class="input-item flex align-center">
|
|
18
|
|
- <view class="iconfont icon-password icon"></view>
|
|
19
|
|
- <input v-model="registerForm.confirmPassword" type="password" class="input" placeholder="请输入重复密码" maxlength="20" />
|
|
20
|
|
- </view>
|
|
21
|
|
- <view class="input-item flex align-center" style="width: 60%;margin: 0px;" v-if="captchaEnabled">
|
|
22
|
|
- <view class="iconfont icon-code icon"></view>
|
|
23
|
|
- <input v-model="registerForm.code" type="number" class="input" placeholder="请输入验证码" maxlength="4" />
|
|
24
|
|
- <view class="login-code">
|
|
25
|
|
- <image :src="codeUrl" @click="getCode" class="login-code-img"></image>
|
|
26
|
|
- </view>
|
|
27
|
|
- </view>
|
|
28
|
|
- <view class="action-btn">
|
|
29
|
|
- <button @click="handleRegister()" class="register-btn cu-btn block bg-blue lg round">注册</button>
|
|
30
|
|
- </view>
|
|
31
|
|
- </view>
|
|
32
|
|
- <view class="xieyi text-center">
|
|
33
|
|
- <text @click="handleUserLogin" class="text-blue">使用已有账号登录</text>
|
|
34
|
|
- </view>
|
|
35
|
|
- </view>
|
|
|
2
|
+ <view class="normal-login-container">
|
|
|
3
|
+ <view class="logo-content align-center justify-center flex">
|
|
|
4
|
+ <image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
|
|
5
|
+ </image>
|
|
|
6
|
+ <text class="title">仲裁系统注册</text>
|
|
|
7
|
+ </view>
|
|
|
8
|
+ <view class="login-form-content">
|
|
|
9
|
+ <view class="input-item flex align-center" style="width: 60%;margin: 0px;">
|
|
|
10
|
+ <!-- <view class="iconfont icon-user icon"></view> -->
|
|
|
11
|
+ <input v-model="registerForm.phone" class="input" type="number" placeholder="请输入手机号"
|
|
|
12
|
+ maxlength="30" />
|
|
|
13
|
+ <view class="login-code">
|
|
|
14
|
+ <button class="login-code-img" type="primary" :disabled="codeDisabled"
|
|
|
15
|
+ @tap="getCodeNumber(registerForm.phone)">{{codeText}}</button>
|
|
|
16
|
+ </view>
|
|
|
17
|
+ </view>
|
|
|
18
|
+ <view class="input-item flex align-center">
|
|
|
19
|
+ <!-- <view class="iconfont icon-user icon"></view> -->
|
|
|
20
|
+ <input v-model="registerForm.verifyCode" class="input" type="number" placeholder="请输入手机验证码"
|
|
|
21
|
+ maxlength="30" />
|
|
|
22
|
+ </view>
|
|
|
23
|
+ <view class="input-item flex align-center">
|
|
|
24
|
+ <!-- <view class="iconfont icon-user icon"></view> -->
|
|
|
25
|
+ <input v-model="registerForm.identityNo" class="input" type="text" placeholder="请输入身份证号" maxlength="30" />
|
|
|
26
|
+ </view>
|
|
|
27
|
+ <view class="input-item flex align-center">
|
|
|
28
|
+ <!-- <view class="iconfont icon-user icon"></view> -->
|
|
|
29
|
+ <input v-model="registerForm.email" class="input" type="text" placeholder="请输入邮箱" maxlength="30" />
|
|
|
30
|
+ </view>
|
|
|
31
|
+ <view class="input-item flex align-center">
|
|
|
32
|
+ <!-- <view class="iconfont icon-user icon"></view> -->
|
|
|
33
|
+ <input v-model="registerForm.name" class="input" type="text" placeholder="请输入用户名" maxlength="30" />
|
|
|
34
|
+ </view>
|
|
|
35
|
+ <view class="input-item flex align-center">
|
|
|
36
|
+ <!-- <view class="iconfont icon-user icon"></view> -->
|
|
|
37
|
+ <input v-model="registerForm.userName" class="input" type="text" placeholder="请输入账号" maxlength="30" />
|
|
|
38
|
+ </view>
|
|
|
39
|
+ <view class="input-item flex align-center">
|
|
|
40
|
+ <!-- <view class="iconfont icon-password icon"></view> -->
|
|
|
41
|
+ <input v-model="registerForm.passWord" type="password" class="input" placeholder="请输入密码"
|
|
|
42
|
+ maxlength="20" />
|
|
|
43
|
+ </view>
|
|
|
44
|
+ <view class="input-item flex align-center">
|
|
|
45
|
+ <!-- <view class="iconfont icon-password icon"></view> -->
|
|
|
46
|
+ <input v-model="registerForm.confirmPassword" type="password" class="input" placeholder="请输入重复密码"
|
|
|
47
|
+ maxlength="20" />
|
|
|
48
|
+ </view>
|
|
|
49
|
+ <view class="input-item flex align-center" style="width: 60%;margin: 0px;" v-if="captchaEnabled">
|
|
|
50
|
+ <!-- <view class="iconfont icon-code icon"></view> -->
|
|
|
51
|
+ <input v-model="registerForm.code" type="number" class="input" placeholder="请输入验证码" maxlength="4" />
|
|
|
52
|
+ <view class="login-code">
|
|
|
53
|
+ <image :src="codeUrl" @click="getCode" class="login-code-img"></image>
|
|
|
54
|
+ </view>
|
|
|
55
|
+ </view>
|
|
|
56
|
+ <view class="action-btn">
|
|
|
57
|
+ <button @click="handleRegister()" class="register-btn cu-btn block bg-blue lg round">注册</button>
|
|
|
58
|
+ </view>
|
|
|
59
|
+ </view>
|
|
|
60
|
+ <view class="xieyi text-center">
|
|
|
61
|
+ <text @click="handleUserLogin" class="text-blue">使用已有账号登录</text>
|
|
|
62
|
+ </view>
|
|
|
63
|
+ </view>
|
|
36
|
64
|
</template>
|
|
37
|
65
|
|
|
38
|
66
|
<script>
|
|
39
|
|
- import { getCodeImg, register } from '@/api/login'
|
|
40
|
|
-
|
|
41
|
|
- export default {
|
|
42
|
|
- data() {
|
|
43
|
|
- return {
|
|
44
|
|
- codeUrl: "",
|
|
45
|
|
- captchaEnabled: true,
|
|
46
|
|
- globalConfig: getApp().globalData.config,
|
|
47
|
|
- registerForm: {
|
|
48
|
|
- username: "",
|
|
49
|
|
- password: "",
|
|
50
|
|
- confirmPassword: "",
|
|
51
|
|
- code: "",
|
|
52
|
|
- uuid: ''
|
|
53
|
|
- }
|
|
54
|
|
- }
|
|
55
|
|
- },
|
|
56
|
|
- created() {
|
|
57
|
|
- this.getCode()
|
|
58
|
|
- },
|
|
59
|
|
- methods: {
|
|
60
|
|
- // 用户登录
|
|
61
|
|
- handleUserLogin() {
|
|
62
|
|
- this.$tab.navigateTo(`/pages/login`)
|
|
63
|
|
- },
|
|
64
|
|
- // 获取图形验证码
|
|
65
|
|
- getCode() {
|
|
66
|
|
- getCodeImg().then(res => {
|
|
67
|
|
- this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled
|
|
68
|
|
- if (this.captchaEnabled) {
|
|
69
|
|
- this.codeUrl = 'data:image/gif;base64,' + res.img
|
|
70
|
|
- this.registerForm.uuid = res.uuid
|
|
71
|
|
- }
|
|
72
|
|
- })
|
|
73
|
|
- },
|
|
74
|
|
- // 注册方法
|
|
75
|
|
- async handleRegister() {
|
|
76
|
|
- if (this.registerForm.username === "") {
|
|
77
|
|
- this.$modal.msgError("请输入您的账号")
|
|
78
|
|
- } else if (this.registerForm.password === "") {
|
|
79
|
|
- this.$modal.msgError("请输入您的密码")
|
|
80
|
|
- } else if (this.registerForm.confirmPassword === "") {
|
|
81
|
|
- this.$modal.msgError("请再次输入您的密码")
|
|
82
|
|
- } else if (this.registerForm.password !== this.registerForm.confirmPassword) {
|
|
83
|
|
- this.$modal.msgError("两次输入的密码不一致")
|
|
84
|
|
- } else if (this.registerForm.code === "" && this.captchaEnabled) {
|
|
85
|
|
- this.$modal.msgError("请输入验证码")
|
|
86
|
|
- } else {
|
|
87
|
|
- this.$modal.loading("注册中,请耐心等待...")
|
|
88
|
|
- this.register()
|
|
89
|
|
- }
|
|
90
|
|
- },
|
|
91
|
|
- // 用户注册
|
|
92
|
|
- async register() {
|
|
93
|
|
- register(this.registerForm).then(res => {
|
|
94
|
|
- this.$modal.closeLoading()
|
|
95
|
|
- uni.showModal({
|
|
96
|
|
- title: "系统提示",
|
|
97
|
|
- content: "恭喜你,您的账号 " + this.registerForm.username + " 注册成功!",
|
|
98
|
|
- success: function (res) {
|
|
99
|
|
- if (res.confirm) {
|
|
100
|
|
- uni.redirectTo({ url: `/pages/login` });
|
|
101
|
|
- }
|
|
102
|
|
- }
|
|
103
|
|
- })
|
|
104
|
|
- }).catch(() => {
|
|
105
|
|
- if (this.captchaEnabled) {
|
|
106
|
|
- this.getCode()
|
|
107
|
|
- }
|
|
108
|
|
- })
|
|
109
|
|
- },
|
|
110
|
|
- // 注册成功后,处理函数
|
|
111
|
|
- registerSuccess(result) {
|
|
112
|
|
- // 设置用户信息
|
|
113
|
|
- this.$store.dispatch('GetInfo').then(res => {
|
|
114
|
|
- this.$tab.reLaunch('/pages/index')
|
|
115
|
|
- })
|
|
116
|
|
- }
|
|
117
|
|
- }
|
|
118
|
|
- }
|
|
|
67
|
+ import {
|
|
|
68
|
+ getCodeImg,
|
|
|
69
|
+ register,
|
|
|
70
|
+ sendCode,
|
|
|
71
|
+ wxregister
|
|
|
72
|
+ } from '@/api/login'
|
|
|
73
|
+
|
|
|
74
|
+ export default {
|
|
|
75
|
+ data() {
|
|
|
76
|
+ return {
|
|
|
77
|
+ codeUrl: "",
|
|
|
78
|
+ captchaEnabled: true,
|
|
|
79
|
+ globalConfig: getApp().globalData.config,
|
|
|
80
|
+ codeText: "发送验证码",
|
|
|
81
|
+ codeDisabled: false,
|
|
|
82
|
+ registerForm: {
|
|
|
83
|
+ userName: "",
|
|
|
84
|
+ passWord: "",
|
|
|
85
|
+ confirmPassword: "",
|
|
|
86
|
+ code: "",
|
|
|
87
|
+ uuid: '',
|
|
|
88
|
+ name: '',
|
|
|
89
|
+ identityNo: "",
|
|
|
90
|
+ id: ""
|
|
|
91
|
+ }
|
|
|
92
|
+ }
|
|
|
93
|
+ },
|
|
|
94
|
+ created() {
|
|
|
95
|
+ this.getCode()
|
|
|
96
|
+ },
|
|
|
97
|
+ onLoad(option) {
|
|
|
98
|
+ let {
|
|
|
99
|
+ params
|
|
|
100
|
+ } = option
|
|
|
101
|
+ // this.improvedetail = JSON.parse(improvedetail)
|
|
|
102
|
+ let paramsObj = JSON.parse(params);
|
|
|
103
|
+ this.registerForm.name = paramsObj.nickName;
|
|
|
104
|
+ this.registerForm.identityNo = paramsObj.idCard
|
|
|
105
|
+ this.registerForm.id = paramsObj.id
|
|
|
106
|
+ },
|
|
|
107
|
+ methods: {
|
|
|
108
|
+ // 获取手机验证码
|
|
|
109
|
+ getCodeNumber(data) {
|
|
|
110
|
+ sendCode({
|
|
|
111
|
+ phone: data
|
|
|
112
|
+ }).then(res => {
|
|
|
113
|
+ uni.showModal({
|
|
|
114
|
+ title: "系统提示",
|
|
|
115
|
+ content: res.msg,
|
|
|
116
|
+ })
|
|
|
117
|
+ if (res.code != 200) {
|
|
|
118
|
+ return
|
|
|
119
|
+ } else {
|
|
|
120
|
+ let time = 60;
|
|
|
121
|
+ let timer = setInterval(() => {
|
|
|
122
|
+ time--;
|
|
|
123
|
+ this.codeDisabled = true;
|
|
|
124
|
+ this.codeText = time + 's重试'
|
|
|
125
|
+ if (time == 0) {
|
|
|
126
|
+ clearInterval(timer)
|
|
|
127
|
+ this.codeText = '发送验证码'
|
|
|
128
|
+ this.codeDisabled = false;
|
|
|
129
|
+ }
|
|
|
130
|
+ }, 1000)
|
|
|
131
|
+ }
|
|
|
132
|
+
|
|
|
133
|
+ })
|
|
|
134
|
+ },
|
|
|
135
|
+ // 用户登录
|
|
|
136
|
+ handleUserLogin() {
|
|
|
137
|
+ this.$tab.navigateTo(`/pages/login`)
|
|
|
138
|
+ },
|
|
|
139
|
+ // 获取图形验证码
|
|
|
140
|
+ getCode() {
|
|
|
141
|
+ getCodeImg().then(res => {
|
|
|
142
|
+ this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled
|
|
|
143
|
+ if (this.captchaEnabled) {
|
|
|
144
|
+ this.codeUrl = 'data:image/gif;base64,' + res.img
|
|
|
145
|
+ this.registerForm.uuid = res.uuid
|
|
|
146
|
+ }
|
|
|
147
|
+ })
|
|
|
148
|
+ },
|
|
|
149
|
+ // 注册方法
|
|
|
150
|
+ async handleRegister() {
|
|
|
151
|
+ if (this.registerForm.userName === "") {
|
|
|
152
|
+ this.$modal.msgError("请输入您的账号")
|
|
|
153
|
+ } else if (this.registerForm.passWord === "") {
|
|
|
154
|
+ this.$modal.msgError("请输入您的密码")
|
|
|
155
|
+ } else if (this.registerForm.confirmPassword === "") {
|
|
|
156
|
+ this.$modal.msgError("请再次输入您的密码")
|
|
|
157
|
+ } else if (this.registerForm.passWord !== this.registerForm.confirmPassword) {
|
|
|
158
|
+ this.$modal.msgError("两次输入的密码不一致")
|
|
|
159
|
+ } else if (this.registerForm.code === "" && this.captchaEnabled) {
|
|
|
160
|
+ this.$modal.msgError("请输入验证码")
|
|
|
161
|
+ } else if (this.registerForm.idCard === "") {
|
|
|
162
|
+ this.$modal.msgError("请输入身份证号码")
|
|
|
163
|
+ } else if (this.registerForm.phone === "") {
|
|
|
164
|
+ this.$modal.msgError("请输入手机号")
|
|
|
165
|
+ } else if (this.registerForm.email === "") {
|
|
|
166
|
+ this.$modal.msgError("请输入邮箱")
|
|
|
167
|
+ } else {
|
|
|
168
|
+ this.$modal.loading("注册中,请耐心等待...")
|
|
|
169
|
+ this.register()
|
|
|
170
|
+ }
|
|
|
171
|
+ },
|
|
|
172
|
+ // 用户注册
|
|
|
173
|
+ async register() {
|
|
|
174
|
+ wxregister(this.registerForm).then(res => {
|
|
|
175
|
+ this.$modal.closeLoading()
|
|
|
176
|
+ uni.showModal({
|
|
|
177
|
+ title: "系统提示",
|
|
|
178
|
+ content: "恭喜你,您的账号 " + this.registerForm.userName + " 注册成功!",
|
|
|
179
|
+ success: function(res) {
|
|
|
180
|
+ if (res.confirm) {
|
|
|
181
|
+ uni.redirectTo({
|
|
|
182
|
+ url: `/pages/login`
|
|
|
183
|
+ });
|
|
|
184
|
+ }
|
|
|
185
|
+ }
|
|
|
186
|
+ })
|
|
|
187
|
+ }).catch(() => {
|
|
|
188
|
+ if (this.captchaEnabled) {
|
|
|
189
|
+ this.getCode()
|
|
|
190
|
+ }
|
|
|
191
|
+ })
|
|
|
192
|
+ },
|
|
|
193
|
+ // 注册成功后,处理函数
|
|
|
194
|
+ registerSuccess(result) {
|
|
|
195
|
+ // 设置用户信息
|
|
|
196
|
+ this.$store.dispatch('GetInfo').then(res => {
|
|
|
197
|
+ this.$tab.reLaunch('/pages/index')
|
|
|
198
|
+ })
|
|
|
199
|
+ }
|
|
|
200
|
+ }
|
|
|
201
|
+ }
|
|
119
|
202
|
</script>
|
|
120
|
203
|
|
|
121
|
204
|
<style lang="scss">
|
|
122
|
|
- page {
|
|
123
|
|
- background-color: #ffffff;
|
|
124
|
|
- }
|
|
125
|
|
-
|
|
126
|
|
- .normal-login-container {
|
|
127
|
|
- width: 100%;
|
|
128
|
|
-
|
|
129
|
|
- .logo-content {
|
|
130
|
|
- width: 100%;
|
|
131
|
|
- font-size: 21px;
|
|
132
|
|
- text-align: center;
|
|
133
|
|
- padding-top: 15%;
|
|
134
|
|
-
|
|
135
|
|
- image {
|
|
136
|
|
- border-radius: 4px;
|
|
137
|
|
- }
|
|
138
|
|
-
|
|
139
|
|
- .title {
|
|
140
|
|
- margin-left: 10px;
|
|
141
|
|
- }
|
|
142
|
|
- }
|
|
143
|
|
-
|
|
144
|
|
- .login-form-content {
|
|
145
|
|
- text-align: center;
|
|
146
|
|
- margin: 20px auto;
|
|
147
|
|
- margin-top: 15%;
|
|
148
|
|
- width: 80%;
|
|
149
|
|
-
|
|
150
|
|
- .input-item {
|
|
151
|
|
- margin: 20px auto;
|
|
152
|
|
- background-color: #f5f6f7;
|
|
153
|
|
- height: 45px;
|
|
154
|
|
- border-radius: 20px;
|
|
155
|
|
-
|
|
156
|
|
- .icon {
|
|
157
|
|
- font-size: 38rpx;
|
|
158
|
|
- margin-left: 10px;
|
|
159
|
|
- color: #999;
|
|
160
|
|
- }
|
|
161
|
|
-
|
|
162
|
|
- .input {
|
|
163
|
|
- width: 100%;
|
|
164
|
|
- font-size: 14px;
|
|
165
|
|
- line-height: 20px;
|
|
166
|
|
- text-align: left;
|
|
167
|
|
- padding-left: 15px;
|
|
168
|
|
- }
|
|
169
|
|
-
|
|
170
|
|
- }
|
|
171
|
|
-
|
|
172
|
|
- .register-btn {
|
|
173
|
|
- margin-top: 40px;
|
|
174
|
|
- height: 45px;
|
|
175
|
|
- }
|
|
176
|
|
-
|
|
177
|
|
- .xieyi {
|
|
178
|
|
- color: #333;
|
|
179
|
|
- margin-top: 20px;
|
|
180
|
|
- }
|
|
181
|
|
-
|
|
182
|
|
- .login-code {
|
|
183
|
|
- height: 38px;
|
|
184
|
|
- float: right;
|
|
185
|
|
-
|
|
186
|
|
- .login-code-img {
|
|
187
|
|
- height: 38px;
|
|
188
|
|
- position: absolute;
|
|
189
|
|
- margin-left: 10px;
|
|
190
|
|
- width: 200rpx;
|
|
191
|
|
- }
|
|
192
|
|
- }
|
|
193
|
|
- }
|
|
194
|
|
- }
|
|
195
|
|
-
|
|
196
|
|
-</style>
|
|
|
205
|
+ page {
|
|
|
206
|
+ background-color: #ffffff;
|
|
|
207
|
+ }
|
|
|
208
|
+
|
|
|
209
|
+ .normal-login-container {
|
|
|
210
|
+ width: 100%;
|
|
|
211
|
+ background-color: #ffffff;
|
|
|
212
|
+
|
|
|
213
|
+ .logo-content {
|
|
|
214
|
+ width: 100%;
|
|
|
215
|
+ font-size: 21px;
|
|
|
216
|
+ text-align: center;
|
|
|
217
|
+ padding-top: 15%;
|
|
|
218
|
+
|
|
|
219
|
+ image {
|
|
|
220
|
+ border-radius: 4px;
|
|
|
221
|
+ }
|
|
|
222
|
+
|
|
|
223
|
+ .title {
|
|
|
224
|
+ margin-left: 10px;
|
|
|
225
|
+ }
|
|
|
226
|
+ }
|
|
|
227
|
+
|
|
|
228
|
+ .login-form-content {
|
|
|
229
|
+ text-align: center;
|
|
|
230
|
+ margin: 20px auto;
|
|
|
231
|
+ margin-top: 15%;
|
|
|
232
|
+ width: 80%;
|
|
|
233
|
+
|
|
|
234
|
+ .input-item {
|
|
|
235
|
+ margin: 20px auto;
|
|
|
236
|
+ background-color: #f5f6f7;
|
|
|
237
|
+ height: 45px;
|
|
|
238
|
+ border-radius: 20px;
|
|
|
239
|
+
|
|
|
240
|
+ .icon {
|
|
|
241
|
+ font-size: 38rpx;
|
|
|
242
|
+ margin-left: 10px;
|
|
|
243
|
+ color: #999;
|
|
|
244
|
+ }
|
|
|
245
|
+
|
|
|
246
|
+ .input {
|
|
|
247
|
+ width: 100%;
|
|
|
248
|
+ font-size: 14px;
|
|
|
249
|
+ line-height: 20px;
|
|
|
250
|
+ text-align: left;
|
|
|
251
|
+ padding-left: 15px;
|
|
|
252
|
+ }
|
|
|
253
|
+
|
|
|
254
|
+ }
|
|
|
255
|
+
|
|
|
256
|
+ .register-btn {
|
|
|
257
|
+ margin-top: 40px;
|
|
|
258
|
+ height: 45px;
|
|
|
259
|
+ }
|
|
|
260
|
+
|
|
|
261
|
+ .xieyi {
|
|
|
262
|
+ color: #333;
|
|
|
263
|
+ margin-top: 20px;
|
|
|
264
|
+ }
|
|
|
265
|
+
|
|
|
266
|
+ .login-code {
|
|
|
267
|
+ height: 38px;
|
|
|
268
|
+ float: right;
|
|
|
269
|
+
|
|
|
270
|
+ .login-code-img {
|
|
|
271
|
+ height: 38px;
|
|
|
272
|
+ position: absolute;
|
|
|
273
|
+ margin-left: 10px;
|
|
|
274
|
+ width: 200rpx;
|
|
|
275
|
+ font-size: 28rpx;
|
|
|
276
|
+ }
|
|
|
277
|
+ }
|
|
|
278
|
+
|
|
|
279
|
+ .mini-btn {
|
|
|
280
|
+ height: 38px;
|
|
|
281
|
+ }
|
|
|
282
|
+ }
|
|
|
283
|
+ }
|
|
|
284
|
+</style>
|