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.

79 line
1.2 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 {
  24. display: none;
  25. position: relative;
  26. width: 750rpx;
  27. height: 200rpx;
  28. z-index: 10000000;
  29. }
  30. .game text {
  31. display: block;
  32. position: relative;
  33. z-index: 100;
  34. }
  35. .game text:nth-of-type(1) {
  36. display: inline-block;
  37. padding-top: 65rpx;
  38. padding-left: 70rpx;
  39. font-size: 32rpx;
  40. color: #333;
  41. line-height: 36rpx;
  42. }
  43. .game text:nth-of-type(2) {
  44. font-size: 24rpx;
  45. color: #999;
  46. line-height: 24rpx;
  47. padding-left: 70rpx;
  48. }
  49. .game image {
  50. position: absolute;
  51. width: 100%;
  52. left: 0;
  53. right: 0;
  54. top: 0;
  55. bottom: 0;
  56. z-index: 10;
  57. }
  58. .gzh{
  59. display: none;
  60. position: absolute;
  61. bottom: 6%;
  62. width: 90%;
  63. left: 0;
  64. right: 0;
  65. margin: auto;
  66. z-index: 1000000;
  67. background: #ccc;
  68. border-radius: 16rpx;
  69. overflow: hidden;
  70. box-shadow:0 6px 20px 0 rgba(0,0,0,0.15);
  71. }