UNPKG

tsp-component

Version:

提供多端和react版本的UI组件

34 lines (33 loc) 898 B
<!DOCTYPE html> <html lang="en"> <head> <title></title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> <meta name="x5-orientation" content="portrait"/> <meta name="x5-page-mode" content="app"> <style> body { margin: 0; padding: 0; line-height: 1; } * { outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-touch-callout: none; background: linear-gradient(to bottom,transparent,transparent); box-sizing: border-box; } .tsp-component-ImgView { width: 750px; height: 475px; } </style> </head> <body> <div id="root"></div> <script src="../../dist/js/img-view_demo.js"> </script> </body> </html>