东风启辰小程序端
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.

index.wxss 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /**index.wxss**/
  2. image{
  3. display: block;
  4. }
  5. page{
  6. overflow: hidden;
  7. height: 100%
  8. }
  9. .imgBg{
  10. position: fixed;
  11. top: 0;
  12. left: 0;
  13. width: 750rpx;
  14. height: 1356rpx;
  15. }
  16. .msgFrame{
  17. position: fixed;
  18. bottom: 0;
  19. left: 0;
  20. width:750rpx;
  21. padding: 0 39rpx;
  22. padding-top:50rpx;
  23. padding-bottom: 64rpx;
  24. background-color: rgba(000, 000, 000, 0.5);
  25. box-sizing: border-box;
  26. }
  27. .inputGroup{
  28. position: relative;
  29. display: flex;
  30. align-items: center;
  31. justify-content: space-between;
  32. }
  33. .inputSty{
  34. width:333rpx;
  35. height:55rpx;
  36. background-color: white;
  37. border-radius: 10rpx;
  38. box-sizing: border-box;
  39. line-height: 55rpx;
  40. padding: 0 25rpx;
  41. font-size: 20rpx;
  42. color: black;
  43. }
  44. .getPhoneFrame{
  45. position: absolute;
  46. top:0;
  47. right:0;
  48. width:333rpx;
  49. height:55rpx;
  50. border-radius: 10rpx;
  51. overflow: hidden;
  52. opacity: 0;
  53. z-index: 2;
  54. }
  55. .getPhoneBtn{
  56. margin: 0;
  57. padding: 0;
  58. height: 100%;
  59. width: 100%;
  60. }
  61. .selectGroup{
  62. width:672rpx;
  63. height:55rpx;
  64. background-color: white;
  65. border-radius: 10rpx;
  66. box-sizing: border-box;
  67. line-height: 55rpx;
  68. padding: 0 25rpx;
  69. font-size: 20rpx;
  70. margin-top: 18rpx;
  71. display: flex;
  72. align-items: center;
  73. justify-content: space-between;
  74. }
  75. .selectIcon{
  76. width: 25rpx;
  77. height: 15rpx;
  78. }
  79. .subscribeBtn{
  80. width:672rpx;
  81. height:54rpx;
  82. line-height: 54rpx;
  83. text-align: center;
  84. background-color: #005EFF;
  85. color: white;
  86. font-size: 29rpx;
  87. margin-top: 18rpx;
  88. border-radius: 10rpx;
  89. }
  90. /* .contentFrame{
  91. } */
  92. .indexBottom{
  93. width: 750rpx;
  94. height: 353rpx;
  95. }
  96. .videoSty{
  97. width:750rpx;
  98. height:530rpx;
  99. }
  100. .swiperFrame{
  101. position: relative;
  102. width: 750rpx;
  103. height: 340rpx;
  104. }
  105. .swiperSty{
  106. width: 100%;
  107. height: 100%;
  108. }
  109. .leftArrow{
  110. position: absolute;
  111. top:50%;
  112. left: 23rpx;
  113. width: 28rpx;
  114. height: 118rpx;
  115. transform: translateY(-50%);
  116. }
  117. .rightArrow{
  118. position: absolute;
  119. width: 27rpx;
  120. height: 118rpx;
  121. top:50%;
  122. right: 23rpx;
  123. transform: translateY(-50%);
  124. }