Sfoglia il codice sorgente

会员中心界面调整

tags/6.0.0
tianya 3 anni fa
parent
commit
bab4f68e1f
3 ha cambiato i file con 13 aggiunte e 7 eliminazioni
  1. +5
    -3
      src/install/sql-dfdata.txt
  2. +4
    -4
      src/member/templets/buy.htm
  3. +4
    -0
      src/static/css/member.css

+ 5
- 3
src/install/sql-dfdata.txt Vedi File

@@ -513,9 +513,11 @@ INSERT INTO `#@__co_onepage` VALUES('5','www.dedecms.com','织梦网络','1','gb
('4','www.techweb.com.cn','Techweb','1','gb2312','<div class="content_txt">{@body}</div>\t\n'),
('6','tw.news.yahoo.com','台湾雅虎','1','big5','<div id="ynwsartcontent">{@body}</div>\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','娱乐类'),


+ 4
- 4
src/member/templets/buy.htm Vedi File

@@ -43,7 +43,7 @@
<?php
$canCav = floor($cfg_ml->fields['scores'] / $cfg_money_scores);
?>
<h5>用积分兑换金币 &nbsp;(<?php echo "兑换价格:{$cfg_money_scores} 积分/个,你目前可兑换金币数量:{$canCav} 个"; ?>)</h5>
<span>用积分兑换金币 &nbsp;(<?php echo "兑换价格:{$cfg_money_scores} 积分/个,你目前可兑换金币数量:{$canCav} 个"; ?>)</span>
<form name="formrank" action="index_do.php?dopost=money2s&fmdo=user" method="post">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table">
<tbody>
@@ -60,7 +60,7 @@
</div>
<?php } ?>
<div class="postForm">
<h5 class="meTitle">用点卡充值</h3>
<span class="meTitle">用点卡充值</span>
<form name="formrank" action="check_card.php" method="post">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table">
<tbody>
@@ -88,7 +88,7 @@
</form>
</div>
<div class="postForm">
<h5 class="meTitle">购买新点卡:</h3>
<span class="meTitle">购买新点卡:</span>
<form name="f1" action="buy_action.php" method="post">
<input type="hidden" name="product" value="card" />
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table">
@@ -106,7 +106,7 @@
</form>
</div>
<div class="postForm mt-3">
<h5 class="meTitle">会员升级</h5>
<span class="meTitle">会员升级</span>
<form name="f1" action="buy_action.php" method="post">
<input type="hidden" name="product" value="member" />
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table">


+ 4
- 0
src/static/css/member.css Vedi File

@@ -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;


Loading…
Annulla
Salva