bxjlDetail.wxss 707 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .bxjlDHeader{
  2. line-height:130rpx;
  3. text-align: center;
  4. }
  5. .bxjlDBody{
  6. background-color: #fff;
  7. margin:20rpx;
  8. }
  9. .bxjlDBodyBody{
  10. font-size:30rpx;
  11. padding-left: 20rpx;
  12. line-height: 110rpx;
  13. border-bottom:1rpx solid #eee;
  14. }
  15. .bxjlDBodyHeader{
  16. font-size:28rpx;
  17. padding-left: 20rpx;
  18. line-height: 85rpx;
  19. background-color: #F3F3F3;
  20. /* border-bottom:1rpx solid #eee; */
  21. }
  22. .bxjlDBodyFooter{
  23. font-size:30rpx;
  24. padding-left: 20rpx;
  25. line-height: 100rpx;
  26. border-bottom:1rpx solid #eee;
  27. }
  28. .bxjlDBodyFooterSum{
  29. font-size:40rpx;
  30. padding-left: 120rpx;
  31. line-height: 120rpx;
  32. border-bottom:1rpx solid #eee;
  33. }
  34. .bxjlDBcenter{
  35. text-align: center;
  36. }