|
|
@@ -275,7 +275,7 @@ textarea {
|
|
|
display: grid;
|
|
|
grid-template-columns: 1.15fr 0.85fr;
|
|
|
gap: 24px;
|
|
|
- padding: 44px 0 26px;
|
|
|
+ padding: 28px 0 18px;
|
|
|
}
|
|
|
|
|
|
.card {
|
|
|
@@ -286,7 +286,7 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.hero__main {
|
|
|
- padding: 36px;
|
|
|
+ padding: 28px;
|
|
|
}
|
|
|
|
|
|
.eyebrow {
|
|
|
@@ -301,7 +301,7 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.hero h1 {
|
|
|
- margin: 18px 0 14px;
|
|
|
+ margin: 14px 0 12px;
|
|
|
font-size: clamp(2.2rem, 5vw, 4.3rem);
|
|
|
line-height: 1.05;
|
|
|
}
|
|
|
@@ -309,15 +309,15 @@ textarea {
|
|
|
.hero p {
|
|
|
margin: 0;
|
|
|
color: var(--muted);
|
|
|
- font-size: 1.03rem;
|
|
|
- line-height: 1.75;
|
|
|
+ font-size: 0.98rem;
|
|
|
+ line-height: 1.68;
|
|
|
}
|
|
|
|
|
|
.hero__actions {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
gap: 12px;
|
|
|
- margin-top: 28px;
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
.button {
|
|
|
@@ -610,6 +610,7 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.library-shell {
|
|
|
+ margin-top: 44px;
|
|
|
padding: 22px;
|
|
|
border-radius: 32px;
|
|
|
margin-bottom: 40px;
|
|
|
@@ -1079,17 +1080,24 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.agents-shell--compact {
|
|
|
+ margin-top: 44px;
|
|
|
padding: 20px 22px 24px;
|
|
|
}
|
|
|
|
|
|
.agents-monitor-top {
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
+ align-items: flex-start;
|
|
|
justify-content: space-between;
|
|
|
gap: 16px;
|
|
|
margin-bottom: 14px;
|
|
|
}
|
|
|
|
|
|
+.agents-monitor-controls {
|
|
|
+ display: grid;
|
|
|
+ justify-items: end;
|
|
|
+ gap: 12px;
|
|
|
+}
|
|
|
+
|
|
|
.agents-monitor-source {
|
|
|
display: grid;
|
|
|
gap: 6px;
|
|
|
@@ -1104,24 +1112,50 @@ textarea {
|
|
|
font-size: 0.92rem;
|
|
|
}
|
|
|
|
|
|
-.agents-monitor-strip {
|
|
|
+.agents-monitor-summary {
|
|
|
display: grid;
|
|
|
- grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
|
+ grid-template-columns: repeat(5, minmax(72px, auto));
|
|
|
gap: 10px;
|
|
|
- margin-bottom: 16px;
|
|
|
}
|
|
|
|
|
|
-.agents-monitor-strip__item {
|
|
|
- min-height: 52px;
|
|
|
- padding: 0 16px;
|
|
|
+.agents-monitor-summary__item {
|
|
|
+ min-height: 58px;
|
|
|
+ min-width: 84px;
|
|
|
+ padding: 8px 14px;
|
|
|
border: 1px solid var(--line);
|
|
|
border-radius: 16px;
|
|
|
background: rgba(255, 250, 243, 0.82);
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- color: #5f544b;
|
|
|
- font-weight: 600;
|
|
|
+ display: grid;
|
|
|
+ align-content: center;
|
|
|
+ justify-items: center;
|
|
|
+ gap: 4px;
|
|
|
+ color: #6d6056;
|
|
|
+}
|
|
|
+
|
|
|
+.agents-monitor-summary__item strong {
|
|
|
+ font-size: 1.08rem;
|
|
|
+ line-height: 1;
|
|
|
+ color: #2d241f;
|
|
|
+}
|
|
|
+
|
|
|
+.agents-monitor-summary__item span {
|
|
|
+ font-size: 0.82rem;
|
|
|
+}
|
|
|
+
|
|
|
+.agents-monitor-summary__item--working strong {
|
|
|
+ color: #4f8552;
|
|
|
+}
|
|
|
+
|
|
|
+.agents-monitor-summary__item--idle strong {
|
|
|
+ color: #8a6f39;
|
|
|
+}
|
|
|
+
|
|
|
+.agents-monitor-summary__item--warning strong {
|
|
|
+ color: #b26f20;
|
|
|
+}
|
|
|
+
|
|
|
+.agents-monitor-summary__item--offline strong {
|
|
|
+ color: #b45a49;
|
|
|
}
|
|
|
|
|
|
.agents-worklist {
|
|
|
@@ -1694,8 +1728,10 @@ textarea {
|
|
|
|
|
|
.chat-wechat-shell {
|
|
|
width: 100%;
|
|
|
+ margin-top: 44px;
|
|
|
min-height: 0;
|
|
|
- height: 100%;
|
|
|
+ min-height: calc(100vh - 210px);
|
|
|
+ height: calc(100vh - 210px);
|
|
|
border-radius: 30px;
|
|
|
overflow: hidden;
|
|
|
border: 1px solid rgba(255, 255, 255, 0.72);
|
|
|
@@ -2282,8 +2318,12 @@ textarea {
|
|
|
align-items: stretch;
|
|
|
}
|
|
|
|
|
|
- .agents-monitor-strip {
|
|
|
- grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
+ .agents-monitor-controls {
|
|
|
+ justify-items: stretch;
|
|
|
+ }
|
|
|
+
|
|
|
+ .agents-monitor-summary {
|
|
|
+ grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
|
}
|
|
|
|
|
|
.agents-worklist {
|
|
|
@@ -2532,6 +2572,7 @@ textarea {
|
|
|
|
|
|
.chat-wechat-shell {
|
|
|
width: 100%;
|
|
|
+ margin-top: 0;
|
|
|
min-height: 0;
|
|
|
height: 100%;
|
|
|
border-radius: 0;
|
|
|
@@ -2740,7 +2781,7 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.site-header__inner {
|
|
|
- padding: 12px 0;
|
|
|
+ padding: 10px 0;
|
|
|
}
|
|
|
|
|
|
.site-drawer,
|
|
|
@@ -2767,9 +2808,15 @@ textarea {
|
|
|
color: #241c16;
|
|
|
}
|
|
|
|
|
|
+ .site-brand__tag {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
.site-menu-button {
|
|
|
border-color: rgba(60, 42, 27, 0.14);
|
|
|
background: #fff8f0;
|
|
|
+ width: 58px;
|
|
|
+ height: 58px;
|
|
|
}
|
|
|
|
|
|
.hero {
|
|
|
@@ -2777,6 +2824,12 @@ textarea {
|
|
|
gap: 16px;
|
|
|
}
|
|
|
|
|
|
+ .library-shell,
|
|
|
+ .agents-shell--compact,
|
|
|
+ .chat-wechat-shell {
|
|
|
+ margin-top: 18px;
|
|
|
+ }
|
|
|
+
|
|
|
.hero__main,
|
|
|
.section-card,
|
|
|
.library-shell,
|
|
|
@@ -2820,8 +2873,12 @@ textarea {
|
|
|
grid-template-columns: 1fr;
|
|
|
}
|
|
|
|
|
|
- .agents-monitor-strip {
|
|
|
- grid-template-columns: 1fr;
|
|
|
+ .agents-monitor-summary {
|
|
|
+ grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
+ }
|
|
|
+
|
|
|
+ .agents-monitor-summary__item:first-child {
|
|
|
+ grid-column: span 2;
|
|
|
}
|
|
|
|
|
|
.agents-worklist {
|
|
|
@@ -3029,3 +3086,14 @@ textarea {
|
|
|
padding: 16px 16px 24px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+@media (max-width: 640px) {
|
|
|
+ .chat-wechat-page {
|
|
|
+ width: 100vw;
|
|
|
+ max-width: 100vw;
|
|
|
+ }
|
|
|
+
|
|
|
+ .chat-wechat-shell {
|
|
|
+ margin-top: 0 !important;
|
|
|
+ }
|
|
|
+}
|