代码语言
.
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
】
不一样的索引框
作者:
萧冉
/ 发布于
2016/6/20
/
1130
<form class="form-wrapper cf"> <input type="text" placeholder="请输入关键字搜索" required> <button type="submit">搜索</button> </form> <style> .cf:before, .cf:after{ content:""; display:table; } .cf:after{ clear:both; } .cf{ zoom:1; } /* 外围样式 */ .form-wrapper { float: left; width: auto; border-radius: 10px; } /* 搜索框 */ .form-wrapper input { width: 330px; height: 20px; padding: 10px 5px; float: left; font: bold 15px "microsoft yahei", "微软雅黑"; border: 0; background: #eee; color: #333; border-radius: 3px 0 0 3px; } .form-wrapper input:focus { outline: 0; background: #eee; color: #333; box-shadow: 0 0 2px rgba(0,0,0,.8) inset; } .form-wrapper input::-webkit-input-placeholder { color: #333; font-weight: normal; font-style: italic; } .form-wrapper input:-moz-placeholder { color: #333; font-weight: normal; font-style: italic; } .form-wrapper input:-ms-input-placeholder { color: #333; font-weight: normal; font-style: italic; } /* 提交按钮 */ .form-wrapper button { overflow: visible; position: relative; float: right; border: 0; padding: 0; cursor: pointer; height: 40px; width: 110px; font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma'; color: #fff; text-transform: uppercase; background: #d83c3c; border-radius: 0 3px 3px 0; text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3); } .form-wrapper button:hover{ background: #e54040; } .form-wrapper button:active, .form-wrapper button:focus{ background: #c42f2f; outline: 0; } .form-wrapper button:before { /* 左侧箭头 */ content: ''; position: absolute; border-width: 8px 8px 8px 0; border-style: solid solid solid none; border-color: transparent #d83c3c transparent; top: 12px; left: -6px; } .form-wrapper button:hover:before{ border-right-color: #e54040; } .form-wrapper button:focus:before, .form-wrapper button:active:before{ border-right-color: #c42f2f; } .form-wrapper button::-moz-focus-inner { /* 移除火狐浏览器不必要的间距 */ border: 0; padding: 0; }
试试其它关键字
索引框
同语言下
.
前端PC-移动端CSS公共样式+HTML
.
手机端页面通用样式
.
H5页面通用头部设置
.
elect默认样式美化代码兼容移动端和pc端
.
按钮效果 css
.
唤醒app
.
放大效果
.
html5+css3实现上拉和下拉刷新
.
html上传图片后,在页面显示上传的图片
.
html5实现点击弹出图片
可能有用的
.
实现测量程序运行时间及cpu使用时间
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
萧冉
贡献的其它代码
(
15
)
.
根据web访问日志,封禁请求量异常的IP,如IP在半小时
.
累积求和,累加变累减
.
collection,list,map 排序
.
获取文件后缀
.
调用HTTP接口
.
比较两个 List 的值是否相等
.
实现旋转字符串
.
不一样的索引框
.
如何判断ipad或者iphone是否为横屏或者竖屏
.
检测各种浏览器
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3