index.less 400 B

1234567891011121314151617181920212223242526272829303132333435
  1. @charset "utf-8";
  2. .answer {
  3. .list {
  4. .item {
  5. margin-bottom: 10px;
  6. position: relative;
  7. .radio-item {
  8. position: absolute;
  9. top: 4px;
  10. }
  11. .text {
  12. padding-left: 30px;
  13. }
  14. }
  15. }
  16. table {
  17. .bg {
  18. background: #f8f8f8;
  19. }
  20. tr {
  21. th {
  22. padding: 10px;
  23. }
  24. td {
  25. padding: 10px;
  26. }
  27. }
  28. }
  29. }