123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- .unitSubject {
- padding: 15px;
- margin: 0 13px;
- background-color: #fff;
- // overflow: hidden;
- border-radius: 10px;
- & + .unitSubject {
- margin-top: 12px;
- }
- }
- .unitAnswers {
- // padding-bottom: 30px;
- .unitAnswer {
- margin-top: 15px;
- background: #f6f6f6;
- border-radius: 8px;
- padding: 15px 12px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- .option {
- margin-right: 10px;
- }
- .value {
- word-break: break-all;
- :global {
- .van-image {
- height: 38px;
- }
- }
- }
- .valueAudio {
- width: 170px;
- }
- }
- .active {
- background-color: #ffebdd;
- color: #f67146;
- }
- .answerContent {
- display: flex;
- align-items: center;
- }
- .answerChoice {
- font-size: 16px;
- font-weight: 500;
- line-height: 26px;
- }
- :global {
- .sortable-ghost {
- opacity: 0.5;
- background: #c8ebfb;
- }
- }
- .sortReset {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 25px;
- padding-top: 30px;
- padding-bottom: 30px;
- .tips {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 26px;
- }
- :global {
- .van-button {
- min-width: 84px;
- height: 31px;
- line-height: 31px;
- font-size: 15px;
- font-weight: 500;
- }
- }
- }
- .items,
- .imgs {
- min-width: 56px;
- height: 36px;
- font-size: 16px;
- font-weight: 500;
- margin-right: 10px;
- border-radius: 4px;
- background: #ffebdd;
- color: #f67146;
- justify-content: center;
- margin-bottom: 8px;
- }
- .imgs {
- height: 56px;
- }
- }
|