|
@@ -1758,16 +1758,16 @@ window.aiService = aiService;
|
|
|
.lamp-light-mask {
|
|
.lamp-light-mask {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
width: rpx(78);
|
|
width: rpx(78);
|
|
|
- height: rpx(350);
|
|
|
|
|
- margin-top: rpx(148.5);
|
|
|
|
|
|
|
+ height: rpx(250);
|
|
|
|
|
+ margin-top: rpx(49);
|
|
|
margin-left: rpx(192);
|
|
margin-left: rpx(192);
|
|
|
- background: linear-gradient(to bottom, var(--lamp-color) 0%, var(--lamp-color) 20%, rgba(255, 255, 255, 0) 80%);
|
|
|
|
|
- filter: blur(40px);
|
|
|
|
|
- transform: rotate(8.5deg);
|
|
|
|
|
|
|
+ background: linear-gradient(to bottom, var(--lamp-color) 0%, var(--lamp-color) 10%, rgba(255, 255, 255, 0) 90%);
|
|
|
|
|
+ filter: blur(60px);
|
|
|
|
|
+ transform: rotate(9deg);
|
|
|
transform-origin: top center;
|
|
transform-origin: top center;
|
|
|
opacity: var(--lamp-opacity, 0.6);
|
|
opacity: var(--lamp-opacity, 0.6);
|
|
|
/* 创建扇形效果 */
|
|
/* 创建扇形效果 */
|
|
|
- clip-path: polygon(0% 0%, 100% 0%, 200% 100%, -100% 100%);
|
|
|
|
|
|
|
+ clip-path: polygon(0% 0%, 100% 0%, 250% 100%, -150% 100%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* 灯光信息显示 */
|
|
/* 灯光信息显示 */
|