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.

55 lines
779 B

  1. /* components/report/report.wxss */
  2. .navi{
  3. width: 40px;
  4. height: 30px;
  5. margin: 5px;
  6. padding-top: 10px;
  7. }
  8. .title{
  9. position: relative;
  10. top: 20px;
  11. left: 15px;
  12. font-size: 22px;
  13. font-weight: 900;
  14. color: #000;
  15. }
  16. .report {
  17. display: block;
  18. padding: 0;
  19. margin: 0;
  20. position: relative;
  21. top: -5px;
  22. }
  23. .re1{
  24. position: relative;
  25. margin: 20px;
  26. top:50px;
  27. width: 30px;
  28. height:30px;
  29. }
  30. .report1{
  31. position: relative;
  32. font-size: 22px;
  33. left: 70px;
  34. }
  35. .sent1{
  36. position: relative;
  37. font-size: 22px;
  38. color: #000;
  39. left:40px;
  40. top:20px;
  41. padding-bottom: 20px;
  42. padding-top: 20px;
  43. }
  44. .re2{
  45. position: relative;
  46. margin: 20px;
  47. top:50px;
  48. width: 35px;
  49. height:30px;
  50. }