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;