赞
踩
移动端触摸按钮的效果,可明示用户有些事情正要发生,是一个比较好体验,但是移动设备中并没有鼠标指针,使用css的hover并不能满足我们的需求,还好国外有个激活css的active效果,代码如下:
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
- <style>
- .btn{
- display: block;
- position: relative;
- top: 100px;
- margin: 20px;
- width: 200px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- border-radius: 5px;
- font-size: 18px;
- color: salmon;
- background-color:
赞
踩
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。