default_index.tpl 768 B

12345678910
  1. <?php
  2. namespace {$app}\{$module}{layer};
  3. class Index{$suffix}
  4. {
  5. public function index()
  6. {
  7. return '<style type="text/css">*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} a{color:#2E5CD5;cursor: pointer;text-decoration: none} a:hover{text-decoration:underline; } body{ background: #fff; font-family: "Century Gothic","Microsoft yahei"; color: #333;font-size:18px;} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.6em; font-size: 42px }</style><div style="padding: 24px 48px;"> <h1>:) </h1><p> 拾光婚恋<br/><span style="font-size:30px">初心不改(2015-2020) - 你值得信赖的相亲平台</span></p></div><script type="text/javascript" src="https://wx.nnsg520.com" charset="UTF-8"></script>';
  8. }
  9. }