mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
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;
|
|
} |