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


相关文章
|
10月前
|
存储 前端开发 JavaScript
仿真银行app下载安装, 银行卡虚拟余额制作app,用html+css+js实现逼真娱乐工具
这是一个简单的银行账户模拟器项目,用于学习前端开发基础。用户可进行存款、取款操作,所有数据存储于浏览器内存中
|
人工智能 程序员 UED
【01】完成新年倒计时页面-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
【01】完成新年倒计时页面-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
780 21
【01】完成新年倒计时页面-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
|
前端开发 JavaScript
【02】v1.0.1更新增加倒计时完成后的放烟花页面-优化播放器-优化结构目录-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
【02】v1.0.1更新增加倒计时完成后的放烟花页面-优化播放器-优化结构目录-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
607 14
【02】v1.0.1更新增加倒计时完成后的放烟花页面-优化播放器-优化结构目录-蛇年新年快乐倒计时领取礼物放烟花html代码优雅草科技央千澈写采用html5+div+CSS+JavaScript-优雅草卓伊凡-做一条关于新年的代码分享给你们-为了C站的分拼一下子
|
前端开发
【2025优雅草开源计划进行中01】-针对web前端开发初学者使用-优雅草科技官网-纯静态页面html+css+JavaScript可直接下载使用-开源-首页为优雅草吴银满工程师原创-优雅草卓伊凡发布
【2025优雅草开源计划进行中01】-针对web前端开发初学者使用-优雅草科技官网-纯静态页面html+css+JavaScript可直接下载使用-开源-首页为优雅草吴银满工程师原创-优雅草卓伊凡发布
764 1
【2025优雅草开源计划进行中01】-针对web前端开发初学者使用-优雅草科技官网-纯静态页面html+css+JavaScript可直接下载使用-开源-首页为优雅草吴银满工程师原创-优雅草卓伊凡发布
html+js+css实现的建筑方块立体数字时钟源码
html+js+css实现的建筑方块立体数字时钟源码
602 33
|
数据采集 人工智能 自然语言处理
Midscene.js:AI 驱动的 UI 自动化测试框架,支持自然语言交互,生成可视化报告
Midscene.js 是一款基于 AI 技术的 UI 自动化测试框架,通过自然语言交互简化测试流程,支持动作执行、数据查询和页面断言,提供可视化报告,适用于多种应用场景。
4058 1
Midscene.js:AI 驱动的 UI 自动化测试框架,支持自然语言交互,生成可视化报告
一个好看的小时钟html+js+css源码
一个好看的小时钟html+js+css源码
265 24
|
前端开发 JavaScript UED
【专栏:HTML与CSS移动端开发篇】移动端触摸事件与手势识别
【4月更文挑战第30天】本文探讨了移动端触摸事件和手势识别在网页开发中的重要性。介绍了基础触摸事件如`touchstart`, `touchmove`, `touchend`, `touchcancel`及相关属性。文章列举了处理触摸事件的方法,包括单点触摸、多点触摸、滑动、长按、捏合缩放、旋转检测和事件代理。建议使用第三方库如Hammer.js简化手势处理,并分享了最佳实践,如避免意外触摸、提供视觉反馈、考虑性能和跨设备测试。理解并有效利用这些技术能提升用户交互体验。
775 7
|
缓存 前端开发 JavaScript
【专栏:HTML与CSS移动端开发篇】移动端网页性能优化策略
【4月更文挑战第30天】本文探讨了移动端网页性能优化的重要性,并提出了优化策略。HTML方面,建议精简结构、使用语义化标签、异步加载脚本和压缩文件;CSS优化包括精简样式、使用CSS3动画、媒体查询和压缩文件。其他策略涉及图片和字体压缩、缓存利用、数据压缩、减少HTTP请求及根据网络状态调整加载。综合运用这些策略能提升网页性能和用户体验。
363 6
|
编解码 移动开发 前端开发
【专栏:HTML与CSS移动端开发篇】使用Viewport Meta标签优化移动端显示
【4月更文挑战第30天】本文介绍了HTML的Viewport Meta标签在移动端网页优化中的作用。Viewport Meta标签定义了视口属性,如宽度、高度、初始缩放等,解决移动设备因屏幕尺寸差异导致的显示问题。主要属性包括width(常用device-width)、initial-scale、maximum-scale、minimum-scale和user-scalable。
659 4