From bab4f68e1f8767027c25107964b14dddb02d9102 Mon Sep 17 00:00:00 2001 From: tianya Date: Wed, 28 Oct 2020 11:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E4=B8=AD=E5=BF=83=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/install/sql-dfdata.txt | 8 +++++--- src/member/templets/buy.htm | 8 ++++---- src/static/css/member.css | 4 ++++ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/install/sql-dfdata.txt b/src/install/sql-dfdata.txt index c15a305f..9674283d 100755 --- a/src/install/sql-dfdata.txt +++ b/src/install/sql-dfdata.txt @@ -513,9 +513,11 @@ INSERT INTO `#@__co_onepage` VALUES('5','www.dedecms.com','织梦网络','1','gb ('4','www.techweb.com.cn','Techweb','1','gb2312','
{@body}
\t\n'), ('6','tw.news.yahoo.com','台湾雅虎','1','big5','
{@body}
\t\n'); -INSERT INTO `#@__flink` VALUES('2','1','http://www.dedecms.com','织梦CMS官方','','','','1226375403','1','2'), -('9','1','http://docs.dedecms.com/','DedeCMS维基手册','','','','1227772717','1','2'), -('8','1','http://bbs.dedecms.com','织梦技术论坛','','','','1227772703','1','2'); +INSERT INTO `#@__flink` (`sortrank`, `url`, `webname`, `msg`, `email`, `logo`, `dtime`, `typeid`, `ischeck`) VALUES (1, 'https://www.dedebiz.com', 'DedeCMSV6', '', '', '', 1226375403, 1, 2); +INSERT INTO `#@__flink` (`sortrank`, `url`, `webname`, `msg`, `email`, `logo`, `dtime`, `typeid`, `ischeck`) VALUES (1, 'https://www.dedebiz.com/help', '帮助中心', '', '', '', 1227772717, 1, 2); +INSERT INTO `#@__flink` (`sortrank`, `url`, `webname`, `msg`, `email`, `logo`, `dtime`, `typeid`, `ischeck`) VALUES (1, 'https://www.dedebiz.com', 'DedeBIZ', '', '', '', 1227772703, 1, 2); +INSERT INTO `#@__flink` (`sortrank`, `url`, `webname`, `msg`, `email`, `logo`, `dtime`, `typeid`, `ischeck`) VALUES (3, 'https://www.dedebiz.com/git', '代码托管', '', '', '', 1603767210, 1, 1); + INSERT INTO `#@__flinktype` VALUES('1','综合网站'), ('2','娱乐类'), diff --git a/src/member/templets/buy.htm b/src/member/templets/buy.htm index 7e3ecfe2..95cd4d9f 100755 --- a/src/member/templets/buy.htm +++ b/src/member/templets/buy.htm @@ -43,7 +43,7 @@ fields['scores'] / $cfg_money_scores); ?> -
用积分兑换金币  ()
+ 用积分兑换金币  ()
@@ -60,7 +60,7 @@
-
用点卡充值
+ 用点卡充值
@@ -88,7 +88,7 @@
-
购买新点卡:
+ 购买新点卡:
@@ -106,7 +106,7 @@
-
会员升级
+ 会员升级
diff --git a/src/static/css/member.css b/src/static/css/member.css index 752ae337..658f7faf 100644 --- a/src/static/css/member.css +++ b/src/static/css/member.css @@ -1,6 +1,10 @@ /* Copyright 2020 The MuEMS Authors. All rights reserved. license that can be found in the LICENSE file. */ +body { + font-size: 14px; +} + main.login-from { background-image: url('../img/member_bg.jpg'); background-repeat: no-repeat;