teacherFault.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* component/teacher/teacherFault/teacherFault.wxss */
  2. .page {
  3. display: flex;
  4. flex-direction: column;
  5. height: 100%;
  6. align-items: center;
  7. justify-content: flex-start;
  8. }
  9. .toptitle {
  10. display: flex;
  11. flex-direction: row;
  12. width: 100%;
  13. justify-content: space-between;
  14. align-items: center;
  15. }
  16. .toptitle_left {
  17. margin-left: 36rpx;
  18. font-weight: 600;
  19. font-size: 36rpx;
  20. color: #474747;
  21. }
  22. .toptitle_right {
  23. width: 197rpx;
  24. height: 56rpx;
  25. background-color: #f5a725;
  26. border-radius: 13rpx;
  27. display: flex;
  28. flex-direction: row;
  29. justify-content: center;
  30. align-items: center;
  31. margin-right: 14rpx;
  32. }
  33. .toptitle_right_text {
  34. font-size: 25rpx;
  35. font-weight: 400;
  36. color: #ffffff;
  37. line-height: 31px;
  38. }
  39. .toptitle_right_icon {
  40. width: 24rpx;
  41. height: 14rpx;
  42. margin-left: 20rpx;
  43. }
  44. .scrollview {
  45. margin-top: 25rpx;
  46. flex: 1;
  47. height: 0;
  48. width: 100%;
  49. margin-bottom: 112rpx;
  50. }
  51. .scroll_item_bg {
  52. display: flex;
  53. justify-content: center;
  54. }