上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: .cut-border { width: 400px; height: 300px; border: solid 1px #334995; box-shadow: 0px 0px 14px 1px #173C90 inset; clip-path: polygon(20px 0, calc(100% 阅读全文
posted @ 2022-02-16 16:10 如意酱 阅读(819) 评论(0) 推荐(0)
摘要: background: linear-gradient(left, rgba(45, 73, 165, .1), rgba(45, 73, 165, .4), rgba(45, 73, 165, 0.1)); 阅读全文
posted @ 2022-02-16 16:09 如意酱 阅读(130) 评论(0) 推荐(0)
摘要: 28. border-top: 1px solid; border-image: -webkit-linear-gradient(90deg, transparent, rgba(48, 160, 255, .5) 50%, transparent) 1; border-image: linear- 阅读全文
posted @ 2022-02-16 16:07 如意酱 阅读(142) 评论(0) 推荐(0)
摘要: @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { .ball { width: 170px; height: 2px; background-image: linear-gradien 阅读全文
posted @ 2022-02-16 15:03 如意酱 阅读(325) 评论(0) 推荐(0)
摘要: /* 文字超出范围的三个点 */ width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; /* 超过两行显示三个点:*/ word-break: break-all; text-overflow: e 阅读全文
posted @ 2022-02-16 15:02 如意酱 阅读(135) 评论(0) 推荐(0)
摘要: <span :style="{ color: setStatusColor(scope.row.status) }"> {{setStatusCN(scope.row.status) }} </span> computed: { setStatusColor() { return function 阅读全文
posted @ 2022-02-16 14:58 如意酱 阅读(770) 评论(0) 推荐(0)
摘要: (this.currentPage - 1) *this.numPage +index +1 阅读全文
posted @ 2022-02-16 14:49 如意酱 阅读(97) 评论(0) 推荐(0)
摘要: div { display: inline-block; width: 20%; background: green; position: relative; } div:before { content: ""; display: inline-block; padding-bottom: 100 阅读全文
posted @ 2022-02-16 14:48 如意酱 阅读(327) 评论(0) 推荐(0)
摘要: //设置一个监听resize window.addEventListener('resize', () => { ​ this.runningChart.resize(); }); //离开的时候销毁resize destroyed() { ​ window.removeEventListener( 阅读全文
posted @ 2022-02-16 14:46 如意酱 阅读(137) 评论(0) 推荐(0)
摘要: areaStyle: { color: { type: 'linear', colorStops: [{ offset: 0, color: 'rgba(35,174,229,1)' // 0% 处的颜色 }, { offset: 0.5, color: 'rgba(35,174,229,0.8)' 阅读全文
posted @ 2022-02-16 14:40 如意酱 阅读(3102) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 下一页