随笔分类 -  css

摘要:&::-webkit-scrollbar { height: 8px;}&::-webkit-scrollbar-track { background-color: #fff;}&::-webkit-scrollbar-thumb{ border-radius: 10px; border-style 阅读全文 »
posted @ 2024-04-08 16:40 玛卡巴鉲 阅读(77) 评论(0) 推荐(0) 编辑
摘要:.tabs-item { position: relative; width: 77px; height: 32px; line-height: 32px; padding: 0; text-align: center; color: #333; &::after { content: ''; po 阅读全文 »
posted @ 2023-01-29 14:04 玛卡巴鉲 阅读(584) 评论(0) 推荐(0) 编辑
摘要:.el-table{ ::v-deep .el-table__fixed{ height: auto !important; bottom: 16px; // 横向滚动条高度 } ::v-deep .el-table__fixed::before { display:none; // 边框显示问题 阅读全文 »
posted @ 2022-12-19 17:27 玛卡巴鉲 阅读(847) 评论(0) 推荐(0) 编辑
摘要:// 横向虚线 .dash-horizontal { width: 100%; height: 1px; background-image: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%); background-size: 阅读全文 »
posted @ 2022-07-20 09:28 玛卡巴鉲 阅读(120) 评论(0) 推荐(0) 编辑
摘要:1.卸载sass npm uninstall sass 2.下载node-sass npm i node-sass@4.14.1 --save-dev 打包app.css文件出现就解决了。 阅读全文 »
posted @ 2022-05-24 14:37 玛卡巴鉲 阅读(65) 评论(0) 推荐(0) 编辑
摘要:overflow: -moz-scrollbars-none; // IE -ms-overflow-style: none; // 火狐 &::-webkit-scrollbar { width: 0 !important; } 阅读全文 »
posted @ 2021-11-09 15:39 玛卡巴鉲 阅读(21) 评论(0) 推荐(0) 编辑
摘要:https://juejin.im/post/6869659680496041991 https://blog.csdn.net/zh_rey/article/details/72473284 一、设置input 的placeholder的字体样式 input::-webkit-input-plac 阅读全文 »
posted @ 2020-09-08 17:07 玛卡巴鉲 阅读(116) 评论(0) 推荐(0) 编辑

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