大屏看板
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
/* 删除: 之前的样式 */
|
||||
/* 添加重置CSS样式 */
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
span,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
video {
|
||||
font-family: '宋体';
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
box-sizing: border-box;
|
||||
user-select: none; /* 添加: 禁止文字选中 */
|
||||
}
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.bg{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-image: url(../images/bj.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left top ;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.bg1{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-image: url(../images/bj.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left top ;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
#app{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4891760 */
|
||||
src: url('../font/iconfont.woff2?t=1744614833234') format('woff2'),
|
||||
url('../font/iconfont.woff?t=1744614833234') format('woff'),
|
||||
url('../font/iconfont.ttf?t=1744614833234') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
color: #FFFFFF;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-nav07:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.icon-nav06:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.icon-nav08:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
||||
.icon-nav05:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
.icon-l09:before {
|
||||
content: "\e605";
|
||||
}
|
||||
|
||||
.icon-l10:before {
|
||||
content: "\e606";
|
||||
}
|
||||
@@ -0,0 +1,109 @@
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
height: 1rem;
|
||||
background-image: url(../images/01/top.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left top;
|
||||
background-size: 100% 0.7125rem;
|
||||
display: grid;
|
||||
grid-template-columns: 8.2625rem 1fr 8.2625rem;
|
||||
position: relative;
|
||||
}
|
||||
.nav-box{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
.logo-img{
|
||||
width: 1.9375rem;
|
||||
height: 0.5rem;
|
||||
background-image: url(../images/logo.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
||||
}
|
||||
.refresh-img{
|
||||
margin-left: 0.125rem;
|
||||
background: url('../images/sprite.png') no-repeat 0 0;
|
||||
width: 27px;
|
||||
height: 26px;
|
||||
}
|
||||
.navs{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.navs>.nav{
|
||||
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
height: 0.375rem;
|
||||
line-height: 0.375rem;
|
||||
width: 1.4rem;
|
||||
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.navs>.nav-l{
|
||||
background-image: url(../images/nav01.png);
|
||||
}
|
||||
.navs>.nav-l-active{
|
||||
background-image: url(../images/nav02.png);
|
||||
}
|
||||
.navs>.nav-r{
|
||||
background-image: url(../images/nav03.png);
|
||||
}
|
||||
.navs>.nav-r-active{
|
||||
background-image: url(../images/nav04.png);
|
||||
}
|
||||
.timer{
|
||||
height: 0.425rem;
|
||||
width: 2.375rem;
|
||||
margin-left: 0.125rem;
|
||||
color: #FFFFFF;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.timer>p{
|
||||
font-size: 0.175rem;
|
||||
}
|
||||
.timer>p>span{
|
||||
margin-left: 0.125rem;
|
||||
}
|
||||
.timer>p>span:first-child{
|
||||
margin: 0;
|
||||
}
|
||||
.logo-tit {
|
||||
font-weight: bold;
|
||||
font-size: 0.4rem;
|
||||
line-height: 0.575rem;
|
||||
letter-spacing: 3px;
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
text-transform: none;
|
||||
background: linear-gradient(179.9998548775837deg, #E7EDF3 0%, #3EAEE3 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
.set{
|
||||
position: absolute;
|
||||
left: 0;right: 0;
|
||||
bottom: 0;
|
||||
height: 14px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.set>div{
|
||||
margin: 0 0.125rem;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
.z-line {margin-top: 0.125rem;width: 100%;height: 0.1rem;position: relative;}.xm-plan {display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;height: 100%;width: auto;}.xm-plan::-webkit-scrollbar {display: none;}.block4-main>div::-webkit-scrollbar {display: none;}.xm-plan>.z-plan-item {height: 100%;min-width: 1.25rem;}.z-dot {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: 0.25rem;width: 0.25rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;}.z-dot-inner {height: 0.125rem;width: 0.125rem;border-radius: 50%;}.closed>.z-line {background-color: #12CDA2;}.closed>.z-line>.z-dot {background-color: rgba(0, 255, 255, .3);}.closed>.z-line>.z-dot>.z-dot-inner {background-color: #00FFFF;}.closed>h6 {margin-top: 0.25rem;text-align: center;font-size: 0.175rem;color: #02C8B0;}.closed>p {margin-top: 0.1875rem;text-align: center;font-size: 0.175rem;color: #ffffff;}.undone>.z-line {background-color: #FF7474;}.undone>.z-line>.z-dot {background-color: rgba(255, 116, 116, .3);}.undone>.z-line>.z-dot>.z-dot-inner {background-color: #FF7474;}.undone>h6 {margin-top: 0.25rem;text-align: center;font-size: 0.175rem;color: #FF7474;}.undone>p {margin-top: 0.1875rem;text-align: center;font-size: 0.175rem;color: #FF7474;}.info, .video {position: relative;padding: 0.125rem;box-shadow: 0 0 0.125rem #429BD3 inset;}.info>img {width: 100%;height: 100%;display: block;vertical-align: middle;}.infoandvideo {display: grid;grid-template-columns: 6rem 1fr;column-gap: 0.25rem;}.info-box {padding: 0 0.25rem;position: absolute;bottom: 0.125rem;left: 0.125rem;right: 0.125rem;height: 0.75rem;display: flex;flex-direction: row;justify-content: space-between;align-items: center;background-color: rgba(0, 0, 0, .4);}.info-row>p {padding: 0.05rem 0;text-align: center;color: #ffffff;font-size: 0.2rem;}.video {padding: 0.125rem;}.video>h5 {text-align: center;padding-bottom: 0.125rem;font-weight: bold;font-size: 0.225rem;color: #E4FBFF;background: linear-gradient(180deg, #ffffff 17%, #8CEEFF 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.video-box {height: 1.6875rem;width: 100%;}.video-box>video {width: 100%;height: 100%;background-color: rgba(0, 0, 0, 1);}.video>p {background: #123052;position: absolute;height: 0.325rem;left: 0.125rem;right: 0.125rem;display: flex;flex-direction: row;justify-content: space-between;align-items: center;font-size: 0.15rem;color: #7ECEF7;padding: 0 0.125rem;}.o-box>i {background-image: url(../images/02/l01.png);width: 0.6375rem;height: 0.575rem;background-repeat: no-repeat;background-position: center;background-size: 100% 100%;}.o-box {height: 100%;display: flex;flex-direction: column;justify-content: space-between;align-items: center;}.o-box>h5>span:first-child {font-size: 0.2rem;color: #C2D5E7;}.o-box>h5>span:last-child {margin-left: 0.125rem;font-weight: bold;font-size: 16px;background: linear-gradient(180deg, #FFFFFF 17%, #FCC349 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.o-box>h4>span:first-child {font-weight: bold;font-size: 0.25rem;background: linear-gradient(180deg, #FFFFFF 0%, #26A3D1 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.o-box>h4>span:last-child {margin-left: 0.125rem;font-weight: bold;font-size: 16px;background: linear-gradient(180deg, #FFFFFF 17%, #FCC349 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}#org1{display: grid;grid-template-columns: 1.75rem 1fr;column-gap: 0.25rem;}.o-box1{display: flex;flex-direction: column;justify-content: space-around;align-items: flex-start;}.o-box1>.org-row1>.row1-inner>h6{font-weight: bold;margin-left: 0.125rem;background: linear-gradient(180deg, #FFFFFF 17%, #FCC349 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
|
||||
Reference in New Issue
Block a user