NEZ-1072 feat: 主题切换
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user