全网最详细教写可视化面板(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;
}


相关文章
|
23天前
|
人工智能 程序员 UED
【01】完成新年倒计时页面-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
【01】完成新年倒计时页面-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
105 21
【01】完成新年倒计时页面-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
|
21天前
|
前端开发 JavaScript
【02】v1.0.1更新增加倒计时完成后的放烟花页面-优化播放器-优化结构目录-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
【02】v1.0.1更新增加倒计时完成后的放烟花页面-优化播放器-优化结构目录-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
48 14
【02】v1.0.1更新增加倒计时完成后的放烟花页面-优化播放器-优化结构目录-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
|
20天前
css3 svg制作404页面动画效果HTML源码
css3 svg制作404页面动画效果HTML源码
61 34
|
23天前
html+js+css实现的建筑方块立体数字时钟源码
html+js+css实现的建筑方块立体数字时钟源码
70 33
|
2月前
一个好看的小时钟html+js+css源码
一个好看的小时钟html+js+css源码
115 24
|
3月前
|
JavaScript 前端开发
JavaScript中的原型 保姆级文章一文搞懂
本文详细解析了JavaScript中的原型概念,从构造函数、原型对象、`__proto__`属性、`constructor`属性到原型链,层层递进地解释了JavaScript如何通过原型实现继承机制。适合初学者深入理解JS面向对象编程的核心原理。
48 1
JavaScript中的原型 保姆级文章一文搞懂
|
7月前
|
JavaScript Java 测试技术
基于springboot+vue.js+uniapp的客户关系管理系统附带文章源码部署视频讲解等
基于springboot+vue.js+uniapp的客户关系管理系统附带文章源码部署视频讲解等
135 2
|
3月前
JS+CSS3文章内容背景黑白切换源码
JS+CSS3文章内容背景黑白切换源码是一款基于JS+CSS3制作的简单网页文章文字内容背景颜色黑白切换效果。
32 0
|
7月前
|
JavaScript Java 测试技术
基于springboot+vue.js+uniapp的小区物流配送系统附带文章源码部署视频讲解等
基于springboot+vue.js+uniapp的小区物流配送系统附带文章源码部署视频讲解等
187 4
|
7月前
|
JavaScript Java 测试技术
基于springboot+vue.js+uniapp的宠物援助平台附带文章源码部署视频讲解等
基于springboot+vue.js+uniapp的宠物援助平台附带文章源码部署视频讲解等
104 4