index.less 338 B

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