teacherFault.wxss 721 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* component/teacher/teacherFault/teacherFault.wxss */
  2. .toptitle {
  3. display: flex;
  4. flex-direction: row;
  5. justify-content: space-between;
  6. align-items: center;
  7. }
  8. .toptitle_left {
  9. margin-left: 36rpx;
  10. font-weight: 600;
  11. font-size: 36rpx;
  12. color: #474747;
  13. }
  14. .toptitle_right {
  15. width: 197rpx;
  16. height: 56rpx;
  17. background-color: #f5a725;
  18. border-radius: 13rpx;
  19. display: flex;
  20. flex-direction: row;
  21. justify-content: center;
  22. align-items: center;
  23. margin-right: 14rpx;
  24. }
  25. .toptitle_right_text {
  26. font-size: 25rpx;
  27. font-weight: 400;
  28. color: #ffffff;
  29. line-height: 31px;
  30. }
  31. .toptitle_right_icon {
  32. width: 24rpx;
  33. height: 24rpx;
  34. margin-left: 20rpx;
  35. }