Browse Source

会话内容保留回车
消息样式调整

luyanan 7 years ago
parent
commit
6fd3d1f17a
7 changed files with 162 additions and 145 deletions
  1. 1 1
      css/common.css
  2. 136 116
      css/main.html_aio_eb0d518.css
  3. 5 15
      css/parent.base_765a49a.css
  4. BIN
      images/backup.png
  5. BIN
      images/back.png
  6. 12 7
      js/tidings.js
  7. 8 6
      tidings.html

+ 1 - 1
css/common.css

@ -191,7 +191,7 @@ header .headnavbtn a{color:#666;font-size:15px;}
191 191
header .headnavbtn li{float:left;margin:0 6px;}
192 192
header .headnavbtn li.mymessage{padding:0 20px;cursor: pointer;}
193 193
header .headnavbtn li.mymessage>a{position:relative;}
194
header .headnavbtn li.mymessage>a>.badge{position:relative;right:12%;top:-10px;background:#FF0000;}
194
header .headnavbtn li.mymessage>a>.badge{position:relative;right:8px;top:-10px;background:#FF0000;}
195 195
header .headnavbtn .teyaologin{padding:4px 20px;border-radius:6px;margin-right:16px;}
196 196
header .navbtn{width: 18px;height:20px;cursor: pointer; padding:10px 18px;background-position:center;background-repeat:no-repeat;}
197 197
header .navnews{background-image: url(../images/nav_button_news_nor.png);background-size:contain;}

+ 136 - 116
css/main.html_aio_eb0d518.css

@ -5,20 +5,21 @@
5 5
  font-size: 12px;
6 6
  line-height: 22px;
7 7
}
8
#global-searchbox-tail .LG-chat-remain-times .green,
9
#global-searchbox-tail .LG-chat-remain-times .link {
10
  color: #00b38a;
11
}
12
#global-searchbox-tail .LG-chat-remain-times .link {
13
  text-decoration: underline;
8
#global-searchbox-tail .LG-chat-remain-times .green,
9
#global-searchbox-tail .LG-chat-remain-times .link {
10
  color: #9eea6a;
11
}
12
#global-searchbox-tail .LG-chat-remain-times .link {
13
  text-decoration: underline;
14 14
}
15 15
#global-searchbox-tail div.reset-line-height {
16 16
  line-height: 45px;
17 17
}
18 18
.list_title {
19
	height:70px;
19
	height:60px;
20 20
	text-align:center;
21
	line-height:70px;
21
	line-height:60px;
22
	border-bottom: 1px solid #d5dadf;
22 23
}
23 24
/*!common/components/confirm/main.less*/
24 25
.lg-confirm {
@ -35,7 +36,7 @@
35 36
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
36 37
}
37 38
.lg-confirm .item-click {
38
  color: #00b38a;
39
  color: #9eea6a;
39 40
  text-decoration: none;
40 41
  cursor: pointer;
41 42
}
@ -96,11 +97,11 @@
96 97
  cursor: pointer;
97 98
}
98 99
.lg-confirm .lg-confirm-concel :hover {
99
  color: #00b38a;
100
  color: #9eea6a;
100 101
}
101 102
.lg-confirm .edite {
102 103
  float: right;
103
  color: #00b38a;
104
  color: #9eea6a;
104 105
  cursor: pointer;
105 106
}
106 107
.lg-confirm .trigger {
@ -195,7 +196,7 @@
195 196
  margin-top: 8px;
196 197
}
197 198
.checkbox-list .box-checkbox .icon-checkedbox {
198
  color: #00b38a;
199
  color: #9eea6a;
199 200
}
200 201
.checkbox-list .box-checkbox .checkbox {
201 202
  zoom: 1;
@ -902,7 +903,7 @@
902 903
  height: 40px;
903 904
  line-height: 40px;
904 905
  color: #fff;
905
  background-color: #00b38a;
906
  background-color: #9eea6a;
906 907
  border-radius: 2px;
907 908
  margin-top: 20px;
908 909
}
@ -956,7 +957,7 @@
956 957
}
957 958
#changePositionPop .modal-dialog .modal-content .modal-body .handle-button-wrapper span.ok.can-click {
958 959
  cursor: pointer;
959
  background-color: #00b38a;
960
  background-color: #9eea6a;
960 961
}
961 962
#changePositionPop .modal-dialog .modal-content .modal-body .handle-button-wrapper span.ok.dn {
962 963
  display: none;
@ -1025,7 +1026,7 @@
1025 1026
  line-height: 18px;
1026 1027
}
1027 1028
.green {
1028
  color: #00b38a;
1029
  color: #9eea6a;
1029 1030
}
1030 1031
.hide {
1031 1032
  display: none;
@ -1064,7 +1065,7 @@
1064 1065
  border-radius: 18px;
1065 1066
  text-align: center;
1066 1067
  color: #fff;
1067
  background: #00b38a;
1068
  background: #9eea6a;
1068 1069
}
1069 1070
.pop-delivered .cancel,
1070 1071
.pop-colleague-delivered .cancel {
@ -1143,7 +1144,7 @@
1143 1144
  text-align: center;
1144 1145
  font-size: 16px;
1145 1146
  color: #fff;
1146
  background: #00b38a;
1147
  background: #9eea6a;
1147 1148
}
1148 1149
/* end 电话呼叫功能介绍弹窗 */
1149 1150
.pop-phone-confirm .pop-bottom,
@ -1158,7 +1159,7 @@
1158 1159
  padding: 0 22px;
1159 1160
  border-radius: 3px;
1160 1161
  color: #fff;
1161
  background: #00b38a;
1162
  background: #9eea6a;
