微信小程序css实现物流流程


 

.div {
  position: relative;
  margin-top: 12rpx;
}

.div:first-child {
  margin-top: 0;
}
.div::before {
  display: inline-block;
  margin-right: var(--margin-width);
  width: 16rpx;
  height: 16rpx;
  content: "";
  border: 4rpx solid var(--text-price-color);
  border-radius: 50%;
  vertical-align: middle;
}

.div::after {
  position: absolute;
  bottom: 30rpx;
  left: 10rpx;
  width: 0;
  height: 30rpx;
  content: "";
  border-left: 4rpx dashed #979797;
}

.div:first-child::after {
  display: none;
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM