摘要:
.border { margin: 300px auto; width: 200px; height: 100px; background: linear-gradient(blue, blue) left top, linear-gradient(blue, blue) left top, lin 阅读全文
摘要:
.tablecontainer { //滚动条的滑块 &::-webkit-scrollbar { /*滚动条整体样式*/ width: 6px; /*高宽分别对应横竖滚动条的尺寸*/ height: 6px; background-color: transparent; } &::-webkit- 阅读全文
摘要:
.el-carousel { height: 100% !important; } .el-carousel >>> .el-carousel__container { height: 100% !important; } .el-carousel >>> .el-carousel__button 阅读全文
摘要:
.el-input >>> .el-input__inner { color: #fff; background-color: transparent; border: none; background-image: url(~@/assets/img/bigscreen/selectbg.png) 阅读全文
摘要:
var color = [ new echarts.graphic.LinearGradient(0, 0, 1, 0, [ { offset: 0, color: '#ff960e', }, { offset: 1, color: '#f9d12f', }, ]), new echarts.gra 阅读全文