代码拉取完成,页面将自动刷新
body {
height: 100vh;
width: 100vw;
margin: 0;
background-color: #fafafa;
display: flex;
flex-direction: column;
}
header {
display: flex;
}
main {
flex: 1;
display: flex;
overflow: hidden;
}
.logo {
height: 70%;
margin: 0 1em;
}
.logoOut {
font-size: 20px;
background-image: linear-gradient(45deg, #7c0094, #ff27a1cd, #ff0090);
font-weight: bolder;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn {
display: flex;
justify-content: center;
align-items: center;
transition: background-color .5s;
min-width: 100px;
padding: 2px;
cursor: pointer;
}
.btn:hover {
background-color: #fafafa;
}
.hide {
opacity: 0;
width: 0;
}
.toolbar {
height: 64px;
display: flex;
width: 100%;
background-color: #fff;
}
#canvas {
position: relative;
width: 70%;
height: 70%;
}
iframe { position: relative;width: 100%;
height: 100%;
border:0;
overflow: visible;}
.Line {
position: absolute;
height: 0.25rem;
width: 100%;
background-image: linear-gradient(45deg, #c119e2, #ff0090);
color: rgb(73, 142, 253);
text-align: right;
line-height: 4rem;
border-radius: 50%;
}
.coder {
max-width: 50vw;
height: 100%;
background-color: #fafafa;
display: flex;
flex-direction: column;
transition: .5s;
}
.flex-grow{
flex:1
}
#view {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
user-select: none;
}
#container {
max-width: 50vw;
flex: 1;
height: 100%;
}
.Ball {
position: absolute;
height: 5rem;
width: 5rem;
color: #fafafa;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background-image: linear-gradient(45deg, #c119e2, #ff0090);
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。