HTML5的下拉框应当怎样添加会员体验-
发布时间:08/01 来源:未知 浏览:
关键词:
本文给大家讲h5、select下拉框右侧加图标,深度美化页面促进会员体验结果
那么我们先来看一下结果吧!
再看看h5的构造:
单个帐号只能领取一次奖励
样式局部是用了sass进行控制的,要是不会sass也可以换成css。没有什么特殊的运算需要转化,所以换成css也简略
@function REM($n){ @return $n/$REM*1rem; } #login-div{ background: url(../ossweb-img/kuang1.png)0 0 no-repeat; background-size: 100% 100%; width: REM(564); height: REM(531); margin-left: REM(38); .select-wrapper{ position: relative; display: flex; justify-content: center; align-items: center; height: REM(50); margin: REM(10) auto; padding-top: REM(15); &>select{ width: REM(458); height: REM(63); padding-left: REM(20); border: 1px solid #23282d; background: #23282d; -webkit-appearance: none; color: #92989f; font-size: REM(24); margin-top: REM(75); border-radius: 0; z-index:10; } .arrow{ position: absolute; width: REM(41); height: REM(30); top: REM(65); right: REM(80); pointer-events: none; z-index:11; } } #notice{ font-size: REM(20); color: #92989f; text-align: center; margin-top: REM(75); } #comfire1{ width: REM(220); height: REM(78); margin-top: REM(20); margin-left: REM(174); } }
解析:主如果.arrow这个元素进行右侧阿谁图标的位置控制。应用position: absolute;这个属性控制好位置,就根本没有题目了。
信赖看了这些案例你已经把握了办法,更多出色请关注 百分百源码网 其它相干文章!
相干浏览:
如何运用vertical-align让input元素和img元素对齐
type="file"的input框样式应当怎样操纵
在HTML的列表中,dl(dt,dd)、ul(li)、ol(li) 有什么不一样
IE8兼容的重要属性X-UA-Compatible
以上就是HTML5的下拉框应当怎样添加会员体验的细致内容,更多请关注 百分百源码网 其它相干文章!