From e0e5aa28cbd509579c7a83672a93241c9a5ed7e9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 06 七月 2020 15:09:49 +0800
Subject: [PATCH] 2020-07-06

---
 src/mob/modelsource/option.jsx |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mob/modelsource/option.jsx b/src/mob/modelsource/option.jsx
index f06e740..5418f89 100644
--- a/src/mob/modelsource/option.jsx
+++ b/src/mob/modelsource/option.jsx
@@ -14,11 +14,11 @@
       sourceType: 'mob-login-1', type: 'mob', url: mobLogin1,  style: {},
       param: {
         type: 'login', subtype: 'mob-login-1',
-        box: { editable: true, eleType: 'box', paddingTop: '17vh', background: '', color: '#ffffff' },
-        logo: { editable: true, eleType: 'img', content: mklogo },
-        title: { editable: true, eleType: 'text', content: '鏄庣鍟嗕笟鏅鸿兘寮�鏀惧钩鍙�', fontSize: '20px', fontWeight: 'bold', color: '#ffffff' },
-        login: { editable: true, eleType: 'button', content: '鐧诲綍', fontSize: '20px', fontWeight: 'bold', color: '#ffffff' },
-        copyright: { editable: true, eleType: 'textarea', content: 'Copyright漏2017  鎵�鏈夌浉鍏崇増鏉冨綊  鍖椾含鏄庣鏅崕淇℃伅鎶�鏈湁闄愬叕鍙�', fontSize: '12px', color: '#ffffff' }
+        box: { editable: true, eleType: 'box', style: {paddingTop: '17vh', color: '#ffffff', backgroundImage: 'linear-gradient(#378DBE, #46C29E, #48A9D6)'}},
+        logo: { editable: true, eleType: 'img', content: mklogo, style: {} },
+        title: { editable: true, eleType: 'text', content: '鏄庣鍟嗕笟鏅鸿兘寮�鏀惧钩鍙�', style: {fontSize: '20px', fontWeight: 'bold', color: '#ffffff', textAlign: 'center'}},
+        login: { editable: true, eleType: 'button', content: '鐧诲綍', style: {fontSize: '18px', color: '#ffffff', textAlign: 'center', lineHeight: 2.4}},
+        copyright: { editable: true, eleType: 'textarea', content: 'Copyright漏2017  鎵�鏈夌浉鍏崇増鏉冨綊  鍖椾含鏄庣鏅崕淇℃伅鎶�鏈湁闄愬叕鍙�', style: {fontSize: '12px', color: '#ffffff', textAlign: 'center'} }
       }
     },
   ]

--
Gitblit v1.8.0