index.wxss 152 B

12345678910
  1. .container {
  2. background-color: #1E1E1E;
  3. justify-content: flex-start;
  4. }
  5. .QuestionTypeImage{
  6. width: 100%;
  7. height:400rpx;
  8. position: relative;
  9. }