146 lines
3.7 KiB
CSS
Raw Permalink Normal View History

2025-07-19 19:41:27 +08:00
.log-key-view[data-v-273aa4af] {
position: fixed;
right: 0;
color: #FFFFFF;
font-size: 0.625rem;
background: #007AFF;
top: 0;
z-index: 999;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.content[data-v-c10c040c] {
display: flex;
flex-direction: column;
}
.zone3[data-v-c10c040c] {
height: 5.15625rem;
line-height: 5.15625rem;
width: 100%;
display: flex;
white-space: nowrap;
flex-wrap: wrap;
margin-top: 0.3125rem;
align-items: center;
/* border: 1px solid red; */
}
.zone3 .item[data-v-c10c040c] {
width: 14%;
/* border: 1px solid red; */
padding: 0px 0.125rem;
margin: 0.15625rem 0.1875rem;
text-align: center;
display: inline-block;
height: 5.15625rem;
line-height: 5.15625rem;
border-radius: 0.15625rem;
background-color: #555555;
}
.zone3 .item uni-image[data-v-c10c040c] {
position: relative;
z-index: 8000;
/* border: 1px solid green; */
width: 100%;
height: 100%;
}
.zone3 .item-hover[data-v-c10c040c] {
transform: scale(1.04);
box-shadow: 2px 4px 6px #555555;
animation: glow 1500ms ease-out infinite alternate;
-webkit-transform: scale(1.04);
-webkit-box-shadow: 2px 4px 6px #555555;
-webkit-animation: glow 1500ms ease-out infinite alternate;
zoom: 1.05;
color: #000000;
background-color: #FFFFFF;
}
.zone3 .item-active[data-v-c10c040c] {
zoom: 0;
}
.zone3 .film-info[data-v-c10c040c] {
position: relative;
z-index: 9000;
display: inline-block;
text-align: center;
border: 1px solid gold;
height: 5.15625rem;
line-height: 5.15625rem;
width: 100%;
left: 0px;
top: 0px;
}
.zone3 .film-info .film-title[data-v-c10c040c] {
position: relative;
background-color: #FFFFFF;
height: 2.1875rem;
line-height: 2.1875rem;
z-index: 9000;
opcity: 0.3;
}
.zone1[data-v-c10c040c] {
height: 0.9375rem;
line-height: 0.9375rem;
width: 98%;
display: flex;
white-space: nowrap;
margin-top: 1.25rem;
align-items: center;
border: 1px solid red;
}
.zone1 .item[data-v-c10c040c] {
margin: -0.625rem 0.3125rem;
width: 60%;
border: 1px solid green;
text-align: center;
display: inline-block;
height: 0.6875rem;
line-height: 0.6875rem;
border-radius: 0.15625rem;
}
.zone1 .item-hover[data-v-c10c040c] {
transform: scale(1.04);
box-shadow: 2px 4px 6px #555555;
animation: glow 1500ms ease-out infinite alternate;
-webkit-transform: scale(1.04);
-webkit-box-shadow: 2px 4px 6px #555555;
-webkit-animation: glow 1500ms ease-out infinite alternate;
zoom: 1.05;
background: #FFFFFF;
color: #000000;
}
.zone1 .item-active[data-v-c10c040c] {
transform: scale(1.04);
box-shadow: 2px 4px 6px #555555;
animation: glow 1500ms ease-out infinite alternate;
-webkit-transform: scale(1.04);
-webkit-box-shadow: 2px 4px 6px #555555;
-webkit-animation: glow 1500ms ease-out infinite alternate;
background: #FFFFFF;
zoom: 1;
color: #000000;
}