NEZ-1072 feat: 主题切换

This commit is contained in:
chenjinsong
2021-11-01 17:23:01 +08:00
parent 1e017d3060
commit 914c096463
395 changed files with 23682 additions and 23372 deletions

View File

@@ -81,59 +81,3 @@ export default {
}
}
</script>
<style lang="scss" scoped>
.transition-box {
margin-bottom: 10px;
width: 200px;
height: 100px;
border-radius: 4px;
background-color: #409EFF;
text-align: center;
color: #fff;
padding: 40px 20px;
box-sizing: border-box;
margin-right: 20px;
}
.zoom {
background: #F9F9F9;
border: 1px solid #DBDBDB;
border-radius: 2px;
width: 400px;
height: 108px;
position: absolute;
z-index: 1;
left: 50%;
top: 50px;
margin-left: -186px;
span {
font-family: Roboto-Regular;
margin-top: 15px;
font-size: 14px;
color: #666666;
line-height: 20px;
font-weight: 400;
width: 350px;
height: 40px;
margin-left: 40px;
display: inline-block;
}
i {
position: absolute;
color: #FA901C;
top: 15px;
left: 12px;
}
.zoom-button {
margin-top: 10px;
margin-left: 39px;
border: 1px solid #DBDBDB;
border-radius: 4px;
background-color: #F9F9F9;
color: #000;
font-style: italic;
font-weight: 900;
padding: 4px 10px;
}
}
</style>