protocol.html 377 B

123456789101112131415
  1. <style type="text/css">
  2. pre{padding:0; margin:0; font:12px/22px "宋体"}
  3. pre {
  4. white-space: pre-wrap; /* css-3 */
  5. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  6. white-space: -pre-wrap; /* Opera 4-6 */
  7. white-space: -o-pre-wrap; /* Opera 7 */
  8. word-wrap: break-word; /* Internet Explorer 5.5+ */
  9. }
  10. </style>
  11. <body>
  12. <pre>
  13. {$member_setting['regprotocol']}
  14. </pre>
  15. </body>