1 Star 3 Fork 1

江夏尧/RXJS弹珠测试生成器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.css 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
KonghaYao 提交于 2021-04-10 17:53 . 2021/4/10
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);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dongzhongzhidong/rxjs-marble-test-creator.git
[email protected]:dongzhongzhidong/rxjs-marble-test-creator.git
dongzhongzhidong
rxjs-marble-test-creator
RXJS弹珠测试生成器
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385