UNPKG

system-phone

Version:

手机模块 前端组件

22 lines (21 loc) 847 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 HTTP-EQUIV="pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate"> <META HTTP-EQUIV="expires" CONTENT="0"> <title>奥枫信息系统</title> <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> <link rel="stylesheet" href="./static/layui/css/layui.css"> </head> <body> <script src="./static/layui/layui.js"></script> <app></app> </body> </html>