Ver Fonte

微调样式

Ryuiso há 1 ano atrás
pai
commit
c28e579e9d
3 ficheiros alterados com 10 adições e 6 exclusões
  1. 7 3
      app/components/chat.module.scss
  2. 2 2
      app/components/chat.tsx
  3. 1 1
      app/styles/window.scss

+ 7 - 3
app/components/chat.module.scss

@@ -517,11 +517,11 @@
   box-shadow: var(--card-shadow);
 
   // 背景
-  background: rgba(255, 255, 255, 0.2);
+  background: rgba(155, 155, 255, 0.2);
   // 背景模糊程度
   backdrop-filter: blur(2px);
   // 下方线条
-  border-top: 1px solid rgba(255, 255, 255, 0.5);
+  border-top: 1px solid rgba(55, 155, 255, 0.5);
 
   .chat-input-actions {
     .chat-input-action {
@@ -606,7 +606,11 @@
   border-radius: 10px;
   border: none;
   box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.03);
-  background-color: var(--white);
+  //background-color: var(--white);
+      // 背景
+  background: rgba(255, 255, 255, 0.2);
+  // 背景模糊程度
+  backdrop-filter: blur(10px);
   color: var(--black);
   font-family: inherit;
   padding: 10px 90px 10px 14px;

+ 2 - 2
app/components/chat.tsx

@@ -203,8 +203,8 @@ const CallWord = (props: {
       text: '企业的工资水平怎么样?',
     },
     {
-      title: '人才计划',
-      text: '企业有什么人才培养计划?',
+      title: '职业发展',
+      text: '企业有什么人才培养和培训计划?',
     },
     {
       title: '落户政策',

+ 1 - 1
app/styles/window.scss

@@ -10,7 +10,7 @@
   // 背景模糊程度
   backdrop-filter: blur(2px);
   // 上方线条
-  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
+  border-bottom: 1px solid rgba(55, 155, 255, 0.5);
 }
 
 .window-header-title {