schoolIntrouce.wxss 642 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .bj {
  2. width: 750rpx;
  3. height: 400rpx;
  4. }
  5. page {
  6. background-color: #f2f2f2;
  7. }
  8. .block {
  9. width: 700rpx;
  10. background-color: #fff;
  11. margin-left: 25rpx;
  12. position: absolute;
  13. top: 100rpx;
  14. border-radius: 20rpx;
  15. }
  16. .logo {
  17. width: 203rpx;
  18. height: 203rpx;
  19. position: absolute;
  20. left: 248rpx;
  21. top: -70rpx;
  22. }
  23. .dl {
  24. font-size: 26rpx;
  25. text-indent: 52rpx;
  26. line-height: 45rpx;
  27. width: 640rpx;
  28. margin-left: 35rpx;
  29. }
  30. .name {
  31. color: #6b6b6b;
  32. font-size: 35rpx;
  33. text-align: center;
  34. font-weight: 800;
  35. margin-top: 140rpx;
  36. }
  37. .EnglishName {
  38. color: #a1a1a1;
  39. font-size: 25rpx;
  40. text-align: center;
  41. margin-top: 20rpx;
  42. }