C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 line
634 B

  1. .index-position {
  2. background: rgba(0, 0, 0, 0.5);
  3. height: 88rpx;
  4. position: absolute;
  5. top: 0;
  6. width: 100%;
  7. font-family: PingFangSC-Semibold;
  8. font-size: 30rpx;
  9. color: #fff;
  10. letter-spacing: 0.75rpx;
  11. z-index: 9;
  12. line-height: 88rpx;
  13. overflow: hidden;
  14. }
  15. page {
  16. width: 100%;
  17. height: auto!important;
  18. overflow-x: hidden;
  19. }
  20. .txt {
  21. margin-left: 20rpx;
  22. }
  23. .game-entry{
  24. width: 690rpx;
  25. height: 140rpx;
  26. margin: 30rpx auto 0;
  27. }
  28. .gameimg{
  29. display: block;
  30. width: 100%;
  31. height: 140rpx;
  32. }
  33. .section{
  34. display: flex;
  35. justify-content: space-around;
  36. }
  37. .section >view image{
  38. width: 121rpx;
  39. display: block;
  40. }