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


相关文章
|
4月前
|
移动开发 前端开发 JavaScript
征信报告修改器,征信报告生成器,制作软件无痕修改软件【js+html+css】
本项目为信用评分模拟器教学工具,采用HTML5实现,仅供学习参考。核心功能通过JavaScript构建,包含虚拟数据生成、权重分配及信用因素分析(如还款记录、信用使用率等)。
|
4月前
|
前端开发 JavaScript
个人征信电子版无痕修改, 个人信用报告pdf修改,js+html+css即可实现【仅供学习用途】
本代码展示了一个信用知识学习系统的前端实现,包含评分计算、因素分析和建议生成功能。所有数据均为模拟生成
|
4月前
|
存储 前端开发 JavaScript
仿真银行app下载安装, 银行卡虚拟余额制作app,用html+css+js实现逼真娱乐工具
这是一个简单的银行账户模拟器项目,用于学习前端开发基础。用户可进行存款、取款操作,所有数据存储于浏览器内存中
|
4月前
|
前端开发 容器
处方单图片生成器, 处方单在线制作免费,js+css+html恶搞神器
这是一个电子处方模拟生成系统,使用html2canvas库实现图片导出功能。系统生成的处方单包含多重防伪标识,并明确标注为模拟数据,仅供学习
|
4月前
|
前端开发
个人征信PDF无痕修改软件,个人征信模板可编辑,个人征信报告p图神器【js+html+css仅供学习用途】
这是一款信用知识学习系统,旨在帮助用户了解征信基本概念、信用评分计算原理及信用行为影响。系统通过模拟数据生成信用报告,涵盖还款记录
|
4月前
|
前端开发 JavaScript 容器
制作b超单生成器, 假怀孕b超单图片制作, p图医院证明【css+html+js装逼恶搞神器】
本资源提供一个适合用于熟人之间恶搞的工具,效果逼真,仅供学习参考与娱乐。包含前端技术学习要点:语义化布局、响应式设计、Flexbox、图片自适应
|
4月前
|
前端开发
医院检查单子p图软件,在线制作仿真病历,js+css+html装逼神器
本示例展示如何用HTML/CSS创建医疗信息页面,内容仅供学习参考。页面模拟“阳光医院体检中心”场景,提供预约功能验证(如姓名、手机号、日期)。所有数据仅用于演示
|
Web App开发 移动开发 JavaScript
九个让人难以置信的HTML5和JavaScript实验
您可能还喜欢   8个惊艳的 HTML5 和 JavaScript 特效 让人眼花缭乱的 HTML5 和 JavaScript 效果 推荐18个基于 HTML 5 Canvas 开发的图表库 29款基于 HTML5 Canvas 开发的网页游戏 五大主流浏览器 CSS3 和 HTML5 兼容性大比拼     Google的 Chrome实验室 收集了很多让人难以置信的基于 HTML5 Canvas 和 JavaScript 的实验项目,里面的例子都很独特,让人惊叹。
1052 0