system-clients 3.1.94-aode → 3.1.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/{5.5 → 4.4}/fileChanges/last-build.bin +0 -0
  3. package/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
  4. package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
  5. package/.gradle/{5.5 → 5.2.1}/gc.properties +0 -0
  6. package/{dist/static/.gitkeep → .gradle/buildOutputCleanup/built.bin} +0 -0
  7. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  8. package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
  9. package/SystemClient.iml +1 -1
  10. package/build/webpack.base.conf.js +85 -82
  11. package/package.json +4 -4
  12. package/src/components/Main.vue +107 -26
  13. package/src/components/TabButton.vue +201 -0
  14. package/src/components/Tabs.vue +67 -0
  15. package/src/components/equipment/EquipmentManage.vue +1 -1
  16. package/src/components/equipment/PcAdd.vue +5 -5
  17. package/src/components/equipment/PcList.vue +5 -5
  18. package/src/components/equipment/PhoneAdd.vue +4 -4
  19. package/src/components/equipment/PhoneList.vue +4 -4
  20. package/src/components/equipment/PosAdd.vue +231 -45
  21. package/src/components/equipment/PosList.vue +198 -68
  22. package/src/components/equipment/PosManage.vue +80 -9
  23. package/src/components/equipment/PosManageBoth.vue +125 -0
  24. package/src/components/equipment/PosParamAdd.vue +236 -0
  25. package/src/components/equipment/PosParamList.vue +121 -0
  26. package/src/components/equipment/PosParamManage.vue +51 -0
  27. package/src/components/parammanage/ParamManage.vue +2 -2
  28. package/src/components/parammanage/ParamPage.vue +7 -7
  29. package/src/components/parammanage/SinglePage.vue +4 -4
  30. package/src/components/server/ImageVieweTest.vue +56 -0
  31. package/src/components/server/ImageViewer.vue +350 -0
  32. package/src/components/server/Login.vue +48 -42
  33. package/src/components/server/PcdBuildingSelect.vue +241 -0
  34. package/src/components/server/ResSelect.vue +5 -0
  35. package/src/components/server/ResSelectGroup.vue +196 -159
  36. package/src/components/server/RightTree.vue +262 -257
  37. package/src/plugins/GetLoginInfoService.js +514 -514
  38. package/src/styles/less/aofeng/standard.less +446 -60
  39. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  40. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  41. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -0
  42. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -0
  43. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -0
  44. package/src/styles/less/tables.less +50 -0
  45. package/src/styles/less/type.less +16 -3
  46. package/src/styles/less/variables.less +6 -3
  47. package/src/system.js +10 -0
  48. package/static/{ewmlogo.png → logo.png} +0 -0
  49. package/static/newStyle/about-us.png +0 -0
  50. package/yarn-error.log +6896 -0
  51. package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
  52. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  53. package/.npmignore +0 -10
  54. package/build/.npmignore +0 -1
  55. package/dist/static/batchleft.png +0 -0
  56. package/dist/static/batchright.png +0 -0
  57. package/dist/static/bluemainbg.jpg +0 -0
  58. package/dist/static/huangtengbiaozhi.png +0 -0
  59. package/dist/static/login_bg.jpg +0 -0
  60. package/dist/static/login_title.png +0 -0
  61. package/dist/static/login_title1.png +0 -0
  62. package/dist/static/loginbg.jpg +0 -0
  63. package/dist/static/loginlogo.png +0 -0
  64. package/dist/static/main_logo.png +0 -0
  65. package/dist/static/mainbg.jpg +0 -0
  66. package/dist/static/menulogo.png +0 -0
  67. package/dist/static/newmainbg.jpg +0 -0
  68. package/dist/static/psicon.png +0 -0
  69. package/dist/static/singleleft.png +0 -0
  70. package/dist/static/singleright.png +0 -0
  71. package/dist/static/treeopen.png +0 -0
  72. package/dist/static/treeout.png +0 -0
  73. package/dist/static/treeset.png +0 -0
  74. package/dist/static/usericon.png +0 -0
  75. package/dist/static/xinxi.png +0 -0
  76. package/package-lock.json +0 -10507
  77. package/src/.npmignore +0 -1
  78. package/static/aodelogo.png +0 -0
  79. package/static/aodenewlogo.png +0 -0
