no message

Former-commit-id: 22ff6ee3a4bcf71f5e63b9961a93db6caf2bff4e
Former-commit-id: 09f9c78508dd4262e3e79c78b0183ab415a53b38
Former-commit-id: c26509c34e7b54e0e29b7b406ec975ed6aad6bb5
This commit is contained in:
李杨
2018-01-21 23:19:19 +08:00
parent b4e77b10fc
commit 03fffe0ff1
2 changed files with 12 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ export default {
} }
}, },
"color": { "color": {
"value": "#ffffff" "value": "#DCDFE6"
}, },
"shape": { "shape": {
"type": "circle", "type": "circle",
@@ -28,7 +28,7 @@ export default {
} }
}, },
"opacity": { "opacity": {
"value": 0.5, "value": 1,
"random": false, "random": false,
"anim": { "anim": {
"enable": false, "enable": false,
@@ -38,7 +38,7 @@ export default {
} }
}, },
"size": { "size": {
"value": 3, "value": 4,
"random": true, "random": true,
"anim": { "anim": {
"enable": false, "enable": false,
@@ -50,9 +50,9 @@ export default {
"line_linked": { "line_linked": {
"enable": true, "enable": true,
"distance": 150, "distance": 150,
"color": "#ffffff", "color": "#DCDFE6",
"opacity": 0.4, "opacity": 0.4,
"width": 1 "width": 2
}, },
"move": { "move": {
"enable": true, "enable": true,

View File

@@ -15,12 +15,15 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss">
@import '~@/assets/style/public.scss';
.login { .login {
background-color: #EDF4FA;
height: 100%; height: 100%;
width: 100%; canvas {
background-color: $color-info; display: block;
margin: 0px;
padding: 0px;
}
} }
</style> </style>