mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-25 08:34:16 +08:00
fix ui feel
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
|||||||
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><meta name="description" content="やり直すんだ。そして、次はうまくやる。"/><meta name="keywords" content="人生重开模拟器 liferestart life restart remake 人生重来"/><meta name="renderer" content="webkit"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="full-screen" content="true"/><meta name="x5-fullscreen" content="true"/><meta name="360-fullscreen" content="true"/><meta name="theme-color" content="#157878"/><meta name="laya" screenorientation="landscape"/><meta http-equiv="expires" content="0"/><meta http-equiv="Cache-Control" content="no-siteapp"/><title>Life Restart</title><script src="libs/laya/min/laya.core.min.js"></script><script src="libs/laya/min/laya.webgl.min.js"></script><script src="libs/laya/min/laya.filter.min.js"></script><script src="libs/laya/min/laya.particle.min.js"></script><script src="libs/laya/min/laya.ui.min.js"></script><script defer="defer" src="chunk/main.cd60f.js"></script></head><body style="background:black"></body></html>
|
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><meta name="description" content="やり直すんだ。そして、次はうまくやる。"/><meta name="keywords" content="人生重开模拟器 liferestart life restart remake 人生重来"/><meta name="renderer" content="webkit"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="full-screen" content="true"/><meta name="x5-fullscreen" content="true"/><meta name="360-fullscreen" content="true"/><meta name="theme-color" content="#157878"/><meta name="laya" screenorientation="landscape"/><meta http-equiv="expires" content="0"/><meta http-equiv="Cache-Control" content="no-siteapp"/><title>Life Restart</title><script src="libs/laya/min/laya.core.min.js"></script><script src="libs/laya/min/laya.webgl.min.js"></script><script src="libs/laya/min/laya.filter.min.js"></script><script src="libs/laya/min/laya.particle.min.js"></script><script src="libs/laya/min/laya.ui.min.js"></script><script defer="defer" src="chunk/main.76985.js"></script></head><body style="background:black"></body></html>
|
||||||
@@ -463,6 +463,16 @@ const dark = {
|
|||||||
lineWidth: 2,
|
lineWidth: 2,
|
||||||
radius: 4,
|
radius: 4,
|
||||||
},
|
},
|
||||||
|
btn_main2: {
|
||||||
|
defaultColor: '#ffa07a',
|
||||||
|
defaultStroke: '#f8f8f8',
|
||||||
|
defaultLabel: '#3b3b3b',
|
||||||
|
hoverColor: '#ff7878',
|
||||||
|
hoverStroke: '#f8f8f8',
|
||||||
|
hoverLabel: '#eeeeee',
|
||||||
|
lineWidth: 2,
|
||||||
|
radius: 4,
|
||||||
|
},
|
||||||
btn_small: {
|
btn_small: {
|
||||||
defaultColor: '#5865f2',
|
defaultColor: '#5865f2',
|
||||||
defaultStroke: '#eeeeee',
|
defaultStroke: '#eeeeee',
|
||||||
@@ -514,7 +524,7 @@ const dark = {
|
|||||||
[pages.PROPERTY]: {
|
[pages.PROPERTY]: {
|
||||||
vars: {
|
vars: {
|
||||||
btnRandomAllocate: 'btn_main',
|
btnRandomAllocate: 'btn_main',
|
||||||
btnNext: 'btn_main',
|
btnNext: 'btn_main2',
|
||||||
title: 'title',
|
title: 'title',
|
||||||
},
|
},
|
||||||
names: {
|
names: {
|
||||||
@@ -671,7 +681,7 @@ const dark = {
|
|||||||
[pages.CELEBRITY]: {
|
[pages.CELEBRITY]: {
|
||||||
vars: {
|
vars: {
|
||||||
btnRetry: 'btn_main',
|
btnRetry: 'btn_main',
|
||||||
btnNext: 'btn_main',
|
btnNext: 'btn_main2',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -960,6 +970,16 @@ const light = {
|
|||||||
lineWidth: 2,
|
lineWidth: 2,
|
||||||
radius: 4,
|
radius: 4,
|
||||||
},
|
},
|
||||||
|
btn_main2: {
|
||||||
|
defaultColor: '#f7a989',
|
||||||
|
defaultStroke: '#f8f8f8',
|
||||||
|
defaultLabel: '#ffffff',
|
||||||
|
hoverColor: '#ff7878',
|
||||||
|
hoverStroke: '#f8f8f8',
|
||||||
|
hoverLabel: '#ffffff',
|
||||||
|
lineWidth: 2,
|
||||||
|
radius: 4,
|
||||||
|
},
|
||||||
btn_small: {
|
btn_small: {
|
||||||
defaultColor: '#5865f2',
|
defaultColor: '#5865f2',
|
||||||
defaultStroke: '#eeeeee',
|
defaultStroke: '#eeeeee',
|
||||||
@@ -1011,7 +1031,7 @@ const light = {
|
|||||||
[pages.PROPERTY]: {
|
[pages.PROPERTY]: {
|
||||||
vars: {
|
vars: {
|
||||||
btnRandomAllocate: 'btn_main',
|
btnRandomAllocate: 'btn_main',
|
||||||
btnNext: 'btn_main',
|
btnNext: 'btn_main2',
|
||||||
title: 'title',
|
title: 'title',
|
||||||
},
|
},
|
||||||
names: {
|
names: {
|
||||||
@@ -1168,7 +1188,7 @@ const light = {
|
|||||||
[pages.CELEBRITY]: {
|
[pages.CELEBRITY]: {
|
||||||
vars: {
|
vars: {
|
||||||
btnRetry: 'btn_main',
|
btnRetry: 'btn_main',
|
||||||
btnNext: 'btn_main',
|
btnNext: 'btn_main2',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user