mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-01 08:09:19 +08:00
36 lines
575 B
CSS
36 lines
575 B
CSS
.dash-box
|
|
{
|
|
width:256px;
|
|
height:256px!important;
|
|
}
|
|
|
|
.dash-box .dash-item
|
|
{
|
|
max-width:100%!important;
|
|
max-height:100%!important;
|
|
width:calc( 100% - 10px );
|
|
height: calc( 100% - 10px );
|
|
justify-content: center;
|
|
background-color: hsla(0,0%,100%,.0);
|
|
}
|
|
|
|
.dash-box .dash-item .title
|
|
{
|
|
font-size:24px;
|
|
font-family:"Cubic 11";
|
|
font-weight:bold;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
right:10px;
|
|
color:white;
|
|
text-shadow:2px 2px black;
|
|
}
|
|
|
|
.dash-box .dash-item .value
|
|
{
|
|
font-size:48px;
|
|
color:white;
|
|
text-shadow:2px 2px black;
|
|
padding-top:80px;
|
|
|
|
} |