schoolIntrouce.wxss 793 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .container {
  2. position: relative;
  3. }
  4. .block {
  5. width: 700rpx;
  6. background-color: #fff;
  7. position: absolute;
  8. top: 100rpx;
  9. left: 50%;
  10. transform: translateX(-50%);
  11. border-radius: 20rpx;
  12. padding-bottom: 30rpx;
  13. }
  14. .logo {
  15. position: absolute;
  16. left: 50%;
  17. transform: translateX(-50%);
  18. top: 30rpx;
  19. }
  20. .name {
  21. color: #6b6b6b;
  22. font-size: 35rpx;
  23. text-align: center;
  24. font-weight: bold;
  25. margin-top: 140rpx;
  26. }
  27. .EnglishName {
  28. color: #a1a1a1;
  29. font-size: 25rpx;
  30. text-align: center;
  31. margin: 20rpx 0;
  32. }
  33. .title {
  34. text-align: center;
  35. font-size: 36rpx;
  36. color: #6B6B6B;
  37. }
  38. .content {
  39. font-size: 26rpx;
  40. text-indent: 52rpx;
  41. line-height: 60rpx;
  42. margin: 40rpx;
  43. /*width: 640rpx;*/
  44. color: #A1A1A1;
  45. }