真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

怎么用html+css+javascript實現(xiàn)浪漫煙花表白網(wǎng)頁

本篇內(nèi)容介紹了“怎么用html+css+javascript實現(xiàn)浪漫煙花表白網(wǎng)頁”的有關(guān)知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細閱讀,能夠?qū)W有所成!

從網(wǎng)站建設(shè)到定制行業(yè)解決方案,為提供成都做網(wǎng)站、網(wǎng)站建設(shè)服務(wù)體系,各種行業(yè)企業(yè)客戶提供網(wǎng)站建設(shè)解決方案,助力業(yè)務(wù)快速發(fā)展。成都創(chuàng)新互聯(lián)公司將不斷加快創(chuàng)新步伐,提供優(yōu)質(zhì)的建站服務(wù)。

HTML結(jié)構(gòu)代碼






forever love





*{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-box-sizing: border-box; box-sizing: border-box; }
html{ width: 100%; height: 100%; }
body{ max-width: 600px; margin: 0 auto; background: #0b3443; color: #f0f0f0;}
.share_img{ width: 0; height: 0; overflow: hidden; opacity: 0; }
.content{ padding: 80px 20px;}
.text_wrapper{ display: -webkit-box; display: flex; }
.text_wrapper .text{ padding-top: 20px; padding-left: 20px; }
.hide{ display: none !important; }
p{ margin: 0; }
.btn-groups{ padding-right: 20px; text-align: center; }
.heart-btn{ display: inline-block; animation: breath 0.8s linear 0s infinite both; -webkit-animation: breath 0.8s linear 0s infinite both; }
.btn{ position: relative; display: inline-block; width: 60px; height: 60px; margin: 0 30px; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.btn span{ display: block; width: 100%; height: 100%; line-height: 60px; margin-top: -10px; margin-left: -10px; text-align: center; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.btn-a{ background: #d26ae5; }
.btn-b{ background: #c9c9c9; }
.btn-a:before{ content: ''; position: absolute; display: block; width: 30px; height: 60px; background: #d26ae5; left: -29px; top: 0; border-top-left-radius: 60px; border-bottom-left-radius: 60px; }
.btn-a:after{ content: ''; position: absolute; display: block; width: 60px; height: 30px; background: #d26ae5; left: 0; top: -29px; border-top-left-radius: 60px; border-top-right-radius: 60px;}
.btn-b:before{ content: ''; position: absolute; display: block; width: 30px; height: 60px; background: #c9c9c9; left: -29px; top: 0; border-top-left-radius: 60px; border-bottom-left-radius: 60px; }
.btn-b:after{ content: ''; position: absolute; display: block; width: 60px; height: 30px; background: #c9c9c9; left: 0; top: -29px; border-top-left-radius: 60px; border-top-right-radius: 60px;}
.container{  }
.container .mask{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); }
.container .modal{ width: 80%; height: 160px; position: absolute; top: 50%; left: 50%; padding: 20px 15px; border-radius: 5px; transform: translate(-50%, -70%); -webkit-transform: translate(-50%,-70%); background: #f3f3f3;}
.container .modal p{ margin-top: 20px; margin-bottom: 20px; font-size: 16px; color: #353535; text-align: center;}
.confirm{ display: block; width: 120px; height: 40px; margin: 0 auto; border: none; font-size: 16px; border-radius: 5px; color: #ffffff; background: #f45cae; }
.type_words{ padding: 12px 20px; }
@keyframes {
  0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transform-origin: 50% 50%;
  }
  50%{
    transform: scale3d(1.02,1.02,1.02);
    -webkit-transform: scale3d(1.02,1.02,1.02);
    transform-origin: 50% 50%;
  }
  100%{
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transform-origin: 50% 50%;
  }
}

$(function() {
  $('#yes').click(function(event) {
    modal('我就知道小姐姐您一定會愿意的。(^_^)', function() {
      $('.page_one').addClass('hide');
      $('.page_two').removeClass('hide');
      // typeWrite();
      fireworks();
      
    });
  });
  $('#no').click(function(event) {
    modal('明人不說暗話!', A);
  });
});

function A() {
  modal('我喜歡你!', B);
}

function B() {
  modal('我知道你在等我這一句話', C);
}

function C() {
  modal('請您不要拒絕我', D);
}

function D() {
  modal('拒絕我,不存在的', E);
}

function E() {
  modal('這輩子都不可能讓你離開我', F);
}

function F() {
  modal('跟我走吧', G);
}

function G() {
  modal('房產(chǎn)證上寫你名', H);
}

function H() {
  modal('我會做飯', I);
}

function I() {
  modal('愛你。么么噠!', J)
}

function J() {
  modal('行,我們?nèi)ッ裾值怯洶?#39;, function() {
    fireworks();
  });
}

function fireworks() {
  $('.page_one').addClass('hide');
  $('.page_two').removeClass('hide');
  $('.page_two').fireworks({ 
    sound: false, 
    opacity: 0.9, 
    width: '100%', 
    height: '100%' 
  });  
}

function modal(content,) {
  var tpl = ''+
              '
'+               ''+                 '

'+ content +'

'+                 '確定'+               '
'+             '
';   $('body').append(tpl);   $(document).on('click', '.confirm', function() {     $('.container').remove();     callback();   }); } var myWords = '有人說,人的一生會遇到2920萬人,而兩個人相愛的概率只有0.000049。在這茫茫人海中,兩個人能相遇就值得感激,能相愛更是一種難得。所以,我很慶幸上天讓我遇見了你。我希望有個如你一般的人,能看完我寫過的所有狀態(tài),讀完我所有的日志,看完我從小到大的照片,試著聽我喜歡的歌。如果可以,甚至陪我去我喜歡的地方,只想彌補錯過你的青春。'; var x = 0; var speed = 150; var current = 0; function typeWrite(){   $('.type_words').html(myWords.substring(0, x++)+'_');   var timer = setTimeout("typeWrite()", speed);   if (x == myWords.length) {     x = myWords.length;     clearTimeout(timer)   } }                               小姐姐,我好喜歡你,你愿意做我女朋友嗎?                              愿意          不愿意      

“怎么用html+css+javascript實現(xiàn)浪漫煙花表白網(wǎng)頁”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識可以關(guān)注創(chuàng)新互聯(lián)網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實用文章!


文章標(biāo)題:怎么用html+css+javascript實現(xiàn)浪漫煙花表白網(wǎng)頁
文章路徑:http://weahome.cn/article/ipjees.html

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部