随笔分类 -  Css

摘要:<style lang="less" scoped> /** 表单间距 */ ::v-deep .el-table--striped .el-table__body tr.el-table__row--striped.current-row td, .el-table__body tr.curren 阅读全文
posted @ 2024-08-05 20:59 小杨观世界 阅读(385) 评论(0) 推荐(0) 编辑
摘要:display: flex; justify-content: center; align-items: center; 阅读全文
posted @ 2023-06-01 12:08 小杨观世界 阅读(6) 评论(0) 推荐(0) 编辑
摘要:小程序不能使用SVG字体,所以iconfont 里可以使用彩色图标,可以简单的解决。 注意:iconfont 彩色 一个项目不能超过40个图标 阅读全文
posted @ 2023-04-12 09:08 小杨观世界 阅读(414) 评论(0) 推荐(0) 编辑
摘要:.wrapper { background: #50a3a2; background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%); background: linear-gradient(to bottom right, 阅读全文
posted @ 2023-03-13 10:55 小杨观世界 阅读(177) 评论(0) 推荐(0) 编辑
摘要:// 美化滚动条 ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { width: 6px; background: rgba(#101F1C, 0.1); -webkit-border-rad 阅读全文
posted @ 2023-02-16 13:30 小杨观世界 阅读(84) 评论(0) 推荐(0) 编辑