index.less 389 B

123456789101112131415161718192021222324252627282930313233
  1. @import '../../app.less';
  2. .answer-table {
  3. position: relative;
  4. .select-line {
  5. text-align: right;
  6. margin-bottom: 10px;
  7. .select-warp {
  8. text-align: right;
  9. }
  10. }
  11. table {
  12. width: 100%;
  13. margin-bottom: 10px;
  14. .bg {
  15. background: #f8f8f8;
  16. }
  17. tr {
  18. th {
  19. padding: 10px;
  20. }
  21. td {
  22. padding: 10px;
  23. }
  24. }
  25. }
  26. }