mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
306216dbe5
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM> Co-authored-by: crazywoola <427733928@qq.com>
19 lines
222 B
CSS
19 lines
222 B
CSS
body {
|
|
background-color: #f2f2f2;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
h2 {
|
|
color: #333;
|
|
}
|
|
|
|
label {
|
|
display: block;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
input[type="text"] {
|
|
width: 280px;
|
|
padding: 6px;
|
|
} |