定制app开发HTML5七夕情人节表白结婚邀请函网页制作(HTML+CSS+JavaScript)

❤ 定制app开发精彩专栏推荐👇🏻👇🏻👇🏻
💂 作者主页:
🎓 web定制app开发前端期末大作业:
🧡 定制app开发程序员有趣的告白方式:
七夕来袭!是时候展现专属于程序员的浪漫了!你打算怎么给心爱的人表达爱意?鲜花礼物?代码表白?还是创意DIY?或者…无论那种形式,快来秀我们一脸吧!


📂文章目录


二、📚网站介绍

📒网站文件方面:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;

📙网页编辑方面:可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。
其中:
(1)📜html文件包含:其中index.html是首页、其他html为二级页面;
(2)📑 css文件包含:css全部页面样式,3D动态效果,雪花飘落等等
(3)📄 js文件包含:页面炫酷效果实现


三、🔗网站效果

▶️1.视频演示

🧩 2.图片演示


四、💒 网站代码

🧱HTML结构代码

<!-- * @Author:ruanjiafeng * @Date: 2021-04-14 09:06:52 * @LastEditTime: 2021-04-14 09:31:05 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: \preview\153868\2014-09-22\婚礼邀请函\index.html--><!DOCTYPE html><html>  <head>    <meta charset="utf-8" />    <meta name="viewport" content="width=640" />    <title>我们结婚了!</title>    <link href="css/all-in-one.css" rel="stylesheet" type="text/css" />    <script>      function initPage() {        var objLoading = document.getElementById("load");        if (objLoading != null) {          objLoading.style.display = "none";          document.getElementById("pageload").style.display = "block";          voldown = document.getElementById("myaudio");          voldown.volume = "0.2";        }      }    </script>  </head>  <body onLoad="initPage()">    <img width="0" height="0" src="images/enjoy.jpg" />    <div id="load">      <div class="spinner"></div>      <div style="width: 100%; text-align: center">        <br />        Loadding...      </div>      <div style="width: 100%; text-align: center; font-size: 36px">        <br />        BRUCE&YOGA      </div>      <div style="width: 100%; text-align: center; font-size: 24px">        MIX&MATCH      </div>    </div>    <div style="display: none" id="pageload">      <audio        id="myaudio"        src="http://www.17sucai.com/preview/27774/2014-03-19/jQuery+Html5%E5%AE%9E%E7%8E%B0%E5%94%AF%E7%BE%8E%E8%A1%A8%E7%99%BD%E5%8A%A8%E7%94%BB%E4%BB%A3%E7%A0%81/renxi.mp3"        autoplay        controls        hidden="true"        style="position: absolute; z-index: 0; opacity: 0"      ></audio>      <div id="pic01"><img src="images/pic-01.jpg" /></div>      <div id="pic02"><img src="images/pic-02.jpg" /></div>      <div id="pic03"><img src="images/pic-03.jpg" /></div>      <!-- <div id="pic01"><img src="images/01.jpg" /></div>      <div id="pic02"><img src="images/02.jpg" /></div>      <div id="pic03"><img src="images/03.jpg" /></div> -->      <div id="pic04">        <img id="p1bg" src="images/firstbg.jpg" />        <img id="biglogo" src="images/logo.png" />      </div>      <div id="big_C" class="buttomtreeanim">        <a href="page1-2.html"          ><img id="p1leaf01" src="images/tree-cn.png"        /></a>        <a href="Eng-page1-2.html"          ><img class="p1leaf0203" src="images/tree-eng.png"        /></a>        <img          class="p1leaf0203"          src="images/tree-replay.png"          onClick="location.reload()"        />      </div>    </div>  </body></html>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86

🏠CSS样式代码

html,body,div {    margin: 0;    padding: 0;    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;}input,select,textarea {    font-family: 微软雅黑;    font-size: 30px;    color: gray;}.toplogosmall {    position: absolute;    z-index: 2;    left: 195px;    top: 20px;}#smalllogo {    -webkit-animation: smalldown 1s;}@-webkit-keyframes smalldown {    0% {        top: -265px;    }    100% {        top: 20px;    }}.pageword {    -webkit-animation: wordfade 2s;    -webkit-animation-fill-mode: forwards;    -webkit-animation-delay: 1s;    opacity: 0;}@-webkit-keyframes wordfade {    0% {        opacity: 0;    }    100% {        opacity: 1;    }}.somethingbig {    -webkit-animation: big 1s;    -webkit-animation-fill-mode: forwards;    -webkit-animation-delay: 2s;}@-webkit-keyframes big {    0% {        -webkit-transform: scale(0, 0);        opacity: 0;    }    100% {        -webkit-transform: scale(1, 1);        opacity: 1;    }}g-function: ease;    opacity: 0;}@-webkit-keyframes buttomtree {    from {        bottom: -462px;        opacity: 0;    }    to {        bottom: 0xp;        opacity: 1;    }}.buttomtreeanim02 {    -webkit-animation: buttomtree02 1s;    -webkit-animation-delay: 4.5s;    -webkit-animation-fill-mode: forwards;    -webkit-animation-timing-function: ease;    opacity: 0;}@-webkit-keyframes buttomtree02 {    from {        bottom: -462px;        opacity: 0;    }    to {        bottom: 0xp;        opacity: 1;    }}/*page1-1*/#p1bg {    position: absolute;    z-index: 1;}#biglogo {    position: absolute;    z-index: 2;    top: 80px;    left: 98px;}#p1tree {    position: absolute;    z-index: 3;    top: 911px;    left: 510px;}#p1Leaf1 {    position: absolute;    z-index: 4;    top: 970px;    left: 455px;}#p1Leaf2 {    position: absolute;    z-index: 5;    top: 1020px;    left: 455px;}#p1Leaf3 {    position: absolute;    z-index: 6;    top: 1070px;    left: 455px;}/*page1-2*/#p1leaf01 {    margin-top: 80px;    margin-left: -80px;}.p1leaf0203 {    margin-left: -80px;}.p1leaf0303 {    margin-left: -80px;    margin-bottom: -120px;}.p1leaf0304 {    margin-left: -80px;    margin-bottom: -170px;}/*animation1-2-1*/#twobg {    position: relative;    z-index: 1;    top: 0;    left: 0;    width: 100%;}#car01 {    position: absolute;    z-index: 2;    top: 0px;    left: 0px;    -webkit-animation: caroutone 1s;    -webkit-animation-delay: 1s;    -webkit-animation-fill-mode: forwards;}@-webkit-keyframes caroutone {    0% {        left: 0px;    }    100% {        left: 650px;    }}#toplogo01 {    position: absolute;    z-index: 3;    top: 0px;    left: 23px;    -webkit-animation: toplogoanims 1s;    -webkit-animation-fill-mode: forwards;}@-webkit-keyframes toplogoanims {    0% {        top: 0px;        opacity: 0    }    100% {        top: 350px;        opacity: 1    }}.section1 car {    position: absolute;    top: 250px;    left: -100%;}.section1 toplogo {    position: absolute;    z-index: 3;    top: 0px;    left: 0px;    opacity: 1}#handscss {    position: absolute;    z-index: 4;    -webkit-animation: hands 1s infinite;    top: 800px;    left: 280px;    -webkit-animation-direction: alternate;    -webkit-animation-timing-function: ease-in-out}@-webkit-keyframes hands {    0% {        top: 800px;        opacity: 1;    }    100% {        top: 830px;        opacity: 0;    }}#handscss02 {    position: absolute;    z-index: 6;    -webkit-animation: hands 1s infinite;    top: 800px;    left: 280px;    -webkit-animation-direction: alternate;    -webkit-animation-timing-function: ease-in-out}@-webkit-keyframes hands {    0% {        top: 800px;        opacity: 1;    }    100% {        top: 830px;        opacity: 0;    }}    top: 230px;}@-webkit-keyframes partytext {    0% {        left: -500px;    }    100% {        left: 0px;    }}#sucec {    position: absolute;    z-index: 3;    left: 133px;    top: 400px;}#beer {    position: absolute;    z-index: 3;    left: 0px;    top: 0px;}#woodcar {    position: absolute;    z-index: 4;    left: 53px;    top: 700px;    opacity: 0}/*page3-1*/#p3bg {    position: absolute;    z-index: 1;}#sorry {    position: absolute;    z-index: 3;    left: 176px;    top: 400px;}#sorryinput {    position: absolute;    z-index: 4;    top: 455px;    left: 100px;    border: none;    width: 440px;    height: 300px;}/*page3-2*/#sendtrue {    position: absolute;    z-index: 2;    left: 198px;    top: 450px;}#page {    width: 960px;    margin: 0 auto;}#viewport,#box,.slide {    width: 680px;    height: 460px;}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306
  • 307
  • 308
  • 309
  • 310
  • 311
  • 312
  • 313
  • 314
  • 315
  • 316
  • 317
  • 318
  • 319
  • 320
  • 321
  • 322
  • 323
  • 324
  • 325
  • 326
  • 327
  • 328
  • 329
  • 330
  • 331
  • 332
  • 333
  • 334
  • 335
  • 336
  • 337
  • 338
  • 339
  • 340
  • 341
  • 342
  • 343
  • 344
  • 345
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • 352
  • 353
  • 354
  • 355

五、🎁更多源码

1.如果我的博客对你有帮助 请 “👍点赞” “✍️评论” “💙收藏” 一键三连哦!

2.💗【👇🏻👇🏻👇🏻🉑关注我| 获取更多源码】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、等!

📣以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻

网站建设定制开发 软件系统开发定制 定制软件开发 软件开发定制 定制app开发 app开发定制 app开发定制公司 电商商城定制开发 定制小程序开发 定制开发小程序 客户管理系统开发定制 定制网站 定制开发 crm开发定制 开发公司 小程序开发定制 定制软件 收款定制开发 企业网站定制开发 定制化开发 android系统定制开发 定制小程序开发费用 定制设计 专注app软件定制开发 软件开发定制定制 知名网站建设定制 软件定制开发供应商 应用系统定制开发 软件系统定制开发 企业管理系统定制开发 系统定制开发