UNPKG

manage-client

Version:

经营管控模块前台组件

21 lines (20 loc) 943 B
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="referrer" content="never"> <title>呼叫系统</title> <link rel="stylesheet" href="http://cache.amap.com/lbs/static/main1119.css"/> <script type="text/javascript" src="http://webapi.amap.com/maps?v=1.4.3&key=4889f1e58df01cb40415536c8907bf64&plugin=AMap.Autocomplete,AMap.PlaceSearch"></script> <script type="text/javascript" src="http://cache.amap.com/lbs/static/addToolbar.js"></script> <style media="screen"> /*url(./static/newmainbg.jpg)*/ body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;} body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;} </style> </head> <body> 测试2 </body> </html>