玲儿灵

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
<div class="select">
      <select class="" name="">
            <option value="gushi" selected>故事</option>
            <option value="qita">其他</option>
            <option value="qita">其他</option>
            <option value="qita">其他</option>
      </select>
      <i class="icon icon-icon-down-black"></i>
</div>
.select {
    display: inline-block;
    margin-left: -5px;
    position: relative;
    select {
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        border: solid 1px #dfdfdf;
        // background: url("../img/sprite.png") no-repeat scroll right center transparent;
        background: transparent;
        width: 340px;
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        padding-right: 16px;
        @include border-radius(0);
        z-index: 1;
    }
    i {
        position: absolute;
        top: 15px;
        right: 10px;
    }
}

  

posted on 2016-10-19 17:07  玲儿灵  阅读(487)  评论(0编辑  收藏  举报