index.wxss 180 B

123456789
  1. /* components/diy-article/index.wxss */
  2. .aritcle_info {
  3. margin-top: 20rpx;
  4. }
  5. .aritcle_info .aritcle {
  6. display: flex;
  7. justify-content: space-between;
  8. background: #ffffff;
  9. }