前言:
现时你们对“流程设计css”大概比较珍视,我们都想要了解一些“流程设计css”的相关资讯。那么小编同时在网络上网罗了一些对于“流程设计css””的相关知识,希望你们能喜欢,小伙伴们一起来了解一下吧!效果:
整体实现流程HTML结构
<div class="container"> <div class="inner"></div> <div class="percentage" style="height: 17%"></div></div>CSS结构
body { background: #e4e4e4;}.container { width: 20px; height: 180px; position: relative;}.inner { width: 20px; height: 180px; background: linear-gradient(0deg, #2d4264 50%, #0a1431 50%); background-size: 100% 6px;}.percentage { position: absolute; bottom: 0; width: 20px; background: linear-gradient(to bottom, #24a1d8 0%, #3e25c8 100%);}.percentage::before { content: ""; position: absolute; bottom: 0; height: 180px; width: 20px; background: linear-gradient(0deg, transparent 50%, #0a1431 50%); background-size: 100% 6px;}
版权声明:
本站文章均来自互联网搜集,如有侵犯您的权益,请联系我们删除,谢谢。
标签: #流程设计css