154 lines
2.9 KiB
CSS
154 lines
2.9 KiB
CSS
|
|
.controls-play.img[data-v-59a00a59] {
|
|
position: absolute;
|
|
width: 1.5625rem;
|
|
height: 1.5625rem;
|
|
top: 50%;
|
|
left:45%;
|
|
transform:translateX(-50%);
|
|
transform:translateY(-50%);
|
|
}
|
|
|
|
|
|
.log-key-view[data-v-273aa4af] {
|
|
position: fixed;
|
|
right: 0;
|
|
color: #FFFFFF;
|
|
font-size: 0.625rem;
|
|
background: #007AFF;
|
|
top: 0;
|
|
z-index: 999;
|
|
}
|
|
|
|
|
|
body {
|
|
background-color: #070707;
|
|
background-image: linear-gradient(0deg, #222222 0%, #1f1f1f 51%, #1d1d1d 75%);
|
|
color: white;
|
|
padding: 0.3125rem;
|
|
background-image: linear-gradient(to bottom, #2E3092, #797979);
|
|
}
|
|
.movie-contain {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.player {
|
|
width: 11.71875rem;
|
|
height: 6.25rem;
|
|
}
|
|
.movie-inter {
|
|
width: 11.09375rem;
|
|
padding: 0 0.3125rem;
|
|
}
|
|
.movie-title {
|
|
font-size: 0.5625rem;
|
|
padding-bottom: 0.15625rem;
|
|
}
|
|
.movie-year {
|
|
padding-left: 0.15625rem;
|
|
}
|
|
.movie-year,
|
|
.movie-info,
|
|
.movie-content {
|
|
font-size: 0.5rem;
|
|
color: #dadade;
|
|
line-height: 0.875rem;
|
|
}
|
|
.movie-content {
|
|
text-overflow: -o-ellipsis-lastline;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
line-height: 0.625rem;
|
|
margin-bottom: 0.3125rem;
|
|
}
|
|
.btn-zone {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.fullscreen-btn,
|
|
.favicon-btn {
|
|
width: 1.875rem;
|
|
height: 1.875rem;
|
|
margin-right: 0.3125rem;
|
|
background: #3e3e3e;
|
|
font-size: 0.375rem;
|
|
border-radius: 0.0625rem;
|
|
text-align: center;
|
|
}
|
|
.fullscreen-btn uni-image,
|
|
.favicon-btn uni-image {
|
|
width: 0.6875rem;
|
|
height: 1rem;
|
|
}
|
|
.list-zone {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: left;
|
|
margin-bottom: 0.3125rem;
|
|
align-items: center;
|
|
padding: 5px;
|
|
}
|
|
.resource-zone{
|
|
width: 100%;
|
|
display: flex;
|
|
white-space: nowrap;
|
|
align-items: center;
|
|
padding: 1px;
|
|
}
|
|
.resource-zone .item-resource{
|
|
display: inline-block;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
width: 2.5625rem;
|
|
height: 2.5rem;
|
|
line-height: 2.5rem;
|
|
margin: 0.15625rem;
|
|
background-color: #6b6b6b;
|
|
border-radius: 0.15625rem;
|
|
font-size: 0.375rem;
|
|
}
|
|
.item-resource-info4 {
|
|
display: flex;
|
|
flex-wrap:wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
white-space: normal;
|
|
height: 2.5rem;
|
|
line-height: 2.5rem;
|
|
width: 2.5625rem;
|
|
}
|
|
.item {
|
|
width: 2.5625rem;
|
|
height: 0.9375rem;
|
|
margin: 0.15625rem;
|
|
text-align: center;
|
|
background-color: #6b6b6b;
|
|
border-radius: 0.15625rem;
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 0.375rem;
|
|
}
|
|
.itemMovieFlag{
|
|
background-color: #CD7F32;
|
|
}
|
|
.item-hover {
|
|
transform: scale(1.04);
|
|
box-shadow: 2px 4px 6px #585dfa;
|
|
animation: glow 1500ms ease-out infinite alternate;
|
|
-webkit-transform: scale(1.04);
|
|
-webkit-box-shadow: 2px 4px 6px #585dfa;
|
|
-webkit-animation: glow 1500ms ease-out infinite alternate;
|
|
zoom: 1.05;
|
|
}
|
|
.title{
|
|
font-size: 0.46875rem;
|
|
}
|