随笔分类 -  css

摘要:实现table 使用show-summary 合计,合计在表格上层保持不动,效果图如下: <style lang="scss" scoped> ::v-deep .el-table__footer-wrapper{ .el-table__cell{ padding:0.7rem 0; } } ::v 阅读全文
posted @ 2024-03-07 16:50 xiao旭 阅读(56) 评论(0) 推荐(0) 编辑
摘要:1.字体镂空 color: transparent; -webkit-text-stroke: 1px #ccc; 阅读全文
posted @ 2022-04-29 10:28 xiao旭 阅读(252) 评论(0) 推荐(0) 编辑
摘要:filter filter: grayscale(100); //黑白色 阅读全文
posted @ 2022-04-01 15:36 xiao旭 阅读(33) 评论(0) 推荐(0) 编辑
摘要:margin 说到margin不得不说到css盒子模型 标准盒子模型(W3C标准盒子模型) 标准盒子模型:属性 width,height,指的是 content ; IE 盒模型(又称怪异盒子模型):属性 width,height 包含 content、border 和 padding,指的是 co 阅读全文
posted @ 2022-03-11 13:46 xiao旭 阅读(134) 评论(0) 推荐(0) 编辑
摘要:animation与@keyframes配合使用 实现按钮类似果冻的特效 .meal_item_bottom_right:hover { // -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ccc; // box-shadow: 0 0 0 2p 阅读全文
posted @ 2021-12-23 13:45 xiao旭 阅读(285) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示