21 lines
464 B
Plaintext
21 lines
464 B
Plaintext
.SliderPlayerBox{
|
|
padding: 0px 20px;
|
|
background: #ffffff;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.SliderPlayerBox_playbtn{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
margin: -2px 15px 0 20px;
|
|
}
|
|
.SliderPlayerBox_slider{
|
|
padding: 16px 37px 0px 0px;
|
|
width: 600px;
|
|
}
|
|
} |