file-upload.css.svn-base

来自「struts2结合ext参数传递」· SVN-BASE 代码 · 共 35 行

SVN-BASE
35
字号
/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

/* * FileUploadField component styles */.x-form-file-wrap {    position: relative;    height: 22px;}.x-form-file-wrap .x-form-file {	position: absolute;	right: 0;	-moz-opacity: 0;	filter:alpha(opacity: 0);	opacity: 0;	z-index: 2;    height: 22px;}.x-form-file-wrap .x-form-file-btn {	position: absolute;	right: 0;	z-index: 1;}.x-form-file-wrap .x-form-file-text {    position: absolute;    left: 0;    z-index: 3;    color: #777;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?