Authored by lijing

按钮

130 KB | W: | H:

151 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -540,8 +540,8 @@ @@ -540,8 +540,8 @@
540 } 540 }
541 votedNum = data.data ? data.data.length : 0; 541 votedNum = data.data ? data.data.length : 0;
542 if (votedNum > 0) { 542 if (votedNum > 0) {
543 - $("#float_bottom").hide();  
544 - $("#vote_bottom").hide(); 543 + $("#float_bottom").find("img").attr("src","images/bg_333.jpg");
  544 + $("#vote_bottom").find("img").attr("src","images/bg_333.jpg");
545 } 545 }
546 $(data.data).each(function(index, item) { 546 $(data.data).each(function(index, item) {
547 $("div[id='"+ item.voteItemId +"']").addClass("vote_click"); 547 $("div[id='"+ item.voteItemId +"']").addClass("vote_click");
@@ -692,8 +692,8 @@ @@ -692,8 +692,8 @@
692 return; 692 return;
693 } else { 693 } else {
694 diaCover("投票成功"); 694 diaCover("投票成功");
695 - $("#float_bottom").hide();  
696 - $("#vote_bottom").hide(); 695 + $("#float_bottom").find("img").attr("src","images/bg_333.jpg");
  696 + $("#vote_bottom").find("img").attr("src","images/bg_333.jpg");
697 } 697 }
698 698
699 }, "json"); 699 }, "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{ @@ -52,6 +52,9 @@ img{
52 /*text-align: center;*/ 52 /*text-align: center;*/
53 cursor: pointer; 53 cursor: pointer;
54 } 54 }
  55 +.voted_button{
  56 + background: url("images/voted.jpg") 0 0 no-repeat;
  57 +}
55 .diaCover-p{ 58 .diaCover-p{
56 position: fixed; 59 position: fixed;
57 background: black; 60 background: black;
@@ -283,7 +286,7 @@ img{ @@ -283,7 +286,7 @@ img{
283 } 286 }
284 votedNum = data.data ? data.data.length : 0; 287 votedNum = data.data ? data.data.length : 0;
285 if (votedNum > 0) { 288 if (votedNum > 0) {
286 - $(".vote_button").hide(); 289 + $(".vote_button").addClass("voted_button");
287 } 290 }
288 $(data.data).each(function(index, item) { 291 $(data.data).each(function(index, item) {
289 $("div[id='"+ item.voteItemId +"']").addClass("vote_click"); 292 $("div[id='"+ item.voteItemId +"']").addClass("vote_click");