Commit 16ee96d4 by doszhang

dos

parent 86586d58
......@@ -94,4 +94,5 @@ input[name=business] {
.page1 .num .numbig {
font-size: 40px;
font-weight: bolder;
}
\ No newline at end of file
......@@ -46,7 +46,7 @@ if ($('div').length > 0) {
$('.page1').show();
$('input[name=name]').attr('placeholder', '姓名');
$('input[name=business]').attr('placeholder', '业务号');
$('.page1 .num').html('已有<span class="numbig">' + window.num + '</span>人发起承诺');
$('.page1 .num').html('已有 <span class="numbig">' + window.num + '</span> 人发起承诺');
preloadimages(preloadImageList, function () {}, function (progress) {});
$(document).ready(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