app.wxss 711 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /**app.wxss**/
  2. @import '/component/iView/button/index.wxss';
  3. @import '/component/iView/radio/index.wxss';
  4. @import '/component/iView/input/index.wxss';
  5. page {
  6. background: #f7f7f7;
  7. }
  8. .container {
  9. height: 100%;
  10. display: flex;
  11. flex-direction: column;
  12. align-items: center;
  13. justify-content: space-between;
  14. padding: 200rpx 0;
  15. box-sizing: border-box;
  16. }
  17. .student-page {
  18. background: white;
  19. }
  20. .student-page button {
  21. height: 30px;
  22. line-height: 30px;
  23. margin-top: 7px;
  24. }
  25. .gapfilling-span {
  26. color: red;
  27. padding: 0px 30px;
  28. margin: 0px 5px;
  29. border-bottom: 3px double red;
  30. }
  31. .ueditor-p {
  32. display: inline !important;
  33. }
  34. .exam-hidden {
  35. display: none;
  36. }
  37. .exam-pick-input{
  38. height: 30px;
  39. }