代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
Css
】
页面的等比缩放
作者:
sjwc
/ 发布于
2014/6/17
/
931
用鼠标缩放界面,实现等比缩放的功能
样式: <style type="text/css"> *{ margin:0; padding:0;} html,body{ padding:0px!important; padding:0px 0px; width:100%; height:100%; overflow:hidden; } #middle{ position: absolute!important; top:0px!important; height:auto!important; position: relative; top:-100px; height:100%; bottom:0px; width:100%; background:#ffc; text-align:center; overflow: auto; } #one{ padding-top:0px; height:80%; bottom:100px; width:70%; background:#CF3; text-align:center; overflow: auto; } #two{ height:100%; bottom:100px; width:30%; text-align:center; background:#F36; overflow: auto; } #tre{ height:20%; bottom:100px; width:70%; text-align:center; background:#3CC; overflow: auto; } #tex{ width:100%; height:100%; margin-left:0px; margin-top:10px; } </style> 界面: <form id="form1" runat="server"> <div id="middle"> <div id="one" style=" float:left;">1</div> <div id="two" style=" float:right;">2</div> <div id="tre" cellspacing="0" cellpadding="0" style="word-break:break-all"> <input type="text" class="form-control" id="tex" style="column-count:3"> </input> </div> </div> </form> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>DIV Auto Height</title> <style type="text/css"> *{ margin:0; padding:0;} html,body{ padding:0px!important; padding:0px 0px; width:100%; height:100%; overflow:hidden; } #middle{ position: absolute!important; top:0px!important; height:auto!important; position: relative; top:-100px; height:100%; bottom:0px; width:100%; background:#ffc; text-align:center; overflow: auto; } #one{ padding-top:0px; height:80%; bottom:100px; width:70%; background:#CF3; text-align:center; overflow: auto; } #two{ height:100%; bottom:100px; width:30%; text-align:center; background:#F36; overflow: auto; } #tre{ height:20%; bottom:100px; width:70%; text-align:center; background:#3CC; overflow: auto; } #tex{ width:100%; height:100%; margin-left:0px; margin-top:10px; } </style> </head> <body> <form id="form1" runat="server"> <div id="middle"> <div id="one" style=" float:left;">1</div> <div id="two" style=" float:right;">2</div> <div id="tre" cellspacing="0" cellpadding="0" style="word-break:break-all"> <input type="text" class="form-control" id="tex" style="column-count:3"> </input> </div> </div> </form> </body> </html>
试试其它关键字
等比缩放
同语言下
.
前端PC-移动端CSS公共样式+HTML
.
手机端页面通用样式
.
H5页面通用头部设置
.
elect默认样式美化代码兼容移动端和pc端
.
按钮效果 css
.
唤醒app
.
放大效果
.
html5+css3实现上拉和下拉刷新
.
html上传图片后,在页面显示上传的图片
.
html5实现点击弹出图片
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
sjwc
贡献的其它代码
(
3
)
.
html侧栏对应表单的提示显示
.
Java 运行带参数的exe
.
页面的等比缩放
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3