博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
elementui input样式覆盖 头部小图等
阅读量:7091 次
发布时间:2019-06-28

本文共 727 字,大约阅读时间需要 2 分钟。

.nav-right >>> .keywords .el-input__inner {    -webkit-appearance: none;    background-color: #F3F3F3;    background-image: url('../../static/img/searchicon.png');    background-repeat: no-repeat; /*设置图片不重复*/    background-position: 8px 0px; /*图片显示的位置*/    border-radius: 4px;    border: 1px solid #448FE3;    -webkit-box-sizing: border-box;    box-sizing: border-box;    color: #448FE3;    display: inline-block;    font-size: 12px;    height: 28px;    line-height: 28px;    outline: 0;    padding: 0 8px 0 40px;    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);    transition: border-color .2s cubic-bezier(.645,.045,.355,1);    width: 152px;}

  

转载于:https://www.cnblogs.com/thinkingthigh/p/8920473.html

你可能感兴趣的文章
Spring framework3.2整合hibernate4.1报错:No Session found for current thread
查看>>
zqgame《每日一言》
查看>>
前端与后端分离的架构实例(一)
查看>>
LoadRunner性能分析指标解释
查看>>
OC语言类的本质和分类
查看>>
如何实现phpcms v9_4X版本tag的伪静态?
查看>>
w3c标准的selection对象介绍
查看>>
Python-类属性与对象属性之间的关系
查看>>
JavaScript 函数参数传递到底是值传递还是引用传递
查看>>
LeetCode:105_Construct Binary Tree from Preorder and Inorder Traversal | 根据前序和中序遍历构建二叉树 | Medium...
查看>>
解决 No Entity Framework provider found for the ADO.NET provider
查看>>
转 用 Chrome 运行Android应用
查看>>
编程心得--不积跬步无以至千里
查看>>
thinkphp学习笔记8—命名空间
查看>>
在项目中几个需要学习的知识
查看>>
验证码安全问题汇总
查看>>
LINK : fatal error LNK1104
查看>>
WPF动态加载3D 放大-旋转-平移
查看>>
大型企业的渗透思路
查看>>
strace命令(收集整理,常看常新)
查看>>