DmitrMakeev
commited on
Commit
•
772c6d6
1
Parent(s):
a31b49e
Update biz_v.html
Browse files- biz_v.html +12 -3
biz_v.html
CHANGED
@@ -24,7 +24,8 @@
|
|
24 |
}
|
25 |
.form-group {
|
26 |
margin: 20px auto;
|
27 |
-
width:
|
|
|
28 |
text-align: left;
|
29 |
}
|
30 |
.form-group label {
|
@@ -35,7 +36,7 @@
|
|
35 |
.form-group input,
|
36 |
.form-group select {
|
37 |
width: 100%;
|
38 |
-
padding:
|
39 |
font-size: 16px;
|
40 |
border: 1px solid #ccc;
|
41 |
border-radius: 5px;
|
@@ -49,7 +50,7 @@
|
|
49 |
background-color: #4CAF50;
|
50 |
border: none;
|
51 |
cursor: pointer;
|
52 |
-
padding:
|
53 |
font-size: 16px;
|
54 |
border-radius: 5px;
|
55 |
transition: background-color 0.3s ease;
|
@@ -60,6 +61,14 @@
|
|
60 |
#dropdown-container {
|
61 |
margin-top: 20px;
|
62 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
</style>
|
64 |
</head>
|
65 |
<body>
|
|
|
24 |
}
|
25 |
.form-group {
|
26 |
margin: 20px auto;
|
27 |
+
width: 100%;
|
28 |
+
max-width: 400px; /* Устанавливаем максимальную ширину */
|
29 |
text-align: left;
|
30 |
}
|
31 |
.form-group label {
|
|
|
36 |
.form-group input,
|
37 |
.form-group select {
|
38 |
width: 100%;
|
39 |
+
padding: 12px; /* Увеличиваем внутренний отступ */
|
40 |
font-size: 16px;
|
41 |
border: 1px solid #ccc;
|
42 |
border-radius: 5px;
|
|
|
50 |
background-color: #4CAF50;
|
51 |
border: none;
|
52 |
cursor: pointer;
|
53 |
+
padding: 12px 24px; /* Увеличиваем внутренний отступ */
|
54 |
font-size: 16px;
|
55 |
border-radius: 5px;
|
56 |
transition: background-color 0.3s ease;
|
|
|
61 |
#dropdown-container {
|
62 |
margin-top: 20px;
|
63 |
}
|
64 |
+
#dropdown-container select {
|
65 |
+
width: 100%; /* Устанавливаем ширину выпадающего списка */
|
66 |
+
padding: 12px; /* Увеличиваем внутренний отступ */
|
67 |
+
font-size: 16px;
|
68 |
+
border: 1px solid #ccc;
|
69 |
+
border-radius: 5px;
|
70 |
+
box-sizing: border-box;
|
71 |
+
}
|
72 |
</style>
|
73 |
</head>
|
74 |
<body>
|