微信小程序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