mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-27 04:01:24 +08:00
29 lines
479 B
CSS
29 lines
479 B
CSS
body, html {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
font-family: Tahoma;
|
|
font-size: 11pt;
|
|
}
|
|
canvas {
|
|
position: absolute; width: 100% ;height: 100%;
|
|
}
|
|
.slider {
|
|
width: 50%;
|
|
height: 15px;
|
|
background: #222;
|
|
border: 1px solid #c5c5c5;
|
|
border-radius: 3px;
|
|
text-align: left;
|
|
transform: translateZ(0);
|
|
}
|
|
.slider div {
|
|
position: relative;
|
|
top: -2px;
|
|
width: 10px;
|
|
height: 17px;
|
|
background: white;
|
|
border: #000 1px solid;
|
|
border-radius: 2px
|
|
transform: translateZ(0);
|
|
} |