Commit 2dc8ac64 authored by zhengke's avatar zhengke

修改

parent ec2ecbc8
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
<div style="width: 100%;min-height:200px; overflow-x: auto;padding:0 20px; " class="HotelQueryList" <div style="width: 100%;min-height:200px; overflow-x: auto;padding:0 20px; " class="HotelQueryList"
v-loading="loading"> v-loading="loading">
<div class="hotelProductManage2_tableBox" style="margin:20px 0;"> <div class="hotelProductManage2_tableBox">
<span style="color:#fff;background-color: #ff3737;padding:2px 4px;border-radius:5px">红日</span> <span style="color:#fff;background-color: #ff3737;padding:2px 4px;border-radius:5px">红日</span>
<span style="color:#000000;background-color: #ff99cc;padding:2px 4px;border-radius:5px">旺季</span> <span style="color:#000000;background-color: #ff99cc;padding:2px 4px;border-radius:5px">旺季</span>
<span style="color:#000000;background-color: #bcd6ee;padding:2px 4px;border-radius:5px">平季</span> <span style="color:#000000;background-color: #bcd6ee;padding:2px 4px;border-radius:5px">平季</span>
......
...@@ -31,7 +31,16 @@ ...@@ -31,7 +31,16 @@
.Supplier_Login .login-Div .loginBtn:hover { .Supplier_Login .login-Div .loginBtn:hover {
background-color: #5182E4; background-color: #5182E4;
} }
.Supplier_Login .login_back{
position: absolute!important;
width:100%;
height:50%;
top:0;
left:0;
}
.Supplier_Login .Supplier_loginDiv{
background-color:rgba(255,255,255,0.2)!important;
}
</style> </style>
<template> <template>
...@@ -43,8 +52,8 @@ ...@@ -43,8 +52,8 @@
</div> </div>
</div> </div>
</div> </div>
<div class="login_back"></div>
<form class="login-Div"> <form class="login-Div Supplier_loginDiv">
<div v-if="isShow==1"> <div v-if="isShow==1">
<div class="mainTitle"> <div class="mainTitle">
<div class="login_Title"> <div class="login_Title">
...@@ -82,6 +91,7 @@ ...@@ -82,6 +91,7 @@
</template> </template>
<script> <script>
import Particle from 'particleground-light'
export default { export default {
name: "login-box", name: "login-box",
data() { data() {
...@@ -108,6 +118,10 @@ ...@@ -108,6 +118,10 @@
}; };
}, },
mounted() { mounted() {
new Particle(document.querySelector('.login_back'),{
dotColor: '#031940',
lineColor: '#031940'
})
this.init(); this.init();
let that = this; let that = this;
this.clock = setInterval(() => { this.clock = setInterval(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment