C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
370 B

  1. /* pages/passCar/showDetail/showDetail.wxss */
  2. page {
  3. background-color: #f4f5f9;
  4. font-size: 28rpx;
  5. }
  6. .detail {
  7. padding: 40rpx;
  8. background-color: #fff;
  9. border-radius: 20rpx;
  10. font-weight: 600;
  11. }
  12. .detail .flex {
  13. display: flex;
  14. justify-content: space-between;
  15. }
  16. .detail view {
  17. margin-bottom: 50rpx;
  18. color: #a5a5a5;
  19. }
  20. .detail .black {
  21. color: #000;
  22. }