Authored by lijing

按钮

130 KB | W: | H:

151 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -540,8 +540,8 @@
}
votedNum = data.data ? data.data.length : 0;
if (votedNum > 0) {
$("#float_bottom").hide();
$("#vote_bottom").hide();
$("#float_bottom").find("img").attr("src","images/bg_333.jpg");
$("#vote_bottom").find("img").attr("src","images/bg_333.jpg");
}
$(data.data).each(function(index, item) {
$("div[id='"+ item.voteItemId +"']").addClass("vote_click");
... ... @@ -692,8 +692,8 @@
return;
} else {
diaCover("投票成功");
$("#float_bottom").hide();
$("#vote_bottom").hide();
$("#float_bottom").find("img").attr("src","images/bg_333.jpg");
$("#vote_bottom").find("img").attr("src","images/bg_333.jpg");
}
}, "json");
... ...

43.5 KB | W: | H:

181 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

28 KB | W: | H:

237 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

31.7 KB | W: | H:

32.7 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

13.7 KB | W: | H:

14.1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

13.7 KB | W: | H:

14.1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

52.4 KB | W: | H:

53.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

142 KB | W: | H:

242 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

141 KB | W: | H:

232 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

140 KB | W: | H:

249 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

143 KB | W: | H:

233 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

140 KB | W: | H:

229 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

143 KB | W: | H:

222 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

143 KB | W: | H:

208 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

3.94 KB | W: | H:

7.77 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

6.44 KB | W: | H:

11.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

4.02 KB | W: | H:

5.09 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -52,6 +52,9 @@ img{
/*text-align: center;*/
cursor: pointer;
}
.voted_button{
background: url("images/voted.jpg") 0 0 no-repeat;
}
.diaCover-p{
position: fixed;
background: black;
... ... @@ -283,7 +286,7 @@ img{
}
votedNum = data.data ? data.data.length : 0;
if (votedNum > 0) {
$(".vote_button").hide();
$(".vote_button").addClass("voted_button");
}
$(data.data).each(function(index, item) {
$("div[id='"+ item.voteItemId +"']").addClass("vote_click");
... ...