C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

64 строки
912 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;
  18. overflow-x: hidden;
  19. }
  20. .txt {
  21. margin-left: 20rpx;
  22. }
  23. .game {
  24. position: relative;
  25. width: 750rpx;
  26. height: 200rpx;
  27. z-index: 10000000;
  28. }
  29. .game text {
  30. display: block;
  31. position: relative;
  32. z-index: 100;
  33. }
  34. .game text:nth-of-type(1) {
  35. display: inline-block;
  36. padding-top: 65rpx;
  37. padding-left: 70rpx;
  38. font-size: 32rpx;
  39. color: #333;
  40. line-height: 36rpx;
  41. }
  42. .game text:nth-of-type(2) {
  43. font-size: 24rpx;
  44. color: #999;
  45. line-height: 24rpx;
  46. padding-left: 70rpx;
  47. }
  48. .game image {
  49. position: absolute;
  50. width: 100%;
  51. left: 0;
  52. right: 0;
  53. top: 0;
  54. bottom: 0;
  55. z-index: 10;
  56. }