css
This commit is contained in:
@@ -445,7 +445,7 @@
|
|||||||
background center url(../images/new/button.png) no-repeat
|
background center url(../images/new/button.png) no-repeat
|
||||||
background-size 100% 100%
|
background-size 100% 100%
|
||||||
p
|
p
|
||||||
_font(48px, 48px, #EFF2FF,,center)
|
_font(48px, 1, #EFF2FF,,center)
|
||||||
font-family: YouSheBiaoTiHei
|
font-family: YouSheBiaoTiHei
|
||||||
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(49,190,255,0.9) 0%, rgba(239,252,254,1) 40%);
|
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(49,190,255,0.9) 0%, rgba(239,252,254,1) 40%);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { getStore, setStore } from '@config/utils.js'
|
|||||||
|
|
||||||
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://47.98.105.245:8018' : 'http://localhost:8018'
|
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://47.98.105.245:8018' : 'http://localhost:8018'
|
||||||
const setTime = '5000'
|
const setTime = '5000'
|
||||||
const username = 'admin'
|
const username = 'user'
|
||||||
const password = '123456'
|
const password = '123456'
|
||||||
const state = {
|
const state = {
|
||||||
baseUrl: getStore('baseUrl') || baseUrl,
|
baseUrl: getStore('baseUrl') || baseUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user