7개의 버튼 색상 속성이 있습니다: 1. "btn-info"; 3. "btn-warning"; 5. "btn-danger"; , "btn-역"; 7. "btn-기본".
이 튜토리얼의 운영 환경: Windows 7 시스템, 부트스트랩 버전 3.3.7, DELL G3 컴퓨터
bootstrap 버튼 색상 속성에는 7가지 유형이 있습니다.
Bootstrap에서 아래 나열된 클래스를 사용할 수 있습니다. 미리 정의된 스타일로 하나의 버튼을 빠르게 생성합니다.
<!-- Standard button --> <button type="button" class="btn btn-default">(默认样式)Default</button> <!-- Provides extra visual weight and identifies the primary action in a set of buttons --> <button type="button" class="btn btn-primary">(首选项)Primary</button> <!-- Indicates a successful or positive action --> <button type="button" class="btn btn-success">(成功)Success</button> <!-- Contextual button for informational alert messages --> <button type="button" class="btn btn-info">(一般信息)Info</button> <!-- Indicates caution should be taken with this action --> <button type="button" class="btn btn-warning">(警告)Warning</button> <!-- Indicates a dangerous or potentially negative action --> <button type="button" class="btn btn-danger">(危险)Danger</button> <!-- Deemphasize a button by making it look like a link while maintaining button behavior --> <button type="button" class="btn btn-link">(链接)Link</button>
추천 학습: "부트스트랩 사용 튜토리얼"
위 내용은 부트스트랩 버튼에는 여러 가지 색상 속성이 있습니다.의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!