Commit 718ed560 by doszhang

dos

parent a552538f
......@@ -32,6 +32,18 @@ body {
-webkit-backface-visibility: hidden;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
*zoom: 1;
}
input {
border: 0;
outline: none;
......
......@@ -80,7 +80,7 @@ let flag = [
];
var flagTemplate = $('.flag-frame').find('.flag-block').clone();
$('.flag-frame').html();
$('.flag-frame').html('').addClass('clearfix');
$(document).ready(function () {
$("input").on("blur", function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment