1234567891011121314151617181920212223242526272829303132333435 |
- @charset "utf-8";
- .answer {
- .list {
- .item {
- margin-bottom: 10px;
- position: relative;
- .radio-item {
- position: absolute;
- top: 4px;
- }
- .text {
- padding-left: 30px;
- }
- }
- }
- table {
- .bg {
- background: #f8f8f8;
- }
- tr {
- th {
- padding: 10px;
- }
- td {
- padding: 10px;
- }
- }
- }
- }
|