运行显示两个摄像头
This commit is contained in:
@@ -912,3 +912,11 @@ a:hover { text-decoration: underline; }
|
||||
0%, 100% { opacity: 1; }
|
||||
50% { opacity: 0.3; }
|
||||
}
|
||||
|
||||
/* ========== 运行页双摄像头 ========== */
|
||||
.camera-dual {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 16px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user