howtogetscore.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>www.mymps.com.cn</title>
  6. <style type="text/css">
  7. <!--
  8. body {
  9. padding: 0px;
  10. margin-top: 1px;
  11. margin-left: 1px;
  12. background:white;
  13. font-size:12px
  14. }
  15. #center {
  16. width: auto;
  17. margin-top: 0px;
  18. margin-right: auto;
  19. margin-bottom: 0px;
  20. margin-left: auto;
  21. }
  22. .content {
  23. padding-left: 70px;
  24. }
  25. .content_1 {
  26. float: left;
  27. width: auto;
  28. line-height: 24px;
  29. color: #a7a7aa;
  30. }
  31. .content_1 .hj {
  32. padding-top: 5px;
  33. padding-bottom: 5px;
  34. }
  35. .content_1 strong {
  36. color: #006acd;
  37. }
  38. .content_1 b {
  39. color: #006acd;
  40. }
  41. .content_2 {
  42. line-height: 24px;
  43. float: right;
  44. width: 170px;
  45. padding-right: 15px;
  46. color: #006acd;
  47. margin-top: 20px;
  48. }
  49. .content_2 span {
  50. color: #e91116;
  51. }
  52. .clear {clear:both; height:10px; visibility:hidden; overflow: hidden}
  53. a:hover {
  54. color: #FF0000;
  55. }
  56. .content_11 { float: left;
  57. width: auto;
  58. line-height: 24px;
  59. color: #a7a7aa;
  60. }
  61. .cont {
  62. padding:10px 30px 0 30px;
  63. }
  64. .cont_1 {
  65. width: auto;
  66. line-height: 24px;
  67. color: #a7a7aa;
  68. }
  69. .nr {
  70. height:auto;
  71. overflow:auto
  72. }
  73. .nr span.l{ display:block; width:350px; }
  74. .nr span.r{ display:block; width:350px; }
  75. .nr em {
  76. font-style: normal;
  77. color: #FF0000;
  78. }
  79. .nr b {
  80. color: #006acd;
  81. }
  82. .input0 {
  83. border: 1px solid #b9cde3;
  84. height: 18px;
  85. vertical-align: middle;
  86. width: 150px;
  87. line-height: 18px;
  88. padding-left:5px;
  89. padding-right:5px;
  90. }
  91. textarea {
  92. border: 1px solid #b9cde3;
  93. height: 40px;
  94. width: 436px;
  95. vertical-align: middle;
  96. padding-left:5px;
  97. padding-right:5px;
  98. }
  99. input.submit{border:1px solid;cursor:pointer;border-color:#fff #848484 #848484 #fff !important;background:#1B72AF !important;color:#FFFFFF !important; line-height:20px;}
  100. .mymps{ width:100%}
  101. .mymps td{ border-bottom:1px #eee solid; text-align:center}
  102. .current td{color:#090;border-color:#abdc97;background-color:#f5fff1;}
  103. .current td.icon{background:#f5fff1 url(../member/template/images/valid.gif) no-repeat 5px 4px;}
  104. -->
  105. </style>
  106. <script type="text/javascript">
  107. function $(id) {
  108. return document.getElementById(id);
  109. }
  110. </script>
  111. </head>
  112. <body>
  113. <div id="center">
  114. <div class="cont">
  115. <div class="cont_1">
  116. <div class="nr" style="border-bottom:3px #ddd solid; color:#006acd; font-weight:bold">会员积分策略相关说明</div>
  117. <div>
  118. <table border="0" cellspacing="0" cellpadding="0" class="mymps">
  119. <tr bgcolor="#f5f8ff" style="font-weight:bold"><td>操作事件</td><td>积分变化</td></tr>
  120. <?php foreach($array as $k => $v){?>
  121. <tr align="center" bgcolor="white">
  122. <td class="icon"><?php echo $k; ?></td>
  123. <td style="color:<?php if($score_change['score'][rank][$v] <= 0){echo 'red';}else{echo 'green';}?>"><?php echo $score_change['score'][rank][$v]?></td>
  124. </tr>
  125. <?php }?>
  126. <?php if($mymps_global['cfg_if_affiliate'] == 1){?>
  127. <tr align="center" bgcolor="white">
  128. <td class="icon">注册推广</td>
  129. <td style="color:green">一个会员增加积分<?php echo $mymps_global['cfg_affiliate_score']?></td>
  130. </tr>
  131. <?php }?>
  132. </table>
  133. </div>
  134. </div>
  135. <div class="clear"></div>
  136. </div>
  137. </div>
  138. </body>
  139. </html>