promotion.html 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <style>
  2. .right-content{
  3. padding-top:54px!important; padding-left:0!important; width:970px!important;
  4. }
  5. .width100{width: 100%;}
  6. .promotionBody{width: 920px; margin: 0px auto;}
  7. .promotionBodyTitle{font-size: 24px; color: #ee30d5; margin-top: 24px; margin-bottom: 24px; text-align: center;}
  8. .thisMonth{color: #242424;}
  9. .thisMonthTitle{font-size: 14px; height: 34px; line-height: 34px; text-indent:24px; border-radius: 6px 6px 0px 0px; background-color: #99D4FF;}
  10. .shareSchedule{float: left; width: 894px; padding-left: 24px; font-size: 14px; border: 1px #C9C9C9 ridge; border-top: none;}
  11. .shareScheduleCode{margin-top: 18px; float: left;}
  12. .shareScheduleLine{border-bottom: 1px #AEAEAE ridge; float: left; width: 842px; margin-top: 10px;}
  13. .shareScheduleGift{float: left; margin-left: 60px; margin-bottom: 18px;}
  14. .shareScheduleGiftBlock{margin-top: 18px; float: left;}
  15. .shareScheduleGiftFloat{float: left; margin-left: 32px; text-align: center;}
  16. .shareScheduleGiftFloat img{width: 120px; height: 90px;}
  17. .shareScheduleGiftTitle{color: #6665ff; margin-top: 10px;}
  18. .floatLeft{float: left;}
  19. .shareProgressBar{width: 700px; height: 18px; border-radius: 15px; background-color: #BCBCBC; margin-left: 25px; position: relative;}
  20. .shareProgressBarComplete{height: 18px; border-radius: 15px; background-color: #6666FF; position: absolute;}
  21. .shareCompleteValue{float: left; margin-left: 130px; margin-top: 10px;}
  22. .shareScheduleGiftBlock table{width: 827px; text-align: center; border-collapse:collapse;}
  23. .shareScheduleGiftBlock table tr:nth-child(1){background-color: #FF9806;}
  24. .shareScheduleGiftBlock table tr td{width: 274px; height: 30px; border: 1px solid #C9C9C9;}
  25. </style>
  26. <div class="content">
  27. <% include leftBar.html %>
  28. <!-- right content start -->
  29. <div class="right-content myProfile" style="min-height: 700px;">
  30. <div class="pageInfo">Promotion</div>
  31. <div class="promotionBody">
  32. <div class="width100 promotionBodyTitle">Share Your Public Broadcast Room to Get Rewards</div>
  33. <div class="width100 thisMonth">
  34. <div class="thisMonthTitle">This Month’s Results</div>
  35. <div class="shareSchedule">
  36. <div class="shareScheduleCode">Your Invite Code:<%=invitation_code%></div>
  37. <div class="shareScheduleLine"></div>
  38. <div style="margin-top: 10px; float: left;">Your Current Progress:<%=shareRecharge%></div>
  39. <div class="clear"></div>
  40. <div class="shareScheduleGiftBlock">
  41. <div style="margin-top: 24px; float: left;">Gift Rewarded</div>
  42. <div class="shareScheduleGift">
  43. <div class="shareScheduleGiftFloat">
  44. <img src="<%=public_path%>/img/shareGift1.png">
  45. <div class="shareScheduleGiftTitle">Earphones</div>
  46. </div>
  47. <div class="shareScheduleGiftFloat">
  48. <img src="<%=public_path%>/img/shareGift2.png">
  49. <div class="shareScheduleGiftTitle">HD Camera</div>
  50. </div>
  51. <div class="shareScheduleGiftFloat">
  52. <img src="<%=public_path%>/img/tx.png">
  53. <div class="shareScheduleGiftTitle">Multi-media Sound Card</div>
  54. </div>
  55. <div class="shareScheduleGiftFloat">
  56. <img src="<%=public_path%>/img/shareGift4.png">
  57. <div class="shareScheduleGiftTitle">Mobile Phone</div>
  58. </div>
  59. </div>
  60. </div>
  61. <div class="clear"></div>
  62. <div class="floatLeft" style="margin-bottom: 10px;">
  63. <div class="floatLeft">Coins Rewarded</div>
  64. <div class="floatLeft">
  65. <div class="shareProgressBar" style="">
  66. <div class="shareProgressBarComplete" style="width: <%=width%>%;"></div>
  67. </div>
  68. <div class="shareCompleteValue" >50,000</div>
  69. <div class="shareCompleteValue">100,000</div>
  70. <div class="shareCompleteValue">200,000</div>
  71. <div class="shareCompleteValue">500,000</div>
  72. </div>
  73. </div>
  74. </div>
  75. <div class="clear"></div>
  76. </div>
  77. <div class="width100 thisMonth" style="margin-top: 15px;">
  78. <div class="thisMonthTitle">Promotional Activity Details</div>
  79. <div class="shareSchedule">
  80. <div class="shareScheduleCode">Marketing Methods</div>
  81. <div class="shareScheduleLine"></div>
  82. <div class="clear"></div>
  83. <div class="shareScheduleGiftBlock" style="width: 842px;">
  84. 1) Marketing Methods<br>
  85.  a. You can share your public broadcast room outside of our site. Once a user registers as a member and buys coins, you will get coins and gift rewards; or<br>
  86.  b. You can share your invite code with your friends or anyone. Once they register as a member entering this code and buys coins, you will get coins and gift rewards.
  87. <br><br>
  88. 2) Reward Calculation<br>
  89.  a. Rewards in coins for current month = 40% of coins purchased by new members brought by you.<br>
  90.  b. Once a specific amount of coin rewards has been obtained, you will receive extra gifts as follows:
  91. <br><br><br>
  92. </div>
  93. <div class="shareScheduleCode">Promotional Activity Gifts</div>
  94. <div class="shareScheduleLine"></div>
  95. <div class="clear"></div>
  96. <div class="shareScheduleGiftBlock" style="margin-bottom: 70px;">
  97. <table>
  98. <tr>
  99. <td>Coins Purchased by Members</td>
  100. <td>Coin Rewards</td>
  101. <td>Gift Rewards</td>
  102. </tr>
  103. <tr>
  104. <td>125,000</td>
  105. <td>50,000</td>
  106. <td>Earphones</td>
  107. </tr>
  108. <tr>
  109. <td>250,000</td>
  110. <td>100,000</td>
  111. <td>HD Camera</td>
  112. </tr>
  113. <tr>
  114. <td>500,000</td>
  115. <td>200,000</td>
  116. <td>Multi-media Sound Card</td>
  117. </tr>
  118. <tr>
  119. <td>1,250,000</td>
  120. <td>500,000</td>
  121. <td>Mobile Phone</td>
  122. </tr>
  123. </table>
  124. </div>
  125. </div>
  126. <div class="clear"></div>
  127. </div>
  128. </div>
  129. </div>
  130. <!-- right content end -->
  131. </div>
  132. <script>
  133. </script>