threeD.scss 672 B

123456789101112131415161718192021222324252627282930
  1. .three{
  2. // background: url(https://www.icelook.cn/exhibition/images/page/bg2.png) no-repeat;
  3. background-color: #F5EAD2;
  4. background-size: cover;
  5. height: 100vh;
  6. }
  7. .title{
  8. width: 100%;
  9. z-index: 10;
  10. background: #F5EAD2;
  11. padding-bottom: 20rpx;
  12. .titles{
  13. text-align: center;
  14. color: #000;
  15. font-size: 36rpx;
  16. font-family: Georgia, 'Times New Roman', Times, serif;
  17. font-weight: bold;
  18. padding-top: 10rpx;
  19. }
  20. .back{
  21. position: absolute;
  22. left: 30rpx;
  23. width: 80rpx;
  24. height: 35rpx;
  25. image{
  26. width: 18rpx;
  27. height: 100%;
  28. }
  29. }
  30. }