Najnowsze tutoriale tworzenie stron internetowych
 

W3.CSS Wkład


Formularz wejściowy










Top Etykiety

Formularz wejściowy

Przykład

<form class="w3-container">

<label>First Name</label>
<input class="w3-input" type="text">

<label>Last Namel</label>
<input class="w3-input" type="text">

</form>
Spróbuj sam "

Spód Etykiety

Formularz wejściowy

Przykład

<form class="w3-container">

<input class="w3-input" type="text">
<label>First Name</label>

<input class="w3-input" type="text">
<label>Last Name</label>

</form>
Spróbuj sam "

Karty wejściowe

nagłówek


Przykład

<div class="w3-card-4">

<div class="w3-container w3-green">
  <h2>Header</h2>
</div>

<form class="w3-container">

<label class="w3-label">First Name</label>
<input class="w3-input" type="text">

<label class="w3-label">Last Name</label>
<input class="w3-input" type="text">

</form>

</div>
Spróbuj sam "

zielone Etykiety

Etykiety z class = "w3-label" są zielone domyślnie:


Przykład

<form class="w3-container">

<label class="w3-label">First Name</label>
<input class="w3-input" type="text">

<label class="w3-label">Last Name</label>
<input class="w3-input" type="text">

</form>
Spróbuj sam "

Members Etykiety

etykiety potwierdzające są czerwone, a zaświeci się na zielono, gdy wejście staje się ważna.

Aby etykiet potwierdzających, dodać klasę w3-potwierdź klasy W3-label.


Przykład

<form class="w3-container">

<input class="w3-input" type="text" required>
<label class="w3-label w3-validate">First Name</label>

<input class="w3-input" type="text" required>
<label class="w3-label w3-validate">Last Name</label>

<input class="w3-input" type="email" required>
<label class="w3-label w3-validate">Email</label>

</form>
Spróbuj sam "

kolorowych etykiet

Użyj dowolnej klasy W3-text-kolor do koloru etykiety:

Zarejestrować

Przykład

<form class="w3-container">

<label class="w3-label w3-text-blue"><b>First Name</b></label>
<input class="w3-input w3-border" type="text">
 
<label class="w3-label w3-text-blue"><b>Last Name</b></label>
<input class="w3-input w3-border" type="text">

<button class="w3-btn w3-blue">Register</button>
 
</form>
Spróbuj sam "

graniczy wejściowe

Dodaj klasę w3 granicznego stworzyć wejść graniczy:


Przykład

<input class="w3-input w3-border" type="text">
Spróbuj sam "

zaokrąglone krawędzie

Użyj dowolnej klasy w3 rundy tworzyć granice zaokrąglone:


Przykład

<input class="w3-input w3-border w3-round" type="text">

<input class="w3-input w3-border w3-round-large" type="text">
Spróbuj sam "

Wejście bez obramowania

Klasa w3-wejściowy ma dolną granicę domyślnie. Jeśli chcesz wejście obramowania, dodać klasę w3-border-0:


Przykład

<form class="w3-container w3-light-grey">
  <label>First Name</label>
  <input class="w3-input w3-border-0" type="text">

  <label>Last Name</label>
  <input class="w3-input w3-border-0" type="text">
</form>
Spróbuj sam "

Zabarwienie

Zapraszam do korzystania swoje ulubione style i kolory:

Formularz wejściowy

Zarejestrować

Przykład

<div class="w3-container w3-teal">
  <h2>Input Form</h2>
</div>

<form class="w3-container">
  <label class="w3-label w3-text-teal"><b>First Name</b></label>
  <input class="w3-input w3-border w3-light-grey" type="text">

  <label class="w3-label w3-text-teal"><b>Last Name</b></label>
  <input class="w3-input w3-border w3-light-grey" type="text">

  <button class="w3-btn w3-blue-grey">Register</button>
</form>
Spróbuj sam "

wejścia Hoverable

Klasy kolor W3-hover- dodaje kolor tła na polu wprowadzania na myszy-Over:

Przykład

<input class="w3-input w3-hover-green" type="text">
<input class="w3-input w3-border w3-hover-red" type="text">
<input class="w3-input w3-border w3-hover-blue" type="text">
Spróbuj sam "

animowane Wejścia

Klasa w3-animate-wejściowy zmienia szerokość pola wejściowego do 100%, gdy robi się skupić:

Przykład

<input class="w3-input w3-animate-input" type="text" style="width:30%">
Spróbuj sam "

Pola wyboru

Przykład

<input class="w3-check" type="checkbox" checked="checked">
<label class="w3-validate">Milk</label>

<input class="w3-check" type="checkbox">
<label class="w3-validate">Sugar</label>

<input class="w3-check" type="checkbox" disabled>
<label class="w3-validate">Lemon (Disabled)</label>
Spróbuj sam "

Przyciski radiowe

Przykład

<input class="w3-radio" type="radio" name="gender" value="male" checked>
<label class="w3-validate">Male</label>

<input class="w3-radio" type="radio" name="gender" value="female">
<label class="w3-validate">Female</label>

<input class="w3-radio" type="radio" name="gender" value="" disabled>
<label class="w3-validate">Don't know (Disabled)</label>
Spróbuj sam "

Wybierz opcje

Przykład

<select class="w3-select" name="option">
  <option value="" disabled selected>Choose your option</option>
  <option value="1">Option 1</option>
  <option value="2">Option 2</option>
  <option value="3">Option 3</option>
</select>
Spróbuj sam "

Graniczy Wybierz Menu

Przykład

<select class="w3-select w3-border" name="option">
Spróbuj sam "

Elementy Formularz w siatce

W tym przykładzie używamy Responsive sieciowi W3.CSS 'aby wejść pojawiają się na tej samej linii (na mniejszych ekranach, będą układać poziomo 100% szerokości). Dowiesz się więcej o tym później.

Przykład

<div class="w3-row-padding">
  <div class="w3-third">
    <input class="w3-input w3-border" type="text" placeholder="One">
  </div>
  <div class="w3-third">
    <input class="w3-input w3-border" type="text" placeholder="Two">
  </div>
  <div class="w3-third">
    <input class="w3-input w3-border" type="text" placeholder="Three">
  </div>
</div>
Spróbuj sam "

Dwa układ kolumn z etykietami:

Przykład

<div class="w3-row-padding">
  <div class="w3-half">
    <label>First Name</label>
    <input class="w3-input w3-border" type="text" placeholder="Two">
  </div>
  <div class="w3-half">
    <label>Last Name</label>
    <input class="w3-input w3-border" type="text" placeholder="Three">
  </div>
</div>
Spróbuj sam "