<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" /> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>学考无忧-我的推广</title> <link rel="stylesheet" href="__TMPL__/public/assets/css/reset.css"> <link rel="stylesheet" href="__TMPL__/public/assets/css/base.css"> <style> html, body { width: 100%; height: 100%; display: flex; display: -webkit-flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; } .code_Box { background: #FF5C19 url("{:cmf_get_image_url($share_image)}") no-repeat top left; background-size: 100%; -webkit-background-size: 100%; } </style> </head> <body> <!-- 顶部 --> <div class="order_top" style="background-color: #FF5C19"> <img src="__TMPL__/public/assets/images/left2.png" alt=""> <p style="color:white">我的推广</p> </div> <div class="code_Box"> </div> <script src="__TMPL__/public/assets/js/base.js"></script> </body> </html>