C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

76 rader
1.1 KiB

  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: 0 auto;
  27. border-radius: 14rpx;
  28. box-shadow: 1px 4px 20px #C4C4C4;
  29. }
  30. .game {
  31. position: relative;
  32. width: 750rpx;
  33. height: 200rpx;
  34. margin: 0 auto;
  35. padding-top: 30rpx;
  36. box-sizing: border-box;
  37. }
  38. .gameimg{
  39. position: absolute;
  40. right: 25rpx;
  41. top: -14rpx;
  42. width: 250rpx;
  43. }
  44. .game text {
  45. display: block;
  46. position: relative;
  47. }
  48. .game text:nth-of-type(1) {
  49. display: inline-block;
  50. padding-top: 39rpx;
  51. padding-left: 70rpx;
  52. font-size: 32rpx;
  53. color: #333;
  54. line-height: 36rpx;
  55. }
  56. .game text:nth-of-type(2) {
  57. font-size: 24rpx;
  58. color: #999;
  59. line-height: 24rpx;
  60. padding-left: 70rpx;
  61. }
  62. /* .game image {
  63. position: absolute;
  64. width: 100%;
  65. left: 0;
  66. right: 0;
  67. top: 0;
  68. bottom: 0;
  69. } */