|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
- <div class="fx-row fx-end-cen login-form-container" style="padding: 100px 0;"
|
|
|
|
- :style="{backgroundImage: `url(${$imgBase}index/login/banner.png)`} ">
|
|
|
|
- <div class="bg-white" style="width:400px; padding:30px; margin-right: 150px;">
|
|
|
|
|
|
+ <div class="fx-row fx-end-cen login-form-container" style="padding: 40px 0;"
|
|
|
|
+ :style="{backgroundImage: `url(${require('@/assets/images/index/login/banner.png')})`} ">
|
|
|
|
+ <div class="bg-white rd4 login-form-block">
|
|
<img style="width: 60%;margin-left:20%;" src="@/assets/images/login_logo.png"/>
|
|
<img style="width: 60%;margin-left:20%;" src="@/assets/images/login_logo.png"/>
|
|
<div class="f-primary text-center mt20 mb40 bold f18" style="letter-spacing: 10px;">
|
|
<div class="f-primary text-center mt20 mb40 bold f18" style="letter-spacing: 10px;">
|
|
WELCOME
|
|
WELCOME
|
|
@@ -140,7 +140,14 @@ export default {
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
.login-form-container {
|
|
.login-form-container {
|
|
- background: no-repeat;
|
|
|
|
|
|
+ background: no-repeat center center;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.login-form-block {
|
|
|
|
+ width:350px;
|
|
|
|
+ height: 400px;
|
|
|
|
+ padding:15px 40px;
|
|
|
|
+ margin-right: calc(50vw - 600px);
|
|
|
|
+}
|
|
</style>
|
|
</style>
|