secondIntro.wxss 647 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* pages/secondIntro/secondIntro.wxss */
  2. /* 轮播图区域 */
  3. .noBanners{
  4. display: flex;
  5. font-size: 40rpx;
  6. color: gray;
  7. justify-content: center;
  8. line-height: 400rpx;
  9. }
  10. .banners{
  11. width: 100%;
  12. height: 400rpx;
  13. padding: 2rpx 0;
  14. }
  15. .banners image{
  16. width: 100%;
  17. height: 100%;
  18. }
  19. /* 文本区 */
  20. .textContainer{
  21. margin: 20rpx;
  22. }
  23. /* 标题 */
  24. .titleHead{
  25. font-size: 50rpx;
  26. margin-bottom: 40rpx;
  27. font-weight: bold;
  28. }
  29. /* 内容 */
  30. .introContent{
  31. font-size: 42rpx;
  32. font-family: '仿宋';
  33. }
  34. .noSecondIntro{
  35. padding: 20rpx;
  36. font-size: 40rpx;
  37. color: gray;
  38. text-align: center;
  39. }