AudioHTML/css/app.css

861 lines
16 KiB
CSS
Raw Normal View History

2023-10-29 16:52:53 +08:00
body,
html {
2023-10-30 19:07:29 +08:00
height: 100%;
2023-10-29 16:52:53 +08:00
}
body {
2023-10-30 19:07:29 +08:00
background-color: #1B1D1E;
color: #fff;
2023-10-29 16:52:53 +08:00
}
.content-warp {
2023-10-30 19:07:29 +08:00
background-color: #1E1F21 !important;
2023-10-29 16:52:53 +08:00
}
2023-11-02 01:05:29 +08:00
.content-container {
max-width: 980px;
}
2023-10-29 16:52:53 +08:00
.dotblock {
2023-10-30 19:07:29 +08:00
background-image: url(../images/dotline.png);
max-height: 80px;
color: #fff;
font-size: 16px;
font-weight: bold;
background-size: cover;
2023-10-29 16:52:53 +08:00
}
2023-11-09 17:25:00 +08:00
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
}
input::-webkit-outer-spin-button{
-webkit-appearance: none !important;
}
input[type="number"]{
-moz-appearance: textfield;
}
2023-10-29 16:52:53 +08:00
.login {
2023-10-30 19:07:29 +08:00
width: 600px;
background-color: #1E1E1E;
2023-10-29 16:52:53 +08:00
}
.login-title {
2023-10-30 19:07:29 +08:00
font-size: 30px;
font-weight: bold;
2023-10-29 16:52:53 +08:00
}
.login-form {
2023-10-30 19:07:29 +08:00
width: 400px;
2023-10-29 16:52:53 +08:00
}
.login input {
2023-10-30 19:07:29 +08:00
/* background-color: #000; */
color: #fff;
2023-10-29 16:52:53 +08:00
}
.login input::placeholder {
2023-10-30 19:07:29 +08:00
color: #888888;
font-size: 0.8em;
2023-10-29 16:52:53 +08:00
}
.login input {
2023-10-30 19:07:29 +08:00
border: none;
background: #000;
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.15);
color: #fff;
2023-10-29 16:52:53 +08:00
}
.login button {
2023-10-30 19:07:29 +08:00
border: none;
background: #191919;
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.35);
color: #fff;
2023-10-29 16:52:53 +08:00
}
2023-11-09 17:25:00 +08:00
.nav-bar{
background-color: #282828;
}
2023-10-29 16:52:53 +08:00
.nav {
2023-10-30 19:07:29 +08:00
border-top: 2px solid black;
border-bottom: 2px solid black;
background-color: #282828;
font-size: 14px;
2023-10-29 16:52:53 +08:00
}
.nav>div {
2023-10-30 19:07:29 +08:00
border-left: 2px solid black;
2023-11-30 11:04:26 +08:00
/* padding: 10px 25px; */
2023-10-29 16:52:53 +08:00
}
.nav>div.last {
2023-10-30 19:07:29 +08:00
border-right: 2px solid black;
2023-10-29 16:52:53 +08:00
}
.nav>div.active {
2023-10-30 19:07:29 +08:00
background-color: #000;
/*设置发光效果*/
box-shadow: #1BC8F2 0px 0px 14px inset;
color: #1BC8F2;
background: linear-gradient(to bottom, #000, #353535, #000);
2023-10-29 16:52:53 +08:00
}
.nav>div:hover {
2023-10-30 19:07:29 +08:00
background-color: #000;
/*设置发光效果*/
/* box-shadow: #1BC8F2 0px 0px 14px inset; */
color: #1BC8F2;
background: linear-gradient(to bottom, #000, #353535, #000);
cursor: pointer;
2023-10-29 16:52:53 +08:00
}
.nav a {
2023-10-30 19:07:29 +08:00
text-decoration: none;
2023-11-01 00:52:57 +08:00
color: #fff;
2023-11-30 11:04:26 +08:00
padding: 10px 25px;
2023-11-03 00:47:21 +08:00
display: block;
2023-10-29 16:52:53 +08:00
}
2023-11-01 00:52:57 +08:00
.nav a:visiteda:active {
2023-10-30 19:07:29 +08:00
color: #fff;
2023-10-29 16:52:53 +08:00
}
2023-11-01 00:52:57 +08:00
.nav .active a {
color: #1BC8F3;
}
2023-10-29 16:52:53 +08:00
.password-form {
2023-10-30 19:07:29 +08:00
width: 800px;
2023-10-29 16:52:53 +08:00
}
2023-11-08 19:15:11 +08:00
.select {
2023-11-03 00:47:21 +08:00
border: none;
background: #000;
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.15);
color: #fff;
border-radius: 5px;
color: #888888;
2023-11-08 19:15:11 +08:00
outline: none;
2023-11-03 00:47:21 +08:00
}
2023-11-08 19:15:11 +08:00
.select:focus {
2023-11-03 00:47:21 +08:00
border: none;
background: #000;
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.15);
color: #fff;
border-radius: 5px;
color: #888888;
}
2023-10-29 16:52:53 +08:00
.form input {
2023-10-30 19:07:29 +08:00
border: none;
background: #000;
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.15);
color: #fff;
2023-10-29 16:52:53 +08:00
}
.form input::placeholder {
2023-10-30 19:07:29 +08:00
color: #888888;
font-size: 0.8em;
2023-10-29 16:52:53 +08:00
}
2023-11-08 19:15:11 +08:00
input:disabled {
2023-11-23 10:23:31 +08:00
background-color: #333 !important;
color: #000 !important;
2023-11-08 19:15:11 +08:00
}
.form-control:disabled {
background-color: #000;
}
2023-10-29 16:52:53 +08:00
.col-form-label {
2023-10-30 19:07:29 +08:00
text-align: end;
2023-10-29 16:52:53 +08:00
}
.form button {
2023-10-30 19:07:29 +08:00
border: none;
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.35);
color: #fff;
2023-10-29 16:52:53 +08:00
}
2023-11-02 01:05:29 +08:00
.redio-btn {
font-size: 12px !important;
padding: 2px 10px;
margin: 0px;
line-height: 1.5;
}
.state-btn {
2023-11-02 19:09:07 +08:00
border: 1px solid #191919;
2023-11-02 01:05:29 +08:00
background-color: #303030;
color: #eee;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.35);
}
2023-11-02 19:09:07 +08:00
.btn-check:hover+.state-btn {
2023-11-02 01:05:29 +08:00
color: #eee;
2023-11-02 19:09:07 +08:00
border: 1px solid #191919;
2023-11-02 01:05:29 +08:00
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
}
2023-11-02 19:09:07 +08:00
.btn-check:checked+.state-btn {
2023-11-02 01:05:29 +08:00
color: #1BC8F2;
border: 1px solid #000;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.35);
}
2023-11-02 19:09:07 +08:00
.btn-close:checked+.state-btn {
color: red;
}
2023-10-29 16:52:53 +08:00
.ruleraxisy {
2023-10-30 19:07:29 +08:00
/* position: absolute; */
background-color: #303030;
background-size: 20px 50px;
background-image: linear-gradient(0deg, #696969 0, #696969 2%, transparent 2%), linear-gradient(90deg, #303030 50%, transparent 50%), linear-gradient(0deg, transparent 50%, #696969 50%, #696969 52%, transparent 52%), linear-gradient(90deg, #303030 70%, transparent 70%), linear-gradient(0deg, transparent 10%, #696969 10%, #696969 12%, transparent 12%, transparent 20%, #696969 20%, #696969 22%, transparent 22%, transparent 30%, #696969 30%, #696969 32%, transparent 32%, transparent 40%, #696969 40%, #696969 42%, transparent 42%, transparent 60%, #696969 60%, #696969 62%, transparent 62%, transparent 70%, #696969 70%, #696969 72%, transparent 72%, transparent 80%, #696969 80%, #696969 82%, transparent 82%, transparent 90%, #696969 90%, #696969 92%, transparent 92%);
background-repeat: repeat-y;
width: 20px;
height: 300px;
/* left: 30px; */
/* top: 50px; */
min-height: 20px;
2023-10-29 16:52:53 +08:00
}
.scaley {
2023-10-30 19:07:29 +08:00
list-style-type: none;
/* position: absolute; */
left: 0px;
top: -25px;
margin: 0;
padding: 0;
width: 50px;
height: 100%;
overflow: hidden;
white-space: nowrap;
color: #b1b4b4;
font-size: 0;
text-shadow: 0px 1px 1px #000;
-moz-user-select: none;
/*火狐*/
-webkit-user-select: none;
/*webkit浏览器*/
-ms-user-select: none;
/*IE10*/
-khtml-user-select: none;
/*早期浏览器*/
user-select: none;
z-index: 1;
2023-10-29 16:52:53 +08:00
}
.scaley li {
2023-10-30 19:07:29 +08:00
writing-mode: vertical-lr;
height: 50px;
text-align: center;
font-size: 11px;
2023-10-29 16:52:53 +08:00
}
.container {
2023-10-30 19:07:29 +08:00
padding-top: 40px;
position: relative;
display: inline-block;
top: 100%;
left: 50%;
transform: translate(-50%, -100%);
padding-bottom: 20px;
}
@media (min-height: 500px) {
.container {
2023-10-29 16:52:53 +08:00
position: absolute;
2023-10-30 19:07:29 +08:00
top: 50%;
transform: translate(-50%, -50%);
padding-bottom: 0;
2023-10-29 16:52:53 +08:00
}
2023-10-30 19:07:29 +08:00
}
2023-10-29 16:52:53 +08:00
2023-10-30 19:07:29 +08:00
.range-slider {
display: inline-block;
width: 40px;
position: relative;
text-align: center;
height: 300px;
max-height: 100%;
}
.range-slider:before {
position: absolute;
top: -2em;
left: 0.5em;
content: attr(data-slider-value) "%";
color: white;
font-size: 90%;
2023-10-29 16:52:53 +08:00
}
2023-10-30 19:07:29 +08:00
.range-slider__thumb {
position: absolute;
left: 5px;
width: 30px;
height: 30px;
line-height: 30px;
background: white;
color: #777;
font-size: 50%;
box-shadow: 0 0 0 4px #3d3d4a;
border-radius: 50%;
pointer-events: none;
}
.range-slider__bar {
left: 16px;
bottom: 0;
position: absolute;
background: linear-gradient(dodgerblue, blue);
pointer-events: none;
width: 8px;
border-radius: 10px;
}
.range-slider input[type=range][orient=vertical] {
position: relative;
margin: 0;
height: 100%;
width: 100%;
display: inline-block;
position: relative;
writing-mode: bt-lr;
-webkit-appearance: slider-vertical;
}
.range-slider input[type=range][orient=vertical]::-webkit-slider-runnable-track,
.range-slider input[type=range][orient=vertical]::-webkit-slider-thumb {
-webkit-appearance: none;
}
.range-slider input[type=range][orient=vertical]::-webkit-slider-runnable-track {
border: none;
background: #343440;
width: 8px;
border-color: #343440;
border-radius: 10px;
box-shadow: 0 0 0 2px #3d3d4a;
}
.range-slider input[type=range][orient=vertical]::-moz-range-track {
border: none;
background: #343440;
width: 8px;
border-color: #343440;
border-radius: 10px;
box-shadow: 0 0 0 2px #3d3d4a;
}
.range-slider input[type=range][orient=vertical]::-ms-track {
border: none;
background: #343440;
width: 8px;
border-color: #343440;
border-radius: 10px;
box-shadow: 0 0 0 2px #3d3d4a;
color: transparent;
height: 100%;
2023-10-29 16:52:53 +08:00
}
2023-10-30 19:07:29 +08:00
.range-slider input[type=range][orient=vertical]::-ms-fill-lower,
.range-slider input[type=range][orient=vertical]::-ms-fill-upper,
.range-slider input[type=range][orient=vertical]::-ms-tooltip {
display: none;
}
.range-slider input[type=range][orient=vertical]::-webkit-slider-thumb {
width: 30px;
height: 30px;
opacity: 0;
}
.range-slider input[type=range][orient=vertical]::-moz-range-thumb {
width: 30px;
height: 30px;
opacity: 0;
}
.range-slider input[type=range][orient=vertical]::-ms-thumb {
width: 30px;
height: 30px;
opacity: 0;
}
2023-11-03 00:47:21 +08:00
.roundSlider .rs-handle {
2023-11-02 01:05:29 +08:00
background-color: transparent;
border: 8px solid transparent;
border-right-color: #1BC8F3;
margin: -6px 0px 0px 14px !important;
border-width: 6px 50px 6px 4px;
2023-10-30 19:07:29 +08:00
}
2023-11-03 00:47:21 +08:00
.roundSlider .rs-handle:before {
2023-10-30 19:07:29 +08:00
display: block;
content: " ";
position: absolute;
2023-11-01 00:52:57 +08:00
height: 94px;
width: 94px;
2023-11-02 01:05:29 +08:00
/* background: black; */
2023-11-01 00:52:57 +08:00
right: -47px;
bottom: -47px;
2023-10-30 19:07:29 +08:00
border-radius: 100px;
2023-11-01 00:52:57 +08:00
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.35);
2023-10-30 19:07:29 +08:00
}
2023-11-03 00:47:21 +08:00
.roundSlider .rs-tooltip {
2023-11-01 00:52:57 +08:00
top: 57px;
2023-10-30 19:07:29 +08:00
font-size: 11px;
2023-11-01 00:52:57 +08:00
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
border-radius: 25px;
background: #000;
color: white;
display: inline-block;
2023-11-02 01:05:29 +08:00
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.35);
2023-11-01 00:52:57 +08:00
2023-10-29 16:52:53 +08:00
}
2023-10-30 19:07:29 +08:00
2023-11-01 00:52:57 +08:00
2023-11-03 00:47:21 +08:00
.roundSlider .rs-tooltip div {
2023-10-30 19:07:29 +08:00
text-align: center;
background: orange;
color: white;
border-radius: 4px;
padding: 1px 5px 2px;
margin-top: 4px;
2023-10-29 16:52:53 +08:00
}
2023-10-30 19:07:29 +08:00
2023-11-03 00:47:21 +08:00
.roundSlider .rs-range-color {
2023-11-01 00:52:57 +08:00
background-color: #1BC8F3;
2023-11-02 01:05:29 +08:00
/* background: linear-gradient(90deg,#1BC8F3,#2ca8c7) */
2023-10-29 16:52:53 +08:00
}
2023-10-30 19:07:29 +08:00
2023-11-03 00:47:21 +08:00
.roundSlider .rs-path-color {
2023-11-01 00:52:57 +08:00
background-color: #000;
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.35);
2023-10-29 16:52:53 +08:00
}
2023-11-01 00:52:57 +08:00
.rs-border {
border: 1px solid #000 !important;
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.35);
}
2023-10-29 16:52:53 +08:00
2023-11-01 00:52:57 +08:00
.rs-bg-color {
background-color: #1E1F21 !important;
}
2023-10-29 16:52:53 +08:00
2023-10-30 19:07:29 +08:00
.divider {
display: block;
text-align: center;
/* margin: 1rem 0; */
overflow: hidden;
white-space: nowrap;
top: -12px;
position: relative;
}
.divider .divider-text {
position: relative;
display: inline-block;
font-size: 0.8rem;
/* padding: 0rem 1rem; */
}
.divider .divider-text:before {
right: 100%;
}
.divider .divider-text:before,
.divider .divider-text:after {
content: "";
position: absolute;
top: 50%;
width: 100vw;
border-top: 2px solid #000;
}
2023-11-01 00:52:57 +08:00
.redio-switche {
2023-10-30 19:07:29 +08:00
background-color: #000;
padding: 2px;
2023-11-03 00:47:21 +08:00
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.15);
2023-10-30 19:07:29 +08:00
border-radius: 5px;
2023-11-02 19:09:07 +08:00
2023-10-30 19:07:29 +08:00
}
2023-11-01 00:52:57 +08:00
.redio-switche .btn-check:checked+.btn {
2023-11-02 01:05:29 +08:00
background-color: #000;
border: 0px;
color: #1BC8F3;
box-shadow: #1BC8F2 0px 0px 14px 0px inset;
2023-11-02 19:09:07 +08:00
background: linear-gradient(90deg, #1BC8F3, #000)
2023-11-02 01:05:29 +08:00
}
.redio-switche .btn-check:checked+.on-btn {
/* background-color: #000; */
2023-10-30 19:07:29 +08:00
border: 0px;
color: #1BC8F3;
2023-11-02 01:05:29 +08:00
box-shadow: #225b6b 0px 0px 2px 0px inset;
2023-11-02 19:09:07 +08:00
background: linear-gradient(90deg, #1bc8f381, rgba(0, 0, 0, 0.438))
2023-11-02 01:05:29 +08:00
}
.redio-switche .btn-check:checked+.off-btn {
border: 0px;
color: #1BC8F3;
box-shadow: #225b6b 0px 0px 2px 0px inset;
2023-11-02 19:09:07 +08:00
background: linear-gradient(270deg, #1bc8f381, #000)
2023-10-30 19:07:29 +08:00
}
2023-11-01 00:52:57 +08:00
.redio-switche .btn {
2023-10-30 19:07:29 +08:00
color: #fff;
}
2023-11-02 01:05:29 +08:00
/* ====滑动条================== */
2023-11-01 00:52:57 +08:00
.volume-slider-box .volume-slider {
2023-10-30 19:07:29 +08:00
display: inline-block;
2023-11-02 01:05:29 +08:00
width: 30px;
2023-10-30 19:07:29 +08:00
position: relative;
text-align: center;
2023-11-02 01:05:29 +08:00
height: 200px;
2023-10-30 19:07:29 +08:00
max-height: 100%;
}
.volume-slider input[type=range][orient=vertical] {
position: relative;
margin: 0;
height: 100%;
width: 100%;
display: inline-block;
position: relative;
writing-mode: bt-lr;
-webkit-appearance: slider-vertical;
}
.volume-slider input[type=range][orient=vertical]::-webkit-slider-runnable-track,
.volume-slider input[type=range][orient=vertical]::-webkit-slider-thumb {
-webkit-appearance: none;
}
.volume-slider input[type=range][orient=vertical]::-webkit-slider-runnable-track {
border: none;
background: #000;
2023-11-02 01:05:29 +08:00
width: 12px;
2023-10-30 19:07:29 +08:00
border-color: #343440;
border-radius: 10px;
box-shadow: rgba(255, 255, 255, 0.25) 5px 0 5px -5px;
}
.volume-slider input[type=range][orient=vertical]::-moz-range-track {
border: none;
background: #343440;
2023-11-02 01:05:29 +08:00
width: 12px;
2023-10-30 19:07:29 +08:00
border-color: #343440;
border-radius: 10px;
box-shadow: rgba(255, 255, 255, 0.25) 5px 0 5px -5px;
}
.volume-slider input[type=range][orient=vertical]::-ms-track {
border: none;
background: #343440;
2023-11-02 01:05:29 +08:00
width: 12px;
2023-10-30 19:07:29 +08:00
border-color: #343440;
border-radius: 10px;
box-shadow: rgba(255, 255, 255, 0.25) 5px 0 5px -5px;
color: transparent;
height: 100%;
}
.volume-slider input[type=range][orient=vertical]::-ms-fill-lower,
.volume-slider input[type=range][orient=vertical]::-ms-fill-upper,
.volume-slider input[type=range][orient=vertical]::-ms-tooltip {
display: none;
}
.volume-slider input[type=range][orient=vertical]::-webkit-slider-thumb {
width: 30px;
height: 30px;
opacity: 0;
}
.volume-slider input[type=range][orient=vertical]::-moz-range-thumb {
width: 30px;
height: 30px;
opacity: 0;
}
.volume-slider input[type=range][orient=vertical]::-ms-thumb {
width: 30px;
height: 30px;
opacity: 0;
}
.volume-slider-box .range-slider-bar {
2023-11-02 01:05:29 +08:00
left: 12px;
2023-10-30 19:07:29 +08:00
bottom: 3px;
position: absolute;
background: linear-gradient(dodgerblue, #1BC8F3);
pointer-events: none;
2023-11-02 01:05:29 +08:00
width: 7px;
2023-10-30 19:07:29 +08:00
border-radius: 10px;
}
.volume-slider-box .range-slider-thumb {
position: absolute;
2023-11-02 01:05:29 +08:00
left: 2px;
width: 35px;
height: 34px;
2023-10-30 19:07:29 +08:00
line-height: 30px;
color: #777;
font-size: 50%;
pointer-events: none;
background-image: url(../images/button.png);
2023-11-02 01:05:29 +08:00
background-size: 75%;
background-repeat: no-repeat;
2023-10-30 19:07:29 +08:00
}
2023-11-01 00:52:57 +08:00
.slider-value {
2023-10-31 19:06:14 +08:00
border: none;
background: #000;
2023-11-02 01:05:29 +08:00
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.15);
color: rgb(119, 118, 118);
2023-10-31 19:06:14 +08:00
border-radius: 5px;
2023-11-02 01:05:29 +08:00
font-size: 12px;
2023-10-31 19:06:14 +08:00
}
2023-11-01 00:52:57 +08:00
.slider-value:focus {
2023-10-31 19:06:14 +08:00
border: none;
background: #000;
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.15);
color: #fff;
border-radius: 5px;
outline: none;
}
2023-11-02 19:09:07 +08:00
.input-reduce {
border: none;
padding: 0px 8px;
line-height: 1;
background-color: #303030;
color: #eee;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.35);
}
.input-add {
border: none;
padding: 0px 8px;
line-height: 1;
background-color: #303030;
color: #eee;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.35);
}
2023-11-02 01:05:29 +08:00
/* === 标尺 ============ */
2023-10-30 19:07:29 +08:00
.volume-ruler {
position: relative;
width: 14px;
2023-11-02 01:05:29 +08:00
height: 165px;
2023-10-31 19:06:14 +08:00
margin-top: 20px;
margin-bottom: 20px;
2023-10-30 19:07:29 +08:00
}
.volume-ruler .cm {
position: absolute;
border-top: 1px solid #555;
height: 10%;
2023-11-02 01:05:29 +08:00
width: 10px;
2023-10-30 19:07:29 +08:00
}
.volume-ruler .mm {
position: absolute;
border-top: 1px solid #555;
height: 80%;
width: 14px;
2023-11-02 01:05:29 +08:00
top: 80%;
2023-10-30 19:07:29 +08:00
}
2023-11-08 19:15:11 +08:00
.volume-ruler.left-ruler {
right: 0;
}
.volume-ruler.left-ruler .mm {
position: absolute;
border-top: 1px solid #555;
height: 80%;
width: 8px;
top: 80%;
right: 0;
}
2023-10-30 19:07:29 +08:00
.volume-ruler .mm {
width: 5px;
}
.volume-ruler .cm:nth-of-type(1) {
top: 0%;
}
.volume-ruler .cm:nth-of-type(2) {
top: 16.6666%;
}
.volume-ruler .cm:nth-of-type(3) {
top: 33.3333%;
}
.volume-ruler .cm:nth-of-type(4) {
top: 50%;
}
.volume-ruler .cm:nth-of-type(5) {
top: 66.6666%;
}
.volume-ruler .cm:nth-of-type(6) {
top: 83.3333%;
}
2023-11-01 00:52:57 +08:00
2023-10-30 19:07:29 +08:00
.volume-ruler .cm:nth-of-type(7) {
top: 100%;
}
2023-10-31 19:06:14 +08:00
2023-11-09 17:25:00 +08:00
.volume-ruler.home .cm:nth-of-type(1) {
top: 0%;
}
.volume-ruler.home .cm:nth-of-type(2) {
top: 7.14285%;
}
.volume-ruler.home .cm:nth-of-type(3) {
top: 14.28571%;
}
.volume-ruler.home .cm:nth-of-type(4) {
top: 21.428571%;
}
.volume-ruler.home .cm:nth-of-type(5) {
top: 28.571428%;
}
.volume-ruler.home .cm:nth-of-type(6) {
top: 35.7142857%;
}
.volume-ruler.home .cm:nth-of-type(7) {
top: 42.8571428%;
}
.volume-ruler.home .cm:nth-of-type(8) {
top: 50%;
}
.volume-ruler.home .cm:nth-of-type(9) {
top: 57.14285714%;
}
.volume-ruler.home .cm:nth-of-type(10) {
top: 64.2857142%;
}
.volume-ruler.home .cm:nth-of-type(11) {
top: 71.4285714%;
}
.volume-ruler.home .cm:nth-of-type(12) {
top: 78.57142857%;
}
.volume-ruler.home .cm:nth-of-type(13) {
top: 85.71428571%;
}
.volume-ruler.home .cm:nth-of-type(14) {
top: 92.85714285%;
}
.volume-ruler.home .cm:nth-of-type(15) {
top: 100%;
}
2023-11-01 00:52:57 +08:00
.volume-ruler .cm>span {
2023-10-31 19:06:14 +08:00
position: absolute;
2023-11-02 01:05:29 +08:00
right: -18px;
top: -6px;
font: 9px/1 sans-serif;
2023-10-31 19:06:14 +08:00
color: #555;
2023-10-30 19:07:29 +08:00
}
2023-11-02 19:09:07 +08:00
/* =========== */
.pinpu-box {
width: 10px;
height: 100%;
padding-top: 5px;
padding-bottom: 5px;
}
.equalizer {
display: flex;
justify-content: center;
align-items: center;
height: 10rem;
margin-top: 4rem;
}
.equalizer-bar {
width: 14px;
margin: 0 3px;
display: flex;
flex-direction: column-reverse;
}
.equalizer-bar span {
display: block;
height: 4px;
border-radius: 1px;
width: 100%;
margin: 2px 0;
background-color: #FFF;
transition: .2s ease all;
/* opacity: 1; */
}
.equalizer-bar:nth-child(1) span {
2023-11-24 18:13:20 +08:00
background: #333;
2023-11-02 19:09:07 +08:00
}