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