首页 > 代码库 > webapp设置适应pc和手机的页面宽高以及布局层叠图片文字
webapp设置适应pc和手机的页面宽高以及布局层叠图片文字
<!DOCTYPE html> <html lang="zh-cn"> <head> <title>我趣旅行网-美剧迷</title> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <link rel="stylesheet" type="text/css" href=http://www.mamicode.com/"test.css">>css:
html,body{ height:100%; margin:0; padding:0; } .wrapper{ position:relative; margin: 0 auto; max-width: 500px; min-height: 100%; text-align: center; width: 100%; } .bg{ position: absolute; top: 0; left: 0; width: 100%; z-index: -1; height: 100%; } .logo{ width:100%; } .pisode{ font-size:14px; }
效果图:
访问链接:http://2.chuang8.sinaapp.com
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。