123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .unitSubject {
- padding: 15px;
- margin: 0 13px;
- background-color: #fff;
- // overflow: hidden;
- border-radius: 10px;
- & + .unitSubject {
- margin-top: 12px;
- }
- }
- .unitAnswers {
- padding-bottom: 30px;
- :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;
- }
- .imgs {
- height: 56px;
- }
- }
|