代码拉取完成,页面将自动刷新
同步操作将从 JL/what-is-the-mercator-projection 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
}
ul,
li {
list-style: none;
display: block;
padding: 0;
margin: 0;
}
#container {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.info {
position: absolute;
right: 20px;
top: 10px;
width: 40px;
height: 40px;
font-size: 26px;
border-radius: 50%;
background-color: #1890ff;
color: #fff;
text-align: center;
line-height: 40px;
display: block;
text-decoration: none;
}
.steps {
position: absolute;
right: 20px;
top: 50%;
margin-top: -120px;
}
.step::after {
content: '';
display: block;
width: 1px;
height: 40px;
margin: 10px 21px 10px;
background: #1890ff;
}
.step:nth-child(3)::after {
display: none;
}
.step-state {
width: 44px;
height: 44px;
border-radius: 50%;
background-color: transparent;
cursor: pointer;
line-height: 39px;
text-align: center;
font-size: 16px;
color: #1890ff;
background-color: #1890ff;
background-position: center;
}
.icon {
width: 36px;
height: 36px;
margin: 4px;
display: inline-block;
background-position: center;
background-repeat: none;
background-size: cover;
}
.icon.sphere {
background-image: url(dist/sphere.svg);
}
.icon.cylinder {
background-image: url(dist/cylinder.svg);
}
.icon.plane {
background-image: url(dist/plane.svg);
}
.icon.line {
background-image: url(dist/line.svg);
}
.icon.rect {
background-image: url(dist/rect.svg);
}
.step-state.active {
background-color: #1890ff;
color: #fff;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。