|
31 | 31 |
|
32 | 32 | .visitorFaceBox{
|
33 | 33 | position: absolute;
|
34 |
| - bottom: 105px; |
| 34 | + bottom: 85px; |
35 | 35 | }
|
36 | 36 | .visitorIconBtns{
|
37 | 37 | margin-right: 8px;
|
|
46 | 46 | bottom: 0px;
|
47 | 47 | z-index: 999;
|
48 | 48 | }
|
49 |
| -.imageBtn { |
50 |
| - width: 32px; |
51 |
| - height: 23px; |
52 |
| - overflow: hidden; |
53 |
| - display: inline-block; |
54 |
| - vertical-align: middle; |
55 |
| - position: relative; |
56 |
| - font-style: normal; |
57 |
| - color: #9da0a0; |
58 |
| - text-align: left; |
59 |
| - text-indent: -9999px; |
60 |
| - direction: ltr; |
61 |
| - border: 1px solid; |
62 |
| -} |
63 |
| -.imageBtn:before { |
64 |
| - content: ''; |
65 |
| - position: absolute; |
66 |
| - width: 17px; |
67 |
| - height: 16px; |
68 |
| - left: -2px; |
69 |
| - top: 10px; |
70 |
| - -webkit-transform: rotate(45deg); |
71 |
| - -moz-transform: rotate(45deg); |
72 |
| - -ms-transform: rotate(45deg); |
73 |
| - -o-transform: rotate(45deg); |
74 |
| - transform: rotate(45deg); |
75 |
| - box-shadow: inset 0 0 0 32px, 10px -6px 0 0; |
76 |
| -} |
77 |
| -.imageBtn:after { |
78 |
| - content: ''; |
79 |
| - -webkit-border-radius: 50%; |
80 |
| - -moz-border-radius: 50%; |
81 |
| - -o-border-radius: 50%; |
82 |
| - border-radius: 50%; |
83 |
| - position: absolute; |
84 |
| - width: 3px; |
85 |
| - height: 3px; |
86 |
| - box-shadow: inset 0 0 0 32px; |
87 |
| - top: 5px; |
88 |
| - right: 5px |
89 |
| -} |
90 |
| -.visitorFolderBtn{ |
91 |
| - float: left; |
92 |
| - margin-left: 20px; |
93 |
| -} |
94 |
| -.folderBtn { |
95 |
| - display: inline-block; |
96 |
| - background-color: transparent; |
97 |
| - overflow: hidden; |
98 |
| - font-size: 1px; |
99 |
| -} |
100 |
| -.folderBtn:before { |
101 |
| - content: ''; |
102 |
| - float: left; |
103 |
| - background-color: #9da0a0; |
104 |
| - width: 15px; |
105 |
| - height: 3px; |
106 |
| - margin-left: 2px; |
107 |
| - border-top-left-radius: 2px; |
108 |
| - border-top-right-radius: 2px; |
109 |
| - box-shadow: 2px 2px 0 0 #9da0a0; |
110 |
| -} |
111 |
| -.folderBtn:after { |
112 |
| - content: ''; |
113 |
| - float: left; |
114 |
| - clear: left; |
115 |
| - background-color: #d4d6d6; |
116 |
| - width: 33px; |
117 |
| - height: 22px; |
118 |
| - border-radius: 1px; |
119 |
| -} |
120 |
| -.visitorImageBtn{ |
121 |
| - float: left; |
122 |
| - margin-left: 20px; |
123 |
| - margin-top: 2px; |
124 |
| -} |
125 | 49 | .faceBox{
|
126 | 50 | width: 100%;
|
127 | 51 | background: #fff;
|
128 | 52 | z-index: 99999999;
|
129 | 53 | padding: 2px;
|
130 |
| - display: none; |
131 | 54 | }
|
132 | 55 | .faceBoxList{
|
133 | 56 | list-style: none;
|
|
262 | 185 | /*margin-bottom: 80px;*/
|
263 | 186 | }
|
264 | 187 | .chatVisitorPage{
|
265 |
| - height: calc(100% - 71px); |
| 188 | + height: calc(100% - 86px); |
266 | 189 | overflow-y: auto;
|
267 | 190 | }
|
268 | 191 | .chatVisitorPage .chatBox{
|
@@ -318,7 +241,7 @@ a{color: #07a9fe;text-decoration: none;}
|
318 | 241 | padding-top: 5px;
|
319 | 242 | background: #fff;
|
320 | 243 | width: 100%;
|
321 |
| - height: 65px; |
| 244 | + height: 80px; |
322 | 245 | z-index: 99;
|
323 | 246 | border-top: 1px solid #e4e4e4;
|
324 | 247 | }
|
@@ -439,14 +362,23 @@ a{color: #07a9fe;text-decoration: none;}
|
439 | 362 | .chatArticle{
|
440 | 363 | display: none;
|
441 | 364 | }
|
| 365 | +.visitorIconBox{ |
| 366 | + display: flex; |
| 367 | + align-items: center; |
| 368 | + color: rgb(126, 126, 126); |
| 369 | +} |
| 370 | +.visitorIconBox .iconBtn{ |
| 371 | + margin-right: 10px; |
| 372 | + cursor: pointer; |
| 373 | +} |
442 | 374 | @media screen and (min-width: 900px) {
|
443 | 375 | .chatCenter {
|
444 | 376 | max-height: 800px;
|
445 | 377 | box-shadow: 0 2px 8px rgba(0,0,0,.15);
|
446 | 378 | border-radius: 4px;
|
447 | 379 | }
|
448 | 380 | .chatVisitorPage {
|
449 |
| - height: calc(100% - 140px); |
| 381 | + height: calc(100% - 156px); |
450 | 382 | }
|
451 | 383 | .chatEntTitle{display: flex;}
|
452 | 384 | .chatEntTitleLogo {
|
|
0 commit comments