<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <link rel = "stylesheet" type="text/css" href = "./assets/datetimepicker/css/bootstrap-datetimepicker.css" / > <style> #ipt::after { content: "222"; display: block; width: 5px; height: 8px; color: red; outline: none; } * { box-sizing: border-box; } #box { width: 600px; margin: 0 auto; padding: 35px; } #box2 { height: 350px; border: 1px solid #ccc; overflow-y: auto; padding: 30px; } #box2 p { margin: 0 auto; text-align: center; } #top_nav { position: fixed; top: 5px; left: 50%; width: 200px; margin-left: -100px; } input.datetimepicker { margin-top: 10px; outline: none; border: 1px solid #ccc; } </style>
【관련 영상 추천: 부트스트랩 튜토리얼】
위 내용은 부트스트랩의 시간 제어 정보의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!