1162 1163
}
1163 1164
.pop-phone-confirm .wrong-tip,
1164 1165
.pop-deduct-points .wrong-tip {
@ -1188,7 +1189,7 @@
1188 1189
}
1189 1190
.pop-phone-confirm .pop-phone .pop-phone-change {
1190 1191
  margin-left: 14px;
1191
  color: #00b38a;
1192
  color: #9eea6a;
1192 1193
  cursor: pointer;
1193 1194
}
1194 1195
.pop-phone-confirm .pop-phone .phone-input {
@ -1202,11 +1203,11 @@
1202 1203
  outline: none;
1203 1204
}
1204 1205
.pop-phone-confirm .pop-phone .phone-input:focus {
1205
  border: 1px solid #00b38a;
1206
  border: 1px solid #9eea6a;
1206 1207
}
1207 1208
.pop-phone-confirm .pop-phone .icon-beidiao-right {
1208 1209
  margin-left: 7px;
1209
  color: #00b38a;
1210
  color: #9eea6a;
1210 1211
}
1211 1212
.pop-phone-confirm .pop-phone .icon-beidiao-wrong {
1212 1213
  margin-left: 7px;
@ -1264,12 +1265,12 @@
1264 1265
  overflow: hidden;
1265 1266
  text-indent: -9999em;
1266 1267
  border-radius: 50%;
1267
  background: #00b38a;
1268
  background: -moz-linear-gradient(left, #00b38a 55%, rgba(255, 255, 255, 0) 80%);
1269
  background: -webkit-linear-gradient(left, #00b38a 55%, rgba(255, 255, 255, 0) 80%);
1270
  background: -o-linear-gradient(left, #00b38a 55%, rgba(255, 255, 255, 0) 80%);
1271
  background: -ms-linear-gradient(left, #00b38a 55%, rgba(255, 255, 255, 0) 80%);
1272
  background: linear-gradient(to right, #00b38a 55%, rgba(255, 255, 255, 0) 80%);
1268
  background: #9eea6a;
1269
  background: -moz-linear-gradient(left, #9eea6a 55%, rgba(255, 255, 255, 0) 80%);
1270
  background: -webkit-linear-gradient(left, #9eea6a 55%, rgba(255, 255, 255, 0) 80%);
1271
  background: -o-linear-gradient(left, #9eea6a 55%, rgba(255, 255, 255, 0) 80%);
1272
  background: -ms-linear-gradient(left, #9eea6a 55%, rgba(255, 255, 255, 0) 80%);
1273
  background: linear-gradient(to right, #9eea6a 55%, rgba(255, 255, 255, 0) 80%);
1273 1274
  position: relative;
1274 1275
  -webkit-animation: revolve 1.4s infinite linear;
1275 1276
  animation: revolve 1.4s infinite linear;
@ -1277,7 +1278,7 @@
1277 1278
.loading2:before {
1278 1279
  width: 50%;
1279 1280
  height: 50%;
1280
  background: #00b38a;
1281
  background: #9eea6a;
1281 1282
  border-radius: 100% 0 0 0;
1282 1283
  position: absolute;
1283 1284
  top: 0;
@ -1321,7 +1322,7 @@
1321 1322
1322 1323
/*!common/widgets/position-filter/main.less*/
1323 1324
.position-list-filter-wrapper .green {
1324
  color: #00b38a;
1325
  color: #9eea6a;
1325 1326
}
1326 1327
.position-list-filter-wrapper .inputter {
1327 1328
  position: relative;
@ -1402,7 +1403,7 @@
1402 1403
  top: 0;
1403 1404
  right: 0;
1404 1405
  padding-right: 20px;
1405
  color: #00b38a;
1406
  color: #9eea6a;
1406 1407
}
1407 1408
.position-list-filter-wrapper .list-wrapper ul.position-list li.position-item .position-name,
1408 1409
.position-list-filter-wrapper .list-wrapper ul.position-list li.position-item .stateTips,
@ -1411,7 +1412,7 @@
1411 1412
  line-height: 32px;
1412 1413
}
1413 1414
.position-list-filter-wrapper .list-wrapper ul.position-list li.position-item.selected .position-name {
1414
  color: #00b38a;
1415
  color: #9eea6a;
1415 1416
}
1416 1417
.position-list-filter-wrapper .list-wrapper ul.position-list li.position-item.isOffCur,
1417 1418
.position-list-filter-wrapper .list-wrapper ul.position-list li.position-item.isOff {
@ -1436,11 +1437,11 @@
1436 1437
}
1437 1438
.position-list-filter-wrapper .list-wrapper ul.position-list li.position-item .active {
1438 1439
  background: #F5FBFA;
1439
  color: #00b38a;
1440
  color: #9eea6a;
1440 1441
}
1441 1442
.position-list-filter-wrapper .list-wrapper ul.position-list li.position-item:hover {
1442 1443
  background: #F5FBFA;
1443
  color: #00b38a;
1444
  color: #9eea6a;
1444 1445
}
1445 1446
.position-list-filter-wrapper .list-wrapper ul.position-list li.position-item:hover a {
1446 1447
  display: block;
@ -1553,7 +1554,7 @@ a {
1553 1554
  text-decoration: none;
1554 1555
}
1555 1556
a:hover {
1556
  color: #00b38a;
1557
  color: #9eea6a;
1557 1558
  text-decoration: none;
1558 1559
}
1559 1560
h1,
@ -1645,12 +1646,12 @@ dt,
1645 1646
dd {
1646 1647
  margin: 0;
1647 1648
}
1648
::selection {
1649
  color: #ffffff;
1650
  background-color: #00b38a;
1651
}
1652
::-moz-focus-inner {
1653
  border: 0;
1649
/*::selection {
1650
  color: #ffffff;
1651
  background-color: #9eea6a;
1652
}*/
1653
::-moz-focus-inner {
1654
  border: 0;
1654 1655
}
1655 1656
ul,
1656 1657
ol {
@ -2375,7 +2376,7 @@ li {
2375 2376
.btn:hover,
2376 2377
.btn.btn_active {
2377 2378
  text-decoration: none;
2378
  color: #00b38a;
2379
  color: #9eea6a;
2379 2380
  background-color: #ffffff;
2380 2381
}
2381 2382
.btn.btn_link {
@ -2403,23 +2404,23 @@ li {
2403 2404
  padding: 0;
2404 2405
}
2405 2406
.btn_green {
2406
  color: #00b38a;
2407
  border-color: #00b38a;
2407
  color: #9eea6a;
2408
  border-color: #9eea6a;
2408 2409
  background-color: #ffffff;
2409 2410
}
2410 2411
.btn_green:hover,
2411 2412
.btn_green.btn_active {
2412 2413
  color: #ffffff;
2413
  border-color: #00b38a;
2414
  background-color: #00b38a;
2414
  border-color: #9eea6a;
2415
  background-color: #9eea6a;
2415 2416
}
2416 2417
.btn_green.btn_link {
2417
  color: #00b38a;
2418
  color: #9eea6a;
2418 2419
  border-color: transparent;
2419 2420
  background-color: transparent;
2420 2421
}
2421 2422
.btn_green.btn_outline {
2422
  color: #00b38a;
2423
  color: #9eea6a;
2423 2424
  background-color: transparent;
2424 2425
}
2425 2426
.btn_red {
@ -2444,8 +2445,8 @@ li {
2444 2445
.btn_icon {
2445 2446
  padding-left: 35px;
2446 2447
  padding-right: 20px;
2447
  color: #00b38a;
2448
  border-color: #00b38a;
2448
  color: #9eea6a;
2449
  border-color: #9eea6a;
2449 2450
  background-color: #ffffff;
2450 2451
  overflow: hidden;
2451 2452
  -webkit-transition: none;
@ -2465,8 +2466,8 @@ li {
2465 2466
}
2466 2467
.btn_icon:hover {
2467 2468
  color: #ffffff;
2468
  border-color: #00b38a;
2469
  background-color: #00b38a;
2469
  border-color: #9eea6a;
2470
  background-color: #9eea6a;
2470 2471
}
2471 2472
.btn_icon:hover .icon {
2472 2473
  background-position: 0 0;
@ -2501,7 +2502,7 @@ li {
2501 2502
  border-radius: 4px;
2502 2503
}
2503 2504
.textarea:focus {
2504
  border-color: #00b38a;
2505
  border-color: #9eea6a;
2505 2506
}
2506 2507
.input_item {
2507 2508
  position: relative;
@ -2556,7 +2557,7 @@ li {
2556 2557
  background-color: #f8f8f8;
2557 2558
}
2558 2559
.input:focus {
2559
  border-color: #00b38a;
2560
  border-color: #9eea6a;
2560 2561
}
2561 2562
.input_warning {
2562 2563
  border-color: #ff4351;
@ -3057,7 +3058,7 @@ li {
3057 3058
  background-color: #2e3239;
3058 3059
}
3059 3060
#top-header .center .top-navs > ul > li a.green {
3060
  color: #00b38a;
3061
  color: #9eea6a;
3061 3062
  background: none;
3062 3063
  text-decoration: underline;
3063 3064
}
@ -3188,7 +3189,7 @@ li {
3188 3189
  cursor: pointer;
3189 3190
}
3190 3191
#top-header .center .preferences .msg-bell .messages header .all-readed:hover {
3191
  color: #00b38a;
3192
  color: #9eea6a;
3192 3193
}
3193 3194
#top-header .center .preferences .msg-bell .messages .msg-list {
3194 3195
  display: block;
@ -3226,7 +3227,7 @@ li {
3226 3227
  border-top: 1px solid #eceff1;
3227 3228
}
3228 3229
#top-header .center .preferences .msg-bell .messages footer a {
3229
  color: #00b38a;
3230
  color: #9eea6a;
3230 3231
}
3231 3232
#top-header .center .preferences .profile {
3232 3233
  padding: 0 28px 0 36px;
@ -3332,10 +3333,10 @@ li {
3332 3333
  border-bottom: 1px dashed #595f69;
3333 3334
}
3334 3335
#top-header .center .preferences .profile .options li .switch {
3335
  color: #00b38a;
3336
  color: #9eea6a;
3336 3337
}
3337 3338
#top-header .center .preferences .profile .options li .switch:hover {
3338
  color: #00b38a;
3339
  color: #9eea6a;
3339 3340
}
3340 3341
#top-header .center .preferences .profile .options li .hot-bubble-mark {
3341 3342
  left: 70px;
@ -3472,7 +3473,7 @@ li {
3472 3473
}
3473 3474
.pay-9kuai9-pop .pay-9kuai9 .pay-item .pay-type {
3474 3475
  font-size: 18px;
3475
  color: #00b38a;
3476
  color: #9eea6a;
3476 3477
  font-weight: 900;
3477 3478
  margin: 28px 0 7px 0;
3478 3479
}
@ -3482,7 +3483,7 @@ li {
3482 3483
}
3483 3484
.pay-9kuai9-pop .pay-9kuai9 .pay-item .pay-price {
3484 3485
  font-size: 16px;
3485
  color: #00b38a;
3486
  color: #9eea6a;
3486 3487
  padding: 6px;
3487 3488
}
3488 3489
.pay-9kuai9-pop .pay-9kuai9 .pay-item .pay-price span {
@ -3505,7 +3506,7 @@ li {
3505 3506
.pay-9kuai9-pop .pay-9kuai9 .pay-item .pay-advance-show a {
3506 3507
  text-decoration: underline;
3507 3508
  font-size: 14px;
3508
  color: #00b38a;
3509
  color: #9eea6a;
3509 3510
  cursor: pointer;
3510 3511
}
3511 3512
.pay-9kuai9-pop .pay-9kuai9 .pay-item .pay-advance-show a:hover {
@ -3528,9 +3529,9 @@ li {
3528 3529
  content: ' ';
3529 3530
  width: 5px;
3530 3531
  height: 3px;
3531
  border-left: 1px solid #00b38a;
3532
  border-left: 1px solid #9eea6a;
3532 3533
  position: absolute;
3533
  border-bottom: 1px solid #00b38a;
3534
  border-bottom: 1px solid #9eea6a;
3534 3535
  transform: rotate(-45deg);
3535 3536
  top: 50%;
3536 3537
  left: 0;
@ -3540,11 +3541,11 @@ li {
3540 3541
  margin-left: 0;
3541 3542
}
3542 3543
.pay-9kuai9-pop .pay-9kuai9 .pay-item.advance-item {
3543
  border: 1px solid #00b38a;
3544
  border: 1px solid #9eea6a;
3544 3545
  background: url('/mds/static/common/static/img/update-easy-advance_6cee835.png') no-repeat 100% 0 transparent;
3545 3546
}
3546 3547
.pay-9kuai9-pop .pay-9kuai9 .pay-item.advance-item .pay-tips {
3547
  color: #00b38a;
3548
  color: #9eea6a;
3548 3549
}
3549 3550
.pay-9kuai9-pop .pay-9kuai9 .pay-item.advance-item ul {
3550 3551
  left: 60px;
@ -3560,7 +3561,7 @@ li {
3560 3561
  top: 60px!important;
3561 3562
}
3562 3563
.pay-9kuai9-paying-pop .pay-9kuai9-paying-link {
3563
  color: #00b38a;
3564
  color: #9eea6a;
3564 3565
  cursor: pointer;
3565 3566
  font-size: 16px;
3566 3567
}
@ -3624,7 +3625,7 @@ li {
3624 3625
  border-radius: 50%;
3625 3626
  padding: 21px;
3626 3627
  line-height: 90px;
3627
  color: #00b38a;
3628
  color: #9eea6a;
3628 3629
  float: left;
3629 3630
}
3630 3631
.pay-9kuai9-paying-pop .paying-content ul {
@ -3644,7 +3645,7 @@ li {
3644 3645
.pay-9kuai9-paying-pop .paying-content ul li .validate-success,
3645 3646
.pay-9kuai9-paying-pop .paying-content ul li .validate-fail {
3646 3647
  font-size: 14px;
3647
  color: #00b38a;
3648
  color: #9eea6a;
3648 3649
  cursor: pointer;
3649 3650
  line-height: 30px;
3650 3651
}
@ -3681,7 +3682,7 @@ li {
3681 3682
  border: 1px solid #D5DADF;
3682 3683
}
3683 3684
.update-yun-confirm .update-yun-confirm-login .input:focus {
3684
  border: 1px solid #00b38a;
3685
  border: 1px solid #9eea6a;
3685 3686
}
3686 3687
.update-yun-confirm .update-yun-confirm-login .btn {
3687 3688
  width: 300px;
@ -3697,7 +3698,7 @@ li {
3697 3698
  line-height: 44px;
3698 3699
  padding: 0;
3699 3700
  width: 100px;
3700
  background: #00b38a;
3701
  background: #9eea6a;
3701 3702
  color: #fff;
3702 3703
  border-radius: 0 2px 2px 0;
3703 3704
}
@ -3778,7 +3779,7 @@ li {
3778 3779
  background: none;
3779 3780
}
3780 3781
.update-yun-confirm .tips a {
3781
  color: #00b38a;
3782
  color: #9eea6a;
3782 3783
  cursor: pointer;
3783 3784
  float: right;
3784 3785
}
@ -3794,7 +3795,7 @@ li {
3794 3795
}
3795 3796
.update-yun-confirm .success-box .icon-yes {
3796 3797
  font-size: 33px;
3797
  background: #00b38a;
3798
  background: #9eea6a;
3798 3799
  border-radius: 50%;
3799 3800
  padding: 18px;
3800 3801
  color: #fff;
@ -3868,7 +3869,7 @@ li {
3868 3869
.update-yun-report .update-yun-report-top-left {
3869 3870
  position: absolute;
3870 3871
  color: #fff;
3871
  background: #00b38a;
3872
  background: #9eea6a;
3872 3873
  transform: rotate(-45deg);
3873 3874
  width: 124px;
3874 3875
  text-align: center;
@ -3899,7 +3900,7 @@ li {
3899 3900
  border: 1px solid #D5DADF;
3900 3901
}
3901 3902
.update-yun-report .update-yun-confirm-login .input:focus {
3902
  border: 1px solid #00b38a;
3903
  border: 1px solid #9eea6a;
3903 3904
}
3904 3905
.update-yun-report .update-yun-confirm-login .btn {
3905 3906
  width: 108px;
@ -3916,7 +3917,7 @@ li {
3916 3917
  line-height: 44px;
3917 3918
  padding: 0;
3918 3919
  width: 100px;
3919
  background: #00b38a;
3920
  background: #9eea6a;
3920 3921
  color: #fff;
3921 3922
  border-radius: 0 2px 2px 0;
3922 3923
}
@ -4007,7 +4008,7 @@ li {
4007 4008
  background: none;
4008 4009
}
4009 4010
.update-yun-report .tips a {
4010
  color: #00b38a;
4011
  color: #9eea6a;
4011 4012
  cursor: pointer;
4012 4013
  float: right;
4013 4014
}
@ -4091,7 +4092,7 @@ li {
4091 4092
}
4092 4093
.lg-confirm.updatePopup .lg-confirm-content .popupFooter ::selection {
4093 4094
  background: #ffffff !important;
4094
  color: #00b38a !important;
4095
  color: #9eea6a !important;
4095 4096
}
4096 4097
.lg-confirm.updatePopup .lg-confirm-content .popupFooter .moreBtn {
4097 4098
  display: inline-block;
@ -4102,7 +4103,7 @@ li {
4102 4103
.lg-confirm.updatePopup .lg-confirm-content .popupFooter .moreBtn a {
4103 4104
  border-right: #D8D8D8 1px solid;
4104 4105
  padding-right: 14px;
4105
  color: #00B38A;
4106
  color: #9eea6a;
4106 4107
  font-family: HiraginoSansGB-W3;
4107 4108
  font-size: 14px;
4108 4109
  cursor: pointer;
@ -4121,13 +4122,13 @@ li {
4121 4122
  cursor: pointer;
4122 4123
}
4123 4124
.lg-confirm.updatePopup .lg-confirm-content .popupFooter .applause .applauseBtn .applauser:hover .icon-appaulse {
4124
  color: #00B38A;
4125
  color: #9eea6a;
4125 4126
}
4126 4127
.lg-confirm.updatePopup .lg-confirm-content .popupFooter .applause .applauseBtn .applauser:hover .applauseNum {
4127
  color: #00B38A;
4128
  color: #9eea6a;
4128 4129
}
4129 4130
.lg-confirm.updatePopup .lg-confirm-content .popupFooter .applause .applauseBtn .applauser.applaused span {
4130
  color: #00B38A !important;
4131
  color: #9eea6a !important;
4131 4132
}
4132 4133
.lg-confirm.updatePopup .lg-confirm-content .popupFooter .applause .icon-appaulse {
4133 4134
  display: inline-block;
@ -4176,7 +4177,7 @@ li {
4176 4177
}
4177 4178
.sub-navs .center li.active a,
4178 4179
.sub-navs .center li:hover a {
4179
  border-bottom-color: #00b38a;
4180
  border-bottom-color: #9eea6a;
4180 4181
}
4181 4182
.sub-navs .center li.pai.msg a:after {
4182 4183
  content: "";
@ -4214,11 +4215,11 @@ body {
4214 4215
.chat_box {
4215 4216
  position: absolute;
4216 4217
  left: 0px;
4217
  top: 105px;
4218
  top: 80px;
4218 4219
  right: 0;
4219 4220
  bottom: 0;
4220 4221
  width: 1100px;
4221
  margin: 0 auto;
4222
  margin: 0 auto 20px;
4222 4223
  z-index: 1;
4223 4224
}
4224 4225
.chat_box .bg_0,
@ -4249,7 +4250,7 @@ body {
4249 4250
  background-color: #4c4c4c;
4250 4251
}
4251 4252
.chat_box .bg_green {
4252
  background-color: #00b38a;
4253
  background-color: #9eea6a;
4253 4254
}
4254 4255
.check_more_tips {
4255 4256
  position: relative;
@ -4344,7 +4345,7 @@ body {
4344 4345
  text-decoration: underline;
4345 4346
}
4346 4347
.container .open_chat_feature .open_btn .open_des a:hover {
4347
  color: #00b38a;
4348
  color: #9eea6a;
4348 4349
}
4349 4350
#chatBox .chat_list {
4350 4351
  position: relative;
@ -4518,7 +4519,7 @@ body {
4518 4519
#chatBox .chat_content,
4519 4520
#chatBox .chat_content_nodata {
4520 4521
  position: absolute;
4521
  left: 287px;
4522
  left: 286px;
4522 4523
  right: 0;
4523 4524
  border: 1px solid #d5dadf;
4524 4525
  border-left: 0;
@ -4533,7 +4534,7 @@ body {
4533 4534
  top: 0;
4534 4535
  margin: 0 20px;*/
4535 4536
  padding: 10px 20px;
4536
  height:54px;
4537
  height:60px;
4537 4538
  line-height: 33px;
4538 4539
  border-bottom: 1px solid #d5dadf;
4539 4540
  z-index: 2;
@ -4577,7 +4578,7 @@ body {
4577 4578
  color: #999999;
4578 4579
}
4579 4580
#chatBox .chat_content_head .head_info span.left .change-position {
4580
  color: #00b38a;
4581
  color: #9eea6a;
4581 4582
  cursor: pointer;
4582 4583
}
4583 4584
#chatBox .chat_content_head .head_info span.center {
@ -4588,7 +4589,7 @@ body {
4588 4589
  -ms-transform: translate(-50%, -50%);
4589 4590
  -o-transform: translate(-50%, -50%);
4590 4591
  transform: translate(-50%, -50%);
4591
  max-width: 220px;
4592
  max-width: 350px;
4592 4593
  font-size: 16px;
4593 4594
  text-align: center;
4594 4595
}
@ -4606,9 +4607,8 @@ body {
4606 4607
  font-size: 0;
4607 4608
}
4608 4609
#chatBox .chat_content_head .head_info span.right a {
4609
  color: #00b38a;
4610
  border-right: 1px solid #e2ebe8;
4611
  padding: 0 8px;
4610
  color: #ff9900;
4611
 /* padding: 0 8px;*/
4612 4612
  font-size: 14px;
4613 4613
}
4614 4614
#chatBox .chat_content_head .head_info span.right a:last-child {
@ -4646,7 +4646,7 @@ body {
4646 4646
}
4647 4647
#chatBox .chat_body {
4648 4648
  position: absolute;
4649
  top: 54px;
4649
  top: 60px;
4650 4650
  left: 0;
4651 4651
  right: 0;
4652 4652
  bottom: 160px;
@ -4721,13 +4721,13 @@ body {
4721 4721
}
4722 4722
#chatBox .chat_body .chat_item.mixed-msg .msg-action {
4723 4723
  padding: 8px 0;
4724
  color: #00b38a;
4724
  color: #9eea6a;
4725 4725
  border-top: 1px solid #ddd;
4726 4726
  position: relative;
4727 4727
  display: block;
4728 4728
}
4729 4729
#chatBox .chat_body .chat_item.mixed-msg .msg-action:hover {
4730
  color: #00b38a;
4730
  color: #9eea6a;
4731 4731
}
4732 4732
#chatBox .chat_body .chat_item.mixed-msg .msg-action .icon-arrow-right {
4733 4733
  right: 0;
@ -4740,7 +4740,7 @@ body {
4740 4740
#chatBox .chat_body .chat_item.interview-card .item_content .bubble {
4741 4741
  padding: 0;
4742 4742
  width: 400px;
4743
  border: 1px solid #00b38a;
4743
  border: 1px solid #9eea6a;
4744 4744
  overflow: hidden;
4745 4745
}
4746 4746
#chatBox .chat_body .chat_item.interview-card .item_content .bubble .head {
@ -4784,7 +4784,7 @@ body {
4784 4784
#chatBox .chat_body .chat_item.position-card .item_content .bubble {
4785 4785
  padding: 0;
4786 4786
  width: 400px;
4787
  border: 1px solid #00b38a;
4787
  border: 1px solid #9eea6a;
4788 4788
  overflow: hidden;
4789 4789
}
4790 4790
#chatBox .chat_body .chat_item.position-card .item_content .bubble .head {
@ -4888,7 +4888,7 @@ body {
4888 4888
  margin-right: 5px;
4889 4889
}
4890 4890
#chatBox .chat_body .is_readed.not {
4891
  color: #00b38a;
4891
  color: #9eea6a;
4892 4892
}
4893 4893
#chatBox .chat_body .bubble {
4894 4894
  position: relative;
@ -4928,11 +4928,11 @@ body {
4928 4928
  border-top-left-radius: 10px;
4929 4929
}
4930 4930
#chatBox .chat_body .message.B_end {
4931
  background-color: #00b38a;
4932
  color: #ffffff;
4931
  background-color: #9eea6a;
4932
  color: #333;
4933 4933
}
4934 4934
#chatBox .chat_body .message.B_end:before {
4935
  background-color: #00b38a;
4935
  background-color: #9eea6a;
4936 4936
  right: -7px;
4937 4937
  border-top-right-radius: 10px;
4938 4938
}
@ -4958,12 +4958,12 @@ body {
4958 4958
}
4959 4959
#chatBox .chat_body .message.sys_info p a {
4960 4960
  margin: 0 0 0 20px;
4961
  color: #00b38a;
4961
  color: #9eea6a;
4962 4962
  text-decoration: underline;
4963 4963
  float: right;
4964 4964
}
4965 4965
#chatBox .chat_body .message.sys_info p a:hover {
4966
  color: #00b38a;
4966
  color: #9eea6a;
4967 4967
}
4968 4968
#chatBox .chat_body .message.sys_info p .forbidden_view {
4969 4969
  color: #999;
@ -5000,7 +5000,7 @@ body {
5000 5000
}
5001 5001
#chatBox .chat_body .message .resume_file .resume_file_des a {
5002 5002
  display: block;
5003
  color: #00b38a;
5003
  color: #9eea6a;
5004 5004
  text-decoration: underline;
5005 5005
  line-height: inherit;
5006 5006
}
@ -5042,7 +5042,7 @@ body {
5042 5042
#chatBox .chat_body .message .self-voice i {
5043 5043
  left: inherit;
5044 5044
  right: 0;
5045
  background-color: #00b38a;
5045
  background-color: #9eea6a;
5046 5046
}
5047 5047
#chatBox .chat_body .message .emoji {
5048 5048
  margin: 2px;
@ -5070,6 +5070,7 @@ body {
5070 5070
	outline: none;
5071 5071
	border:1px solid #d5dadf;
5072 5072
	margin-top:10px;
5073
	padding:12px;
5073 5074
}
5074 5075
#chatBox .chat_content_bottom .tool_bar .tool-item {
5075 5076
  position: relative;
@ -5452,12 +5453,12 @@ body {
5452 5453
  cursor: pointer;
5453 5454
}
5454 5455
#report_pop .step1 .re_bottom a.try_it {
5455
  background: #00b38a;
5456
  background: #9eea6a;
5456 5457
  color: #fff;
5457 5458
  border-radius: 3px;
5458 5459
}
5459 5460
#report_pop .step1 .re_bottom a.think_btn {
5460
  color: #00b38a;
5461
  color: #9eea6a;
5461 5462
}
5462 5463
#report_pop .step2 .re_top {
5463 5464
  border-bottom: 1px dashed #D9D9D9;
@ -5502,7 +5503,7 @@ body {
5502 5503
}
5503 5504
#report_pop .step2 .re_content .report_list li span.delete {
5504 5505
  float: right;
5505
  color: #00b38a;
5506
  color: #9eea6a;
5506 5507
  margin-right: 10px;
5507 5508
  cursor: pointer;
5508 5509
}
@ -5523,7 +5524,7 @@ body {
5523 5524
  cursor: pointer;
5524 5525
}
5525 5526
#report_pop .step2 .re_content .report_list li a.title:hover {
5526
  color: #00b38a;
5527
  color: #9eea6a;
5527 5528
}
5528 5529
#report_pop .step2 .re_content .report_list li.no_report {
5529 5530
  text-align: center;
@ -5552,7 +5553,7 @@ body {
5552 5553
  display: inline-block;
5553 5554
  width: 13px;
5554 5555
  height: 13px;
5555
  border: 1px solid #00b38a;
5556
  border: 1px solid #9eea6a;
5556 5557
  border-radius: 2px;
5557 5558
  background: url(/mds/static/common/widgets/report_list/img/checked_33d46c0.png) no-repeat center center;
5558 5559
  vertical-align: text-bottom;
@ -5572,7 +5573,7 @@ body {
5572 5573
  cursor: pointer;
5573 5574
}
5574 5575
#report_pop .step2 .re_bottom a.is_ok {
5575
  background: #00b38a;
5576
  background: #9eea6a;
5576 5577
  color: #fff;
5577 5578
  border-radius: 3px;
5578 5579
}
@ -5603,7 +5604,7 @@ body {
5603 5604
  margin-top: 0;
5604 5605
}
5605 5606
.no_position p a {
5606
  color: #00b38a;
5607
  color: #9eea6a;
5607 5608
  font-size: 16px;
5608 5609
}
5609 5610
.promote-tips {
@ -5620,10 +5621,10 @@ body {
5620 5621
  color: #999;
5621 5622
}
5622 5623
.promote-tips .left-num {
5623
  color: #00b38a;
5624
  color: #9eea6a;
5624 5625
}
5625 5626
.promote-tips .to-plus {
5626
  color: #00b38a;
5627
  color: #9eea6a;
5627 5628
  text-decoration: underline;
5628 5629
}
5629 5630
.singleline {
@ -5642,11 +5643,30 @@ body {
5642 5643
}
5643 5644
#global-searchbox-tail .LG-chat-remain-times .num,
5644 5645
#global-searchbox-tail .LG-chat-remain-times .link {
5645
  color: #00b38a;
5646
  color: #9eea6a;
5646 5647
}
5647 5648
#global-searchbox-tail .LG-chat-remain-times .link {
5648 5649
  text-decoration: underline;
5649 5650
}
5650 5651
#global-searchbox-tail .LG-chat-remain-times.center {
5651 5652
  line-height: 45px;
5653
}
5654
.repoMore{display:inline-block;
5655
	width:24px;height:10px;
5656
	margin-left:20px;
5657
	background-image:url(../images/chat-btton-more.png);
5658
	background-size:cover;
5659
}
5660
#report {
5661
	box-shadow: 1px 1px 10px 1px #e5e5e5;
5662
	background: #FFFFFF;
5663
	   position: absolute;
5664
    top: 36px;
5665
    left:48px;
5666
    width: 100px;
5667
    height: 35px;
5668
    border: 1px solid #d5dadf;
5669
    text-align: center;
5670
    cursor: pointer;
5671
    display:none;
5652 5672
}

+ 5 - 15
css/parent.base_765a49a.css

@ -126,10 +126,10 @@ dt,
126 126
dd {
127 127
  margin: 0;
128 128
}
129
::selection {
130
  color: #ffffff;
131
  background-color: #00b38a;
132
}
129
/*::selection {
130
  color: #ffffff;
131
  background-color: #00b38a;
132
}*/
133 133
::-moz-focus-inner {
134 134
  border: 0;
135 135
}
@ -3756,14 +3756,4 @@ body {
3756 3756
    margin-right: -661px;
3757 3757
  }
3758 3758
}
3759
#report {
3760
	   position: absolute;
3761
    top: 36px;
3762
    left: 15px;
3763
    width: 100px;
3764
    height: 35px;
3765
    border: 1px solid #d5dadf;
3766
    text-align: center;
3767
    cursor: pointer;
3768
    display:none;
3769
}
3759

BIN
images/backup.png


BIN
images/back.png


+ 12 - 7
js/tidings.js

@ -1,4 +1,6 @@
1 1
$(document).ready(function() {
2
	$(".onlogin .headnavbtn li.mymessage").addClass("navcurrent");
3

2 4
	loginStatus(); //判断个人是否登录
3 5
	$("#feedback").hide();
4 6
	var professorId = GetQueryString("id");
@ -23,7 +25,7 @@ $(document).ready(function() {
23 25
			for(var i = 0; i < $(".list_body").find('.list_item').length; i++) {
24 26
				if($(".list_body").find('.list_item').eq(i).attr('data-id') == $info.sender) {
25 27
					fol = false;
26
					$(".list_body").find('.list_item .last_news').eq(i).text($info.cnt);
28
					$(".list_body").find('.list_item .last_news').eq(i).html(($info.cnt).replace(/\n/g,"<br />"));
27 29
					$(".list_body").find('.list_item .time').eq(i).text(commenTime($info.sendTime));
28 30
					if($('.chat_content_nodata').css('display') == "none") {
29 31
						if($(".list_body").find('.list_item .user_name').eq(i).text() == $(".usepro .user_name").text()) {
@ -42,7 +44,7 @@ $(document).ready(function() {
42 44
								'</div>' +
43 45
								'<div class="item_content fl">' +
44 46
								'<em class="is_readed"></em>' +
45
								'<div class="bubble message C_end">' + $info.cnt + '</div>' +
47
								'<div class="bubble message C_end">' + ($info.cnt).replace(/\n/g,"<br />") + '</div>' +
46 48
								'</div>' +
47 49
								'</div>' +
48 50
								'</div>'
@ -84,7 +86,7 @@ $(document).ready(function() {
84 86
					'<div class="user_infos">' +
85 87
					'<span class="user_name"> </span><em class="authiconNew"></em>' +
86 88
					'</div>' +
87
					'<span class="time">' + commenTime($info.sendTime) + '</span><span class="last_news">' + $info.cnt + '</span>' +
89
					'<span class="time">' + commenTime($info.sendTime) + '</span><span class="last_news">' + ($info.cnt).replace(/\n/g,"<br />") + '</span>' +
88 90
					'</div>' +
89 91
					'</div>'
90 92
				var $str = $(ostr);
@ -117,6 +119,7 @@ $(document).ready(function() {
117 119
				both: true
118 120
			},
119 121
			"success": function(data) {
122
				console.log(data)
120 123
				if(data.success) {
121 124
					$(".chat_body_list").html("")
122 125
					var $data = data.data;
@ -155,7 +158,7 @@ $(document).ready(function() {
155 158
								'</div>' +
156 159
								'<div class="item_content ' + flo + '">' +
157 160
								wei +
158
								'<div class="bubble message ' + fCo + '">' + $data[i].cnt + '</div>' +
161
								'<div class="bubble message ' + fCo + '">' + ($data[i].cnt).replace(/\n/g,"<br />") + '</div>' +
159 162
								'</div>' +
160 163
								'</div>' +
161 164
								'</div>'
@ -242,7 +245,7 @@ $(document).ready(function() {
242 245
				'<div class="user_infos">' +
243 246
				'<span class="user_name"> </span><em class="authiconNew"></em>' +
244 247
				'</div>' +
245
				'<span class="time">' + commenTime($data[i].timeStr) + '</span><span class="last_news">' + $data[i].cnt + '</span>' +
248
				'<span class="time">' + commenTime($data[i].timeStr) + '</span><span class="last_news">' + ($data[i].cnt).replace(/\n/g,"<br />") + '</span>' +
246 249
				'</div>' +
247 250
				'</div>'
248 251
			var $str = $(ostr);
@ -404,7 +407,7 @@ $(document).ready(function() {
404 407
						'</div>' +
405 408
						'<div class="item_content fr">' +
406 409
						'<em class="is_readed"></em>' +
407
						'<div class="bubble message B_end">' + $(".messContent").val() + '</div>' +
410
						'<div class="bubble message B_end">' + $(".messContent").val().replace(/\n/g,"<br />") + '</div>' +
408 411
						'</div>' +
409 412
						'</div>' +
410 413
						'</div>'
@ -564,6 +567,7 @@ $(document).ready(function() {
564 567
			"success": function(data) {
565 568
				if(data.success) {
566 569
					$(this).remove();
570
					
567 571
				}
568 572
			},
569 573
			"error": function() {
@ -575,6 +579,7 @@ $(document).ready(function() {
575 579
		$("#report").toggle();
576 580
	})
577 581
	$("#report").on("click",function(){
582
		$(".cBacktit>span").text("举报")
578 583
		$(".correctCon")[0].placeholder="请具体说明举报对方的原因,以便我们为您快速解决";
579 584
		$("#correctBlock").fadeToggle();
580 585
		$(this).hide();
@ -583,7 +588,7 @@ $(document).ready(function() {
583 588
	$(".correctSubmit").on("click",function(){
584 589
		var cntCon=$(this).siblings(".correctCon").val();
585 590
		if(cntCon.length>500){
586
			$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
591
			$.MsgBox.Alert('提示', '举报内容不得超过500个字');
587 592
			return;
588 593
		}else{
589 594
			$.ajax({

+ 8 - 6
tidings.html

@ -10,7 +10,7 @@
10 10
<link type="text/css" href="css/common.css" rel="stylesheet">
11 11
<link type="text/css" href="css/genindex.css" rel="stylesheet">
12 12
<link rel="stylesheet" type="text/css" href="./css/main.html_aio_eb0d518.css">
13
<link rel="stylesheet" type="text/css" href="./css/parent.base_765a49a.css">
13
<!--<link rel="stylesheet" type="text/css" href="./css/parent.base_765a49a.css">-->
14 14
<script type="text/javascript" src="js/jquery-1.11.1.js"></script>
15 15
</head>
16 16
<body>
@ -23,7 +23,8 @@
23 23
              	<div class="list_title">消息列表</div>
24 24
				<div class="list_body" tabindex="0" style="overflow: hidden; outline: none;">
25 25
				</div>
26
			</div>                            <!-- 聊天右侧显示区域 -->
26
			</div>
27
			<!-- 聊天右侧显示区域 -->
27 28
			<div class="chat_content" style="display:none;">
28 29
				<div class="chat_content_head">
29 30
					<div class="head_info">
@ -39,12 +40,12 @@
39 40
									<span class="user_name"></span>
40 41
									<em class="authiconNew " ></em>
41 42
								</span>
42
								<span class="chating_resume_status ellipsisSty" style="display:block;margin-top:5px;">
43
								<span class="chating_resume_status ellipsisSty" style="display:block;margin-top:6px;font-size:14px;">
43 44
									
44 45
								</span>
45 46
							</span>
46 47
							<span class="right">
47
								<a id="cUserPage" target="_blank" title="查看对方资料">查看对方资料</a><a href="javascript:void(0)" id="repo">...</a>
48
								<a id="cUserPage" target="_blank" title="查看对方资料">查看对方资料</a><a class="repoMore" href="javascript:void(0)" id="repo"></a>
48 49
								<span id="report" style=" line-height: 35px;">举报</span>
49 50
							</span>
50 51
					</div>
@ -63,14 +64,15 @@
63 64
					<div class="edit_area">
64 65
						<div class="input_area"  id="editeBox">
65 66
							<textarea class="messContent" maxlength="1000"></textarea>
66
								<div><input type="button" class="btnModel " value="发送" disabled /></div>
67
							<div><input type="button" class="btnModel " value="发送" disabled /></div>
67 68
						</div>
69
							
68 70
					</div>
69 71
				</div>
70 72
				
71 73
			</div>
72 74
		<div class="chat_content_nodata">
73
					<p>有趣的灵魂终究会相遇</p>
75
					<p>暂无消息</p>
74 76
				</div>
75 77
        </div>
76 78
    </div>