C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 line
386 B

  1. /* pages/passCar/showList.wxss */
  2. page {
  3. background-color: #dfdfdf;
  4. }
  5. .list {
  6. padding: 40rpx;
  7. }
  8. .list .item {
  9. position: relative;
  10. background-color: #fff;
  11. margin-bottom: 40rpx;
  12. border-radius: 20rpx;
  13. padding: 20rpx;
  14. }
  15. .list .item .child {
  16. margin-bottom: 20rpx;
  17. }
  18. .list .item .detail {
  19. position: absolute;
  20. right: 40rpx;
  21. top: 50%;
  22. transform: translateY(-50%);
  23. }