123456789101112131415161718192021222324252627282930313233 |
- @import '../../app.less';
- .answer-table {
- position: relative;
- .select-line {
- text-align: right;
- margin-bottom: 10px;
- .select-warp {
- text-align: right;
- }
- }
- table {
- width: 100%;
- margin-bottom: 10px;
- .bg {
- background: #f8f8f8;
- }
- tr {
- th {
- padding: 10px;
- }
- td {
- padding: 10px;
- }
- }
- }
- }
|