全网最详细教写可视化面板(js、css3、html5)(二)

简介: 全网最详细教写可视化面板(js、css3、html5)(二)

css:

* {
  padding: 0;
  margin: 0 auto;
}
html {
  background-color: #04051A;
}
body {
  width: 1920px;
  height: 1080px;
  background-color: #20263E;
}
header {
  width: 100%;
  height: 75px;
  position: relative;
  border: 0.1px solid #20263E;
}
header img {
  width: 100%;
  height: 75px;
}
header h1 {
  position: absolute;
  color: #00FFFB;
  font-size: 35px;
  width: 398px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  margin-left: -199px;
  margin-top: -26px;
}
.content {
  width: 100%;
  height: 930px;
  margin-bottom: 30px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.content .first {
  width: 25%;
  height: 930px;
  margin-left: 2%;
}
.content .first .top {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background-color: #353654;
}
.content .first .bottom {
  width: 100%;
  height: 600px;
  margin-top: 20px;
  background-color: #353654;
}
.content .first .bottom l {
  margin-left: 5%;
  height: 50px;
  width: 40%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.content .first .bottom .ratio {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
}
.content .first .bottom .ratio .left {
  width: 42%;
  margin-left: 7%;
  margin-right: 1%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
}
.content .first .bottom .ratio .left .lefts .tops {
  color: #fff;
  font-size: 15px;
}
.content .first .bottom .ratio .left .lefts .bottoms {
  color: #00FFFB;
  font-size: 13px;
}
.content .first .bottom .ratio .left .rights .tops {
  color: #fff;
  font-size: 15px;
}
.content .first .bottom .ratio .left .rights .bottoms {
  color: yellow;
  font-size: 13px;
}
.content .first .bottom .ratio .right {
  width: 42%;
  margin-left: 1%;
  margin-right: 7%;
  height: 100px;
  background-color: yellow;
}
.below {
  width: 100%;
}
.up {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  background-color: #3B3D64;
  display: flex;
  align-items: center;
}
.tu {
  width: 20%;
  height: 35px;
  margin-left: 8%;
}
.tu img {
  width: 100%;
  height: 35px;
  border-radius: 100%;
  background-color: #30314C;
}
.zi {
  width: 58%;
  height: 35px;
  margin-left: 5%;
}
.zi .zr {
  font-size: 14px;
  color: #fff;
}
.data {
  width: 100%;
  height: 100px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.data .left {
  width: 42%;
  margin-left: 7%;
  margin-right: 1%;
  height: 100px;
}
.data .left .jq {
  color: #179BEA;
}
.data .left .jq span {
  margin-left: 5%;
  font-size: 13px;
}
.data .left .jq b {
  font-size: 15px;
}
.data .below {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  background-color: #3B3D64;
  display: flex;
  align-items: center;
}
.data .below .jq {
  color: #FFA345;
}
.data .below .jq span {
  margin-left: 5%;
  font-size: 13px;
}
.data .below .jq b {
  font-size: 15px;
}
.data .right {
  width: 42%;
  margin-left: 1%;
  margin-right: 7%;
  height: 100px;
}
.data .right .jq {
  color: #179BEA;
}
.data .right .jq span {
  margin-left: 5%;
  font-size: 13px;
}
.data .right .jq b {
  font-size: 15px;
}
.data .below {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  background-color: #3B3D64;
  display: flex;
  align-items: center;
}
.data .below .jq {
  color: #FFA345;
}
.data .below .jq span {
  margin-left: 5%;
  font-size: 13px;
}
.data .below .jq b {
  font-size: 15px;
}
.towss {
  width: 44%;
  height: 930px;
}
.towss .topss {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.towss .topss l {
  width: 50%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 5%;
}
.towss .topss .number {
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: space-between;
}
.towss .topss .number .left {
  width: 50%;
  height: 230px;
}
.towss .topss .number .left .top {
  width: 95%;
  height: 100px;
  margin-left: 5%;
}
.towss .topss .number .left .top .tops {
  width: 96%;
  height: 100px;
  margin-left: 4%;
  color: #00FFFB;
}
.towss .topss .number .left .top .tops .sz {
  height: 100px;
  font-size: 80px;
}
.towss .topss .number .left .top .tops .wy {
  font-size: 14px;
  padding-left: 2%;
}
.towss .topss .number .left .bottom {
  width: 100%;
  height: 70px;
  margin-top: 60px;
}
.towss .topss .number .left .bottom o {
  width: 50%;
  height: 30px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 10%;
}
.towss .topss .number .left .bottom .zb {
  display: flex;
  width: 90%;
  height: 40px;
  margin-left: 10%;
  display: flex;
  align-items: center;
}
.towss .topss .number .left .bottom .fp {
  width: 6%;
  height: 35px;
  margin: 0px 3px 0px 3px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(#F28D25, #E05B5C);
}
.towss .topss .number .left .bottom .wyh {
  height: 35px;
  display: flex;
  align-items: end;
  margin: 0px 3px 0px 3px;
  color: #fff;
  font-size: 16px;
}
.towss .topss .number .left .bottom .bfb {
  color: #00FFFB;
  font-size: 16px;
  display: flex;
  align-items: end;
  height: 35px;
}
.towss .topss .number .left .bottom .bfb img {
  width: auto;
  height: 20px;
  padding-bottom: 5px;
}
.towss .topss .number .right {
  width: 48%;
  height: 230px;
  background-color: #FFA345;
}
.towss .centress {
  width: 100%;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #353654;
}
.towss .bottomss {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  background-color: #353654;
}
.threess {
  width: 25%;
  margin-right: 2%;
  height: 930px;
}
.threess .topsss {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background-color: #353654;
}
.threess .centresss {
  width: 100%;
  height: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #353654;
}
.threess .bottomsss {
  width: 100%;
  height: 230px;
  margin-top: 20px;
  background-color: #353654;
}


相关文章
|
1月前
|
编解码 数据可视化 前端开发
如何使用 D3.js 创建一个交互式的地图可视化?
如何使用 D3.js 创建一个交互式的地图可视化?
|
9天前
|
JavaScript 前端开发
页面滚动触发css3动画js插件
delighters.js是一款页面滚动触发css3动画js插件。该js插件可以在页面向下滚动时,为进入浏览器视口的元素制作各种炫酷的CSS3动画效果。
37 13
|
18天前
纸屑飘落生日蛋糕场景js+css3动画特效
纸屑飘落生日蛋糕CSS3动画特效是一款js+css3制作的全屏纸屑飘落,生日蛋糕点亮庆祝动画特效。
35 3
|
18天前
|
Web App开发 移动开发 HTML5
html5 + Three.js 3D风雪封印在棱镜中的梅花鹿动效源码
html5 + Three.js 3D风雪封印在棱镜中的梅花鹿动效源码。画面中心是悬浮于空的梅花鹿,其四周由白色线段组成了一个6边形将中心的梅花鹿包裹其中。四周漂浮的白雪随着多边形的转动而同步旋转。建议使用支持HTML5与css3效果较好的火狐(Firefox)或谷歌(Chrome)等浏览器预览本源码。
59 2
|
1月前
|
前端开发 JavaScript
用HTML CSS JS打造企业级官网 —— 源码直接可用
必看!用HTML+CSS+JS打造企业级官网-源码直接可用,文章代码仅用于学习,禁止用于商业
140 1
|
1月前
|
前端开发 JavaScript 安全
HTML+CSS+JS密码灯登录表单
通过结合使用HTML、CSS和JavaScript,我们创建了一个带有密码强度指示器的登录表单。这不仅提高了用户体验,还帮助用户创建更安全的密码。希望本文的详细介绍和代码示例能帮助您在实际项目中实现类似功能,提升网站的安全性和用户友好性。
48 3
|
1月前
|
JavaScript
JS鼠标框选并删除HTML源码
这是一个js鼠标框选效果,可实现鼠标右击出现框选效果的功能。右击鼠标可拖拽框选元素,向下拖拽可实现删除效果,简单实用,欢迎下载
42 4
|
1月前
|
移动开发 HTML5
html5+three.js公路开车小游戏源码
html5公路开车小游戏是一款html5基于three.js制作的汽车开车小游戏源代码,在公路上开车网页小游戏源代码。
61 0
html5+three.js公路开车小游戏源码
|
1月前
JS+CSS3文章内容背景黑白切换源码
JS+CSS3文章内容背景黑白切换源码是一款基于JS+CSS3制作的简单网页文章文字内容背景颜色黑白切换效果。
20 0
|
3月前
|
JavaScript 前端开发
JS配合CSS3实现动画和拖动小星星小Demo
本文通过代码示例展示了如何使用JavaScript和CSS3实现动画效果和拖动小星星的交互效果,包括文字掉落动画和鼠标拖动产生小星星动画的实现方法。
58 0