fak111 commited on
Commit
2f83a1f
1 Parent(s): 1d4a7b8
Files changed (1) hide show
  1. css/test1.css +68 -0
css/test1.css ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .gradio-container.gradio-container-4-44-0.svelte-wpkpf6.app{
2
+
3
+ /* /* background-image:url('https://images.unsplash.com/photo-1577563908411-5077b6dc7624?ixlib=rb-4.0.3&q=85&fm=jpg&crop=entropy&cs=srgb&dl=volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg&w=2400'); */
4
+ background-image:url('https://github.com/InternLM/MindSearch/blob/main/frontend/React/src/assets/background.png?raw=true');
5
+ background-size:cover; /*整张图片覆盖页面*/
6
+ background-position: center;
7
+ background-repeat:no-repeat;
8
+ background-color:#f9fafb;
9
+ }
10
+
11
+ .logo{
12
+ width: 200px;
13
+ }
14
+ .chatbot-container {
15
+ height: auto;
16
+ max-height: 600px; /* Maximum height for chatbots */
17
+ overflow-y: auto;
18
+ }
19
+
20
+ /* Style the main chat bar container */
21
+ .chat-box {
22
+ background-color: #f9fafb;
23
+ border-radius: 8px;
24
+ padding: 10px;
25
+ display: flex;
26
+ align-items: center;
27
+ }
28
+
29
+ /* Style the text input area */
30
+ .editor {
31
+ border: none;
32
+ background-color: transparent;
33
+ padding: 5px;
34
+ width: 100%;
35
+ font-size: 16px;
36
+ flex: 9; /* Allow the input to grow */
37
+ }
38
+
39
+
40
+
41
+ .toolbarButton {
42
+ padding: 5px 10px; /* Reduce padding to make buttons smaller */
43
+ font-size: 14px; /* Adjust font size if needed */
44
+ margin-left: 10px; /* Add spacing between buttons */
45
+ }
46
+
47
+ .examples-container {
48
+ margin-top: 2px; /* Reduced margin */
49
+ }
50
+ .flex-wrap.user.svelte-1e1jlin.svelte-1e1jlin.svelte-1e1jlin{
51
+ background-color:#93c5fd;
52
+ }
53
+ #component-10{
54
+ color:#f9fafb;
55
+ gap: 0px;
56
+ }
57
+ #component-16{
58
+ gap: 0px;
59
+ }
60
+ #component-9{
61
+ color: #f9fafb;
62
+ }
63
+ #component-1{
64
+ color:#f9fafb;
65
+ }
66
+ .gradio-app.gradio-container.gradio-container-4-44-0.contain.chat-box{
67
+ background-color:#f9fafb;
68
+ }