css
`l l l s j 。
`l l l s j 。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
css十六进制8位带透明度色值(6位色值+2位透明度值)使用
css十六进制8位带透明度色值(6位色值+2位透明度值)使用。原创 2022-11-25 15:14:37 · 1051 阅读 · 0 评论 -
vue 使用 Animate.css 实现 联系我们 组件开发
首先 要清楚, Animate.css 是一个 css动画库,为我们封装好了动画效果,我们只需要根据需求选择对应的css写入到div上即可: fade: { title: '淡入淡出', fadeIn: '淡入', fadeInDown: '向下淡入', fadeInDownBig: '向下快速淡入', fadeInLeft: '向右淡入', fadeInLeftBig: '向右快速淡入', f原创 2021-07-08 14:20:02 · 991 阅读 · 2 评论 -
elementui table-tree 1层不可选中 2层添加css样式
想实现功能: 点击 一层 懒加载 二层table,一层不可点击, 点击二层 添加 border样式很容易想到用 elementui 自带的highlight-current-row, 会发现 如下图问题.一层 二层 都会带有 css 样式,是不行的.<el-table row-key="expandId" ref="devTable" ...原创 2019-12-17 15:20:46 · 1003 阅读 · 0 评论 -
display:flex实现响应式布局
display:flex实现响应式布局display:flex实现响应式布局<body> <div class="demo"> <div class="item"></div> <div class="item"></div>原创 2018-12-18 10:58:44 · 1286 阅读 · 0 评论 -
js 动态修改::before ::after 伪元素样式
<div class="showInfo" ref="showInfo" id="showInfo"></div><style> #showInfo { position: absolute; background-color: #fff; border: 1px solid rgba(0, 0, 0,...原创 2019-05-27 18:10:35 · 16184 阅读 · 1 评论 -
element ui dialog样式
<el-dialog customClass="customWidth" title="设备" v-model="dialogFormVisibleAdd"></el-dialog> <style>.customWidth{ width:80%;}</style>原创 2019-06-15 15:25:04 · 12590 阅读 · 4 评论 -
elementUI 改变 input 宽度
.authAlert { .el-form-item { margin-right: 0; .el-input { width: auto; } .el-input__inner, .el-textarea__inner { width: 178px; } }}原创 2019-07-04 15:26:07 · 5466 阅读 · 0 评论
分享