@@ -0,0 +1,350 @@
1
+ <!--父组件调用时需要写一个按钮和两个方法 一个方法用来显示组件和传图片 另一个方法用来关闭此组件
2
+ 具体用法参照 ImageVieweTest.vue
3
+ -->
4
+ <template>
5
+ <div class="full-img" v-show="show">
6
+ <div class="bor">
7
+ <div class="magnify">
8
+ <!-- 左边产品图片区域 -->
9
+ <div class="left_contaner">
10
+ <div class="middle_img" @mouseover="boxMouseOver" @mouseleave="boxMouseLeave">
11
+ <!-- 产品图片 -->
12
+ <img :src="middleImg" alt="">
13
+ <!-- 阴影盒子 -->
14
+ <div class="shade" @mouseover="shadeMouseOver" @mousemove="shadeMouseMove" ref="shade" v-show="isShade"></div>
15
+ </div>
16
+ <div>
17
+ <!-- 缩略图容器 -->
18
+ <div class="carousel">
19
+ <!-- 缩略图展示盒子 -->
20
+ <div class="show_box">
21
+ <ul class="picture_container" ref="middlePicture">
22
+ <li class="picture_item" @mouseover="tabPicture(item)" v-for="(index , item) in src" :key="index">
23
+ <img :src="item.url" class="small_ima" alt="">
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div>
28
+ <button class="btn_" @click="clone">关闭</button>
29
+ </div>
30
+ </div>
31
+ <!-- 右边放大区域 -->
32
+ <div class="right_contanier" v-show="isBig">
33
+ <img :src="middleImg" ref="bigImg" class="big_img" alt="">
34
+ </div>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ </template>
39
+
40
+ <script>
41
+ import $ from 'jquery'
42
+ export default {
43
+ title: '图片查看器',
44
+ props: {
45
+ src: {
46
+ type: Array
47
+ },
48
+ show: {
49
+ type: Boolean,
50
+ default: false,
51
+ },
52
+ middleImgWidth: {
53
+ default: 400,
54
+ type: Number
55
+ }, // 产品图片宽
56
+ middleImgHeight: {
57
+ default: 300,
58
+ type: Number
59
+ }, // 产品图片高
60
+ thumbnailHeight: {
61
+ default: 80,
62
+ type: Number
63
+ }, // 缩略图容器高度
64
+ zoom: {
65
+ default: 2, // 缩略比例,放大比例
66
+ type: Number
67
+ },
68
+ width: {
69
+ default: 80
70
+ },
71
+ height: {
72
+ default: 60
73
+ },
74
+ alt: {
75
+ default: '图片加载失败'
76
+ },
77
+ attach: {
78
+ type: String,
79
+ default: 'name'
80
+ }
81
+ },
82
+ data () {
83
+ return {
84
+ middleImg: '', // 中图图片地址
85
+ bigImg: '', // 大图图片地址
86
+ isShade: false, // 控制阴影显示与否
87
+ isBig: false, // 控制放大图显示与否
88
+ initX: 0, // 初始clientX值
89
+ initY: 0, // 初始clientY值
90
+ leftX: 0, // 初始定位left
91
+ topY: 0, // 初始定位top
92
+ middleLeft: 0, // 当前放置小图盒子的定位left值,
93
+ itemWidth: 80 // 缩略图每张的宽度
94
+ }
95
+ },
96
+ ready () {
97
+ this.$nextTick(() => {
98
+ // 容器的高
99
+ const imgWidth = this.middleImgHeight + this.thumbnailHeight + 120
100
+ // const imgWidth = 400
101
+ // 设置容器宽高
102
+ $('.magnify').css({
103
+ width: this.middleImgWidth,
104
+ height: imgWidth
105
+ })
106
+ // 设置产品图宽高
107
+ $('.middle_img').css({
108
+ width: this.middleImgWidth,
109
+ height: this.middleImgHeight
110
+ })
111
+ // 设置移动阴影图宽高
112
+ $('.middle_img .shade').css({
113
+ width: this.middleImgWidth/this.zoom,
114
+ height: this.middleImgHeight/this.zoom
115
+ })
116
+ // 设置缩略图容器高
117
+ $('.carousel').css({
118
+ height: this.thumbnailHeight
119
+ })
120
+ // 设置每个缩略图宽
121
+ $('.picture_item').css({
122
+ width: this.itemWidth
123
+ })
124
+ // 设置放大后图片容器的宽高,left
125
+ $('.right_contanier').css({
126
+ left: this.middleImgWidth,
127
+ width: imgWidth,
128
+ height: imgWidth
129
+ })
130
+ // 设置放大图片的宽高(图片的放大倍数)
131
+ $('.right_contanier .big_img').css({
132
+ width: imgWidth * this.zoom,
133
+ height: imgWidth * this.zoom
134
+ })
135
+ })
136
+ },
137
+ methods: {
138
+ clone () {
139
+ console.log('关闭')
140
+ this.$emit('clone_f')
141
+ },
142
+ // 产品图片鼠标移入事件,显示阴影,显示大图
143
+ boxMouseOver (e) {
144
+ console.log(9999, e)
145
+ e.preventDefault();
146
+ e.stopPropagation();
147
+ this.isShade = true
148
+ this.isBig = true
149
+ // 计算阴影的位置
150
+ let x = e.offsetX - $('.shade').width()/2
151
+ let y = e.offsetY - $('.shade').height()/2
152
+ let maxLeft = $('.middle_img').width() - $('.shade').width()
153
+ let maxTop = $('.middle_img').height() - $('.shade').height()
154
+ x = x <= 0 ? 0 : x
155
+ x = x >= maxLeft ? maxLeft : x
156
+ y = y <= 0 ? 0 : y
157
+ y = y >= maxTop ? maxTop : y
158
+
159
+ $('.shade').css({
160
+ left: x,
161
+ top: y
162
+ })
163
+
164
+ },
165
+ // 鼠标在阴影移动
166
+ shadeMouseMove (e) {
167
+ e.preventDefault();
168
+ e.stopPropagation();
169
+ // console.log($('.middle_img')[0].offsetParent.clientLeft)
170
+ // console.log($('.middle_img')[0].offsetParent.offsetLeft)
171
+ // 用页面x - 父盒子的offsetLeft - 父盒子的左边框宽度
172
+ var x = this.getEventPage(e).pageX - $('.middle_img')[0].offsetParent.offsetLeft - $('.middle_img')[0].offsetParent.clientLeft;
173
+ // var x = this.getEventPage(e).pageX - 312;
174
+ // 用页面y - 父盒子的offsetTop - 父盒子的上边框宽度
175
+ // console.log($('.middle_img')[0].offsetParent.offsetTop)
176
+ var y = this.getEventPage(e).pageY - $('.middle_img')[0].offsetParent.offsetTop - $('.middle_img')[0].offsetParent.clientTop;
177
+ // var y = this.getEventPage(e).pageY - 109 ;
178
+
179
+ // 让阴影的坐标居中
180
+ x -= $('.shade').width() / 2;
181
+ y -= $('.shade').height() / 2;
182
+
183
+ // 移动边界限制
184
+ let maxLeft = $('.middle_img').width() - $('.shade').width()
185
+ let maxTop = $('.middle_img').height() - $('.shade').height()
186
+ x = x <= 0 ? 0 : x
187
+ x = x >= maxLeft ? maxLeft : x
188
+ y = y <= 0 ? 0 : y
189
+ y = y >= maxTop ? maxTop : y
190
+ // 重新赋值当前的定位值
191
+ $('.shade').css({
192
+ left: x,
193
+ top: y
194
+ })
195
+ // 计算出实时的大图的定位,首先计算出比例
196
+ // 比例为x:大图宽度/小图宽度 y: 大图高度/小图高度,将小图的定位乘以比例就是大图的定位
197
+ const xRate = $('.big_img').width() / $('.middle_img').width()
198
+ const yRate = $('.big_img').height() / $('.middle_img').height()
199
+ $('.big_img').css({
200
+ left: -x*xRate,
201
+ top: -y*yRate
202
+ })
203
+ // console.log(e, x, y, xRate, yRate, 66677)
204
+ },
205
+ // 鼠标移入阴影,去除自定义事件
206
+ shadeMouseOver (e) {
207
+ e.preventDefault();
208
+ e.stopPropagation();
209
+ // console.log(88888, e)
210
+ },
211
+ // 图片移出隐藏阴影和大图
212
+ boxMouseLeave (e) {
213
+ this.isShade = false
214
+ this.isBig = false
215
+ },
216
+ // 切换图片
217
+ tabPicture (item) {
218
+ this.middleImg = item.url
219
+ },
220
+ /**
221
+ * 获取网页滚出去的距离(包括上面滚出去的部分和左边滚出去的部分)
222
+ * @returns {{scrollTop: (Number|number), scrollLeft: (Number|number)}}
223
+ */
224
+ getPageScroll() {
225
+ return {
226
+ scrollTop: window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0,
227
+ scrollLeft: window.pageXOffset || document.documentElement.scrollLeft || document.body.scrollLeft || 0
228
+ }
229
+ },
230
+ /**
231
+ * 获取事件对象点击的点,相对于文档左上角的坐标
232
+ * @param e
233
+ * @returns {{pageX: *, pageY: *}}
234
+ */
235
+ getEventPage(e) {
236
+ return {
237
+ pageX: e.clientX + this.getPageScroll().scrollLeft,
238
+ pageY: e.clientY + this.getPageScroll().scrollTop
239
+ }
240
+ }
241
+ },
242
+ // 监听图片查看器是否打开 给产品图设默认值
243
+ watch: {
244
+ 'show'(val) {
245
+ if (val) {
246
+ this.middleImg = this.src[0].url
247
+ }
248
+ }
249
+ }
250
+ }
251
+ </script>
252
+
253
+ <style scoped>
254
+ .full-img {
255
+ position: fixed;
256
+ top: 0;
257
+ bottom: 0;
258
+ left: 0;
259
+ right: 0;
260
+ z-index: 20;
261
+ background: rgba(0,0,0,0.6);
262
+ display: flex;
263
+ overflow: auto;
264
+ flex-direction: column;
265
+ justify-content: center;
266
+ align-items: center;
267
+ color: #fff;
268
+ }
269
+ .bor {
270
+ /*border: 2px solid #18D797;*/
271
+ width: 904px;
272
+ height: 504px;
273
+ }
274
+ .magnify {
275
+ position: relative;
276
+ }
277
+ .small_ima {
278
+ width: 100px;
279
+ height: 80px;
280
+ display: inline-block;
281
+ }
282
+ .left_contaner {
283
+ width: 100%;
284
+ height: 100%;
285
+ }
286
+ .left_contaner .middle_img {
287
+ border: 1px solid #ccc;
288
+ box-sizing: border-box;
289
+ position: relative;
290
+ }
291
+ .left_contaner .shade {
292
+ background-color: rgba( 135,206,235, .5);
293
+ position: absolute;
294
+ top: 0;
295
+ left: 0; cursor: move;}
296
+ .left_contaner .middle_img img {
297
+ width: 100%;
298
+ height: 100%;
299
+ }
300
+ .left_contaner .carousel {
301
+ width: 100%;
302
+ margin-top: 20px;
303
+ display: -webkit-flex;
304
+ }
305
+ .left_contaner .carousel .show_box {
306
+ flex: 1;
307
+ overflow: hidden;
308
+ position: relative;
309
+ }
310
+ .left_contaner .carousel .arrow {
311
+ flex-basis: 25px;
312
+ cursor: pointer;
313
+ }
314
+ .left_contaner .carousel .picture_container {
315
+ position: absolute;
316
+ overflow: hidden;
317
+ top: 0;
318
+ }
319
+ .left_contaner .picture_container .picture_item {
320
+ height: 100%;
321
+ float: left;
322
+ padding: 5px;
323
+ box-sizing: border-box;
324
+ }
325
+ .left_contaner .picture_container .picture_item:hover {
326
+ border: 2px solid #f2019f;
327
+ }
328
+ .right_contanier {
329
+ overflow: hidden;
330
+ position: absolute;
331
+ top: 0;
332
+ border: 1px solid #ccc;
333
+ }
334
+ .right_contanier .big_img {
335
+ position: absolute;
336
+ top: 0px;
337
+ left: 0px;
338
+ }
339
+ .btn_ {
340
+ background-color: #6aa6e2;
341
+ position: absolute;
342
+ bottom: 11px;
343
+ left: 13px;
344
+ width: 55px;
345
+ height: 35px;
346
+ border-radius: 5px;
347
+ border: none;
348
+ }
349
+
350
+ </style>
@@ -1,16 +1,26 @@
1
1
  <template>
2
2
  <div class="syslogin">
3
3
  <div class="login-title" >
4
- <div class="login-title-chi" style="white-space: nowrap">
5
- <img src="../../../static/newStyle/login-info.png"/>
6
- <span>关于我们</span>
7
- <img src="../../../static/newStyle/login-con.png"/>
8
- <span>联系我们</span>
4
+ <div class="row auto">
5
+ <marquee style="width:80%;margin-top:25px"><span style="font-size: 1.8rem;color: white;">{{notice}}</span></marquee>
6
+ <div class="login-title-chi" style="white-space: nowrap;margin-right:-5%">
7
+ <img src="../../../static/newStyle/login-info.png"/>
8
+ <span @click="showus=true">关于我们</span>
9
+ <!-- <img src="../../../static/newStyle/login-con.png"/>-->
10
+ <!-- <span>联系我们</span>-->
11
+ </div>
9
12
  </div>
10
13
  </div>
11
- <div class="logopic" >
12
- <div class="aodelogo"></div>
13
- </div>
14
+
15
+ <modal :show.sync="showus" backdrop="true" width="50%" style="width:auto;">
16
+ <article slot="modal-body" class="modal-body" >
17
+ <img style="height:100%;width:100%" src="../../../static/newStyle/about-us.png"/>
18
+ </article>
19
+ <footer slot="modal-footer" class="modal-footer">
20
+ </footer>
21
+ </modal>
22
+
23
+
14
24
  <div class="logoew" v-if="logoandroid" >
15
25
  <div v-if="logoandroid" class="imglogo"></div>
16
26
  <p class="logocontent">燃气客服系统Android版</p>
@@ -22,9 +32,9 @@
22
32
  <div class="loginmain-left">
23
33
  <img class="loginmain-left-img" src="../../../static/newStyle/login-left.png">
24
34
  </div>
25
- <div class="loginmain-right" style="width:45%">
35
+ <div class="loginmain-right">
26
36
 
27
- <p @click="theme()" style="white-space: nowrap">燃气客服系统</p>
37
+ <p @click="theme()" style="white-space: nowrap">{{config.title}}</p>
28
38
 
29
39
  <form v-show="!login">
30
40
  <!-- <input type="text" placeholder="用户名" v-model="model.ename" class="usericon">-->
@@ -81,12 +91,6 @@
81
91
  <p class="form-control-static">{{$login.f.name}}</p>
82
92
  </div>
83
93
  </div>
84
- <div class="col-sm-12 form-group">
85
- <label class="col-sm-5 control-label">组&nbsp;织&nbsp;编&nbsp;码</label>
86
- <div class="col-sm-7">
87
- <p class="form-control-static">{{$login.f.number}}</p>
88
- </div>
89
- </div>
90
94
  <div class="col-sm-12 form-group">
91
95
  <label class="col-sm-5 control-label">所在销售点</label>
92
96
  <div class="col-sm-7">
@@ -112,6 +116,7 @@
112
116
  import co from 'co'
113
117
  import $ from 'jquery'
114
118
  import Vue from 'vue'
119
+ import {HttpResetClass} from 'vue-client'
115
120
 
116
121
  let saveGen = function *(self) {
117
122
  try {
@@ -199,7 +204,19 @@
199
204
  }
200
205
  export default {
201
206
  title: '登录',
202
- ready () {
207
+ async ready () {
208
+ let http = new HttpResetClass()
209
+ let res = await http.load('POST', 'rs/sql/singleTable',
210
+ {data:{
211
+ tablename: 't_changedeclare',
212
+ condition: ` f_type ='变更通知' `
213
+ }
214
+ }, {resolveMsg: null, rejectMsg: '获取通知出错!!'})
215
+ if(res.data.length>0){
216
+ console.log("---------------获取通知",res.data[0].f_change_message)
217
+ this.notice=res.data[0].f_change_message
218
+ }
219
+
203
220
  if (this.$login && this.$login.getUrlCompileParames('name') && this.$login.getUrlCompileParames('password')) {
204
221
  this.model.ename = this.$login.getUrlCompileParames('name')
205
222
  this.model.password = this.$login.getUrlCompileParames('password')
@@ -225,7 +242,8 @@
225
242
  config: {
226
243
  isMac: false,
227
244
  depPrompt: false,
228
- weakPassword: true
245
+ weakPassword: false,
246
+ title: '燃气客服系统'
229
247
  },
230
248
  login: false,
231
249
  depPromptShow: false,
@@ -236,7 +254,9 @@
236
254
  picLyanzhengma: '',
237
255
  // 修改密码弹框展示
238
256
  modifyPwShow: false,
239
- logoandroid:true
257
+ logoandroid:false,
258
+ showus:false,
259
+ notice:''
240
260
  }
241
261
  },
242
262
  methods: {
@@ -331,20 +351,21 @@
331
351
  box-sizing: border-box;
332
352
  margin: 0;
333
353
  padding: 0;
334
- font-weight: 300;
354
+ font-weight: 400;
355
+ outline: none;
335
356
  }
336
357
 
337
358
  body {
338
359
  font-family: 'Source Sans Pro', sans-serif;
339
360
  color: white;
340
- font-weight: 300;
361
+ font-weight: 400;
341
362
  }
342
363
 
343
364
  body ::-webkit-input-placeholder {
344
365
  /* WebKit browsers */
345
366
  font-family: 'Source Sans Pro', sans-serif;
346
367
  color: white;
347
- font-weight: 300;
368
+ font-weight: 400;
348
369
  }
349
370
 
350
371
  body :-moz-placeholder {
@@ -352,7 +373,7 @@
352
373
  font-family: 'Source Sans Pro', sans-serif;
353
374
  color: white;
354
375
  opacity: 1;
355
- font-weight: 300;
376
+ font-weight: 400;
356
377
  }
357
378
 
358
379
  body ::-moz-placeholder {
@@ -360,14 +381,14 @@
360
381
  font-family: 'Source Sans Pro', sans-serif;
361
382
  color: white;
362
383
  opacity: 1;
363
- font-weight: 300;
384
+ font-weight: 400;
364
385
  }
365
386
 
366
387
  body :-ms-input-placeholder {
367
388
  /* Internet Explorer 10+ */
368
389
  font-family: 'Source Sans Pro', sans-serif;
369
390
  color: white;
370
- font-weight: 300;
391
+ font-weight: 400;
371
392
  }
372
393
 
373
394
  .wrapper {
@@ -436,7 +457,7 @@
436
457
  color: white;
437
458
  -webkit-transition-duration: 0.25s;
438
459
  transition-duration: 0.25s;
439
- font-weight: 300;
460
+ font-weight: 400;
440
461
  }
441
462
 
442
463
  .form input:hover {
@@ -660,17 +681,10 @@
660
681
  width:150px;
661
682
  margin: 3px -15px;
662
683
  }
663
- .aodelogo {
664
- background:url(../../../static/aodelogo.png);
665
- background-size:100%;
666
- background-repeat: no-repeat;
667
- }
668
684
  .imglogo {
669
- background:url(../../../static/ewmlogo.png);
685
+ background:url(../../../static/logo.png);
670
686
  background-size:100%;
671
- background-repeat: no-repeat;
672
687
  }
673
-
674
688
  .logoew {
675
689
  width:120px;
676
690
  height:120px;
@@ -679,14 +693,6 @@
679
693
  margin-top:10px;
680
694
  }
681
695
 
682
- .logopic{
683
- width: 23%;
684
- height: 100px;
685
- float:left;
686
- margin-left:3.5%;
687
- margin-top:10px;
688
- }
689
-
690
696
  @-webkit-keyframes square {
691
697
  0% {
692
698
  -webkit-transform: translateY(0);