You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
323 lines
6.4 KiB
323 lines
6.4 KiB
3 years ago
|
* {margin:0; padding:0;}
|
||
|
html,body{height:100%;}
|
||
|
.box {height:100%;background: #020622;}
|
||
|
.title {
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
height: 2.67rem;
|
||
|
width: 100%;
|
||
|
background-image:url("/image/pelma/头部1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
position: relative;
|
||
|
}
|
||
|
.title-pelma {
|
||
|
position: absolute;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
|
||
|
}
|
||
|
.title-pelma-content {
|
||
|
margin: auto;
|
||
|
color: #66E5F8;
|
||
|
font-size:1.5em;
|
||
|
font-weight:bold;
|
||
|
}
|
||
|
|
||
|
.title-school{
|
||
|
position:absolute;
|
||
|
z-index: 100;
|
||
|
color: #66E5F8;
|
||
|
height: 1.2rem;
|
||
|
font-size:1rem;
|
||
|
left: 1.52rem;
|
||
|
bottom: 0px;
|
||
|
padding:0px;
|
||
|
margin:0px
|
||
|
}
|
||
|
.title-pelma-vertion{
|
||
|
position:absolute;
|
||
|
z-index: 100;
|
||
|
color: #66E5F8;
|
||
|
height: 1.2rem;
|
||
|
font-size:1rem;
|
||
|
right: 1.52rem;
|
||
|
bottom: 0px;
|
||
|
padding:0px;
|
||
|
margin:0px
|
||
|
}
|
||
|
|
||
|
.detail{
|
||
|
margin: 1.52rem;
|
||
|
}
|
||
|
|
||
|
/*压力图*/
|
||
|
.diagram{
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-justify-content: space-between;
|
||
|
justify-content: space-between;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.diagram-chunk{
|
||
|
width: 21rem;
|
||
|
height: 23.81rem;
|
||
|
position: relative;
|
||
|
|
||
|
}
|
||
|
/*背景*/
|
||
|
.diagram-chunk-back{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
.diagram-chunk-left{
|
||
|
width: 5%;
|
||
|
height: 100%;
|
||
|
background-image:url("/image/pelma/边框1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
.diagram-chunk-middle{
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-justify-content: center;
|
||
|
justify-content: center;
|
||
|
width: 95%;
|
||
|
height: 100%;
|
||
|
background-image:url("/image/pelma/内容长1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
.diagram-chunk-right{
|
||
|
width: 5%;
|
||
|
height: 100%;
|
||
|
background-image:url("/image/pelma/边框1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
transform: rotateY(180deg);
|
||
|
}
|
||
|
.diagram-chunk-title{
|
||
|
height: 100%;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-flex-direction: column;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.diagram-chunk-title-top{
|
||
|
text-align: center;
|
||
|
color: #66E5F8;
|
||
|
width: 10rem;
|
||
|
height: 1.52rem;
|
||
|
background-image:url("/image/pelma/标题1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
.diagram-chunk-title-middle{
|
||
|
width: 10rem;
|
||
|
height: 100%;
|
||
|
background-image:url("/image/pelma/内容短1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
|
||
|
/*压力图*/
|
||
|
.diagram-chunk-default{
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: 100;
|
||
|
}
|
||
|
.diagram-chunk-default .picture{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
/*足底图*/
|
||
|
.foot-chunk{
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
}
|
||
|
.foot-chunk-area{
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
margin: auto;
|
||
|
-webkit-justify-content: space-between;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.foot-chunk-picture1{
|
||
|
width: 10rem;
|
||
|
height: 20rem;
|
||
|
margin: auto;
|
||
|
background-image:url("/image/pelma/足1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
transform: rotateY(180deg);
|
||
|
}
|
||
|
/*.foot-chunk-picture1-inside{*/
|
||
|
/* margin: 0;*/
|
||
|
/* padding: 0;*/
|
||
|
/* transform: rotateY(180deg);*/
|
||
|
/*}*/
|
||
|
.foot-chunk-picture2{
|
||
|
width: 10rem;
|
||
|
height: 20rem;
|
||
|
margin: auto;
|
||
|
background-image:url("/image/pelma/足1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
.foot-chunk-up{
|
||
|
width: 100%;
|
||
|
height: 3.5rem;
|
||
|
margin-top: 5rem;
|
||
|
}
|
||
|
.foot-chunk-down{
|
||
|
width: 100%;
|
||
|
height: 3.5rem;
|
||
|
margin-top: 5rem;
|
||
|
margin-left: -0.5rem;
|
||
|
}
|
||
|
.foot-chunk-spot{
|
||
|
margin: auto;
|
||
|
width: 4rem;
|
||
|
height: 4rem;
|
||
|
border: 1px solid #66E5F8;
|
||
|
color: #66E5F8;
|
||
|
border-radius: 50%;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
}
|
||
|
.foot-chunk-spot1{
|
||
|
transform: rotateY(180deg);
|
||
|
}
|
||
|
.foot-chunk-spot-inside{
|
||
|
margin: auto;
|
||
|
width: 3.5rem;
|
||
|
height: 3.5rem;
|
||
|
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-flex-direction: column;
|
||
|
flex-direction: column;
|
||
|
-webkit-justify-content: center;
|
||
|
justify-content: center;
|
||
|
|
||
|
}
|
||
|
.foot-chunk-spot-content1{
|
||
|
margin: auto;
|
||
|
border-bottom: 1px solid #66E5F8;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.foot-chunk-spot-content2{
|
||
|
margin: auto;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.foot-chunk-content{
|
||
|
color: #66E5F8;
|
||
|
margin: auto;
|
||
|
|
||
|
}
|
||
|
.foot-chunk-picture1 .foot-chunk-content{
|
||
|
transform: rotateY(180deg);
|
||
|
}
|
||
|
|
||
|
|
||
|
/*源码展示*/
|
||
|
.sound-code{
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
height: 17rem;
|
||
|
margin-top: 1.29rem;
|
||
|
}
|
||
|
.sound-code-chunk{
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
/*background-color: #718096;*/
|
||
|
}
|
||
|
|
||
|
/*背景*/
|
||
|
.sound-code-chunk-back{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
float: left;
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
.sound-code-chunk-left{
|
||
|
width: 1.5%;
|
||
|
height: 100%;
|
||
|
background-image:url("/image/pelma/边框1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
.sound-code-chunk-middle{
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-justify-content: center;
|
||
|
justify-content: center;
|
||
|
width: 97%;
|
||
|
height: 100%;
|
||
|
background-image:url("/image/pelma/内容长1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
.sound-code-chunk-right{
|
||
|
width: 1.5%;
|
||
|
height: 100%;
|
||
|
background-image:url("/image/pelma/边框1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
transform: rotateY(180deg);
|
||
|
}
|
||
|
.sound-code-chunk-title{
|
||
|
height: 100%;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-flex-direction: column;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.sound-code-chunk-title-top{
|
||
|
text-align: center;
|
||
|
color: #66E5F8;
|
||
|
width: 10rem;
|
||
|
height: 1.52rem;
|
||
|
background-image:url("/image/pelma/标题1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
.sound-code-chunk-title-middle{
|
||
|
width: 10rem;
|
||
|
height: 100%;
|
||
|
background-image:url("/image/pelma/内容短1.png");
|
||
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
/*源码内容*/
|
||
|
.sound-code-chunk-default{
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: 100;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
}
|
||
|
.sound-code-chunk-default-content{
|
||
|
width: 95%;
|
||
|
height: 85%;
|
||
|
margin: auto;
|
||
|
color: #66E5F8;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|