基于html+JavaScript+CSS的个人动漫主题网页设计(报告和源码)

资源下载地址:https://download.csdn.net/download/sheziqiong/85734071
资源下载地址:https://download.csdn.net/download/sheziqiong/85734071

网站设计说明

本网站共有两个静态页面,包括登录页面(login.html)、个人主页(index.html) 2 个 CSS 文件 login.css 和 index.css 3 个 JS 文件.包括 jQuery-min.js、login.js、index.js,用户进去 login.html 后 直接点击登录即可跳转到 index.html(因为是静态页面,所以没有需要账号密码才能登陆功能)跳转到 index.html 后展示个人昵称和头像等信息。

在这里插入图片描述

利用 CSS 样式进行美化
在这里插入图片描述

为元素绑定动画事件:

在这里插入图片描述

  • 展示大学美景(轮播图形式)

在这里插入图片描述

开启 layui 渲染:

    carousel.render({
      elem: '#test2'
      ,arrow: 'always'
    });

资源下载地址:https://download.csdn.net/download/sheziqiong/85734071
资源下载地址:https://download.csdn.net/download/sheziqiong/85734071

猜你喜欢

转载自blog.csdn.net/sheziqiong/article/details/125406443