cardInfo.wxss 599 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .container {
  2. background-color: #f0f0f0;
  3. color:#1e1e1e;
  4. font-weight: 500;
  5. justify-content: flex-start;
  6. }
  7. .panelTitle{
  8. width:100%;
  9. margin-top: 50rpx;
  10. justify-content: flex-start;
  11. }
  12. .panelTitle .panelTitle1{
  13. font-size:32rpx;
  14. margin-left: 30rpx;
  15. margin-bottom: 30rpx;
  16. }
  17. .panelItem{
  18. width:100%;
  19. justify-content: space-between;
  20. font-size:28rpx;
  21. height:100rpx;
  22. background-color: #fff;
  23. }
  24. .panelItem0{
  25. height:133rpx;
  26. }
  27. .panelItem .panelItem1{
  28. margin-left: 30rpx;
  29. font-weight: 400;
  30. }
  31. .panelItem .panelItem2{
  32. margin-right: 30rpx;
  33. color:#787878;
  34. font-weight: 400;
  35. }