teacherFile.wxss 860 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* component/teacher/teacherFile/teacherFile.wxss */
  2. .page {
  3. display: flex;
  4. flex-direction: column;
  5. height: 100%;
  6. align-items: center;
  7. justify-content: flex-start;
  8. }
  9. .search_layout {
  10. width: 716rpx;
  11. height: 72rpx;
  12. background: #f4f4f4;
  13. border-radius: 7rpx;
  14. display: flex;
  15. flex-direction: row;
  16. align-items: center;
  17. }
  18. .search_layout_icon {
  19. width: 46rpx;
  20. height: 46rpx;
  21. background-color: red;
  22. margin-left: 20rpx;
  23. }
  24. .search_layout_input {
  25. margin-left: 34rpx;
  26. flex: 1;
  27. margin-right: 20rpx;
  28. font-size: 31rpx;
  29. color: #333333;
  30. }
  31. .all_text_bg {
  32. margin-top: 38rpx;
  33. width: 667rpx;
  34. margin-left: 23rpx;
  35. }
  36. .all_text {
  37. color: #6D6D6D;
  38. font-size: 30rpx;
  39. line-height: 42px;
  40. }
  41. .scrollview {
  42. flex: 1;
  43. height: 0;
  44. width: 100%;
  45. margin-bottom: 112rpx;
  46. }