teacherFile.wxss 901 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. margin-left: 20rpx;
  22. }
  23. .search_layout_input {
  24. margin-left: 34rpx;
  25. flex: 1;
  26. margin-right: 20rpx;
  27. font-size: 31rpx;
  28. color: #333333;
  29. }
  30. .all_text_bg {
  31. margin-top: 38rpx;
  32. width: 667rpx;
  33. margin-left: 23rpx;
  34. }
  35. .all_text {
  36. color: #6D6D6D;
  37. font-size: 30rpx;
  38. line-height: 42px;
  39. }
  40. .scrollview {
  41. flex: 1;
  42. height: 0;
  43. width: 100%;
  44. margin-bottom: 112rpx;
  45. }
  46. .scroll_item_bg {
  47. display: flex;
  48. justify-content: center;
  49. }