|
@@ -24,11 +24,11 @@ export default {
|
|
</script>
|
|
</script>
|
|
<style scoped>
|
|
<style scoped>
|
|
.register{
|
|
.register{
|
|
- width:100vw;
|
|
|
|
|
|
+ width:80vw;
|
|
height:50vh;
|
|
height:50vh;
|
|
display: flex;
|
|
display: flex;
|
|
- /* justify-content: center; */
|
|
|
|
- align-items: center;
|
|
|
|
|
|
+ justify-content: center;
|
|
|
|
+ /* align-items: center; */
|
|
background-color: aqua;
|
|
background-color: aqua;
|
|
backdrop-filter: blur(3px);
|
|
backdrop-filter: blur(3px);
|
|
}
|
|
}
|