1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- .unitSubject {
- padding: 15px;
- margin: 0 13px;
- background-color: #fff;
- // overflow: hidden;
- border-radius: 10px;
- }
- .unitSubjectTitle {
- // display: flex;
- // align-items: center;
- // flex-wrap: wrap;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 26px;
- .unitScore {
- color: #777777;
- }
- :global {
- .van-tag {
- vertical-align: middle;
- margin-top: -3px;
- }
- }
- }
- .unitTitleSection {
- margin-top: 20px;
- border-radius: 6px;
- border: 1px solid #d5d5d5;
- padding: 25px 5px;
- }
- .unitTitleImg {
- width: 100%;
- }
- .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 {
- min-width: 56px;
- height: 36px;
- font-size: 16px;
- font-weight: 500;
- margin-right: 10px;
- border-radius: 4px;
- background: #ffebdd;
- color: #f67146;
- justify-content: center;
- }
- }
|