olympus-r-17plugins
Version:
A plugin of Olympus for 17zuoye.
27 lines (25 loc) • 490 B
CSS
.second-skin {
width: 100%;
height: 100%;
background-color: rgb(77, 72, 13)
}
.second-skin .text {
position: fixed;
top: 40%;
width: 100%;
text-align: center;
font-size: 2rem;
color: azure;
}
.second-skin .btn {
position: fixed;
top: 50%;
left: calc(50% - 3rem);
width: 6rem;
height: 3rem;
line-height: 3rem;
text-align: center;
font-size: 1rem;
color: azure;
background-color: brown;
}