| } | } | ||||
| .question_title { | .question_title { | ||||
| padding: 20px 8px 0 0; | padding: 20px 8px 0 0; | ||||
| @include flex(row, flex-start, center, null); | |||||
| @include flex(row, flex-start, flex-start, null); | |||||
| @include border-box; | @include border-box; | ||||
| .tip { | .tip { | ||||
| @include size(38px, 38px); | @include size(38px, 38px); | ||||
| margin-right: 10px; | margin-right: 10px; | ||||
| } | } | ||||
| .question { | .question { | ||||
| height: 38px; | |||||
| line-height: 38px; | |||||
| flex: 1; | |||||
| min-height: 38px; | |||||
| background: #eef7fd; | background: #eef7fd; | ||||
| border-radius: 19px; | border-radius: 19px; | ||||
| padding: 0 40px 0 20px; | |||||
| padding: 6px 40px 6px 20px; | |||||
| @include border-box; | @include border-box; | ||||
| } | } | ||||
| } | } | ||||
| @include border-box; | @include border-box; | ||||
| .answer { | .answer { | ||||
| line-height: 24px; | |||||
| background: #eef7fd; | background: #eef7fd; | ||||
| border-radius: 30px; | border-radius: 30px; | ||||
| @include border-box; | @include border-box; |