38 lines
926 B
Plaintext
38 lines
926 B
Plaintext
.dppanel-overall {
|
|
padding: 0.75rem;
|
|
color: rgb(224, 246, 247);
|
|
font-size: 0.8rem;
|
|
line-height: 1.8rem;
|
|
|
|
.title-date {
|
|
font-size: 1.2rem;
|
|
margin: 0.2rem;
|
|
color: #00deff;
|
|
}
|
|
|
|
.number {
|
|
color: #ffd220;
|
|
font-size: 1.2rem;
|
|
margin: 0.2rem;
|
|
}
|
|
|
|
.sttype {
|
|
color: #92f0ff;
|
|
}
|
|
.stname {
|
|
font-weight: bold;
|
|
font-size: 1rem;
|
|
margin: 0.25rem;
|
|
}
|
|
|
|
.sycm {
|
|
height: 5rem;
|
|
padding-top: 0.75rem;
|
|
ul{ margin-left:-.5rem;margin-right:-.5rem; padding: .16rem 0;}
|
|
li{ float: left; width: 33.33%; text-align: center; position: relative}
|
|
li:before{ position:absolute; content: ""; height:30%; width: 1px; background: rgba(255,255,255,.1); right: 0; top: 15%;}
|
|
li:last-child:before{ width: 0;}
|
|
li h2{ font-size:2rem; color: #6fe9fd; margin: 0; font-family: 'electronicFont';margin-bottom: 0.5rem;}
|
|
li span{ font-size:1rem; color: #fff; opacity: .5;}
|
|
}
|
|
} |