Update biz_v.html
Browse files- biz_v.html +17 -0
biz_v.html
CHANGED
|
@@ -179,6 +179,23 @@
|
|
| 179 |
cursor: pointer;
|
| 180 |
border-radius: 3px;
|
| 181 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
</style>
|
| 183 |
</head>
|
| 184 |
<body>
|
|
|
|
| 179 |
cursor: pointer;
|
| 180 |
border-radius: 3px;
|
| 181 |
}
|
| 182 |
+
|
| 183 |
+
|
| 184 |
+
|
| 185 |
+
|
| 186 |
+
#dropdown {
|
| 187 |
+
width: 100%;
|
| 188 |
+
padding: 12px;
|
| 189 |
+
font-size: 16px;
|
| 190 |
+
border: 1px solid #ccc;
|
| 191 |
+
border-radius: 5px;
|
| 192 |
+
box-sizing: border-box;
|
| 193 |
+
margin-bottom: 20px;
|
| 194 |
+
}
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
|
| 199 |
</style>
|
| 200 |
</head>
|
| 201 |
<body>
|