Loading

摘要: .border { margin: 300px auto; width: 200px; height: 100px; background: linear-gradient(blue, blue) left top, linear-gradient(blue, blue) left top, lin 阅读全文
posted @ 2022-04-01 14:31 资深if-else侠 阅读(221) 评论(0) 推荐(0) 编辑
摘要: .tablecontainer { //滚动条的滑块 &::-webkit-scrollbar { /*滚动条整体样式*/ width: 6px; /*高宽分别对应横竖滚动条的尺寸*/ height: 6px; background-color: transparent; } &::-webkit- 阅读全文
posted @ 2022-04-01 09:31 资深if-else侠 阅读(58) 评论(0) 推荐(0) 编辑
摘要: .el-carousel { height: 100% !important; } .el-carousel >>> .el-carousel__container { height: 100% !important; } .el-carousel >>> .el-carousel__button 阅读全文
posted @ 2022-04-01 09:30 资深if-else侠 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: .el-input >>> .el-input__inner { color: #fff; background-color: transparent; border: none; background-image: url(~@/assets/img/bigscreen/selectbg.png) 阅读全文
posted @ 2022-04-01 09:29 资深if-else侠 阅读(536) 评论(0) 推荐(0) 编辑
摘要: var color = [ new echarts.graphic.LinearGradient(0, 0, 1, 0, [ { offset: 0, color: '#ff960e', }, { offset: 1, color: '#f9d12f', }, ]), new echarts.gra 阅读全文
posted @ 2022-04-01 09:19 资深if-else侠 阅读(100) 评论(0) 推荐(0) 编辑