东风启辰小程序端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

157 lines
2.5KB

  1. /* pages/yuyue/yuyue.wxss */
  2. .closeXieyi,.xieyi{
  3. display: block;
  4. }
  5. .main{
  6. width: 750rpx;
  7. position: fixed;
  8. left: 0;
  9. top: 0;
  10. height: calc(100vh - 120rpx);
  11. overflow: auto;
  12. background-color: white;
  13. z-index: 99;
  14. }
  15. .titleText{
  16. width: 682rpx;
  17. margin: 0 auto;
  18. margin-top: 78rpx;
  19. margin-bottom: 28rpx;
  20. line-height: 39rpx;
  21. font-size:39rpx;
  22. font-family:PingFangSC;
  23. font-weight:bold;
  24. color:rgba(0,77,149,1);
  25. }
  26. .lineSty{
  27. width: 682rpx;
  28. height:2rpx;
  29. background-color: #B6B6B6;
  30. margin: 0 auto;
  31. margin-bottom: 45rpx;
  32. }
  33. .closeXieyi{
  34. position: absolute;
  35. right: 48rpx;
  36. top: 38rpx;
  37. width: 42rpx;
  38. height: 42rpx;
  39. }
  40. .xieyiGroup{
  41. width: 682rpx;
  42. margin: 0 auto;
  43. height: calc(100vh - 342rpx);
  44. overflow: auto;
  45. }
  46. .yuyueTop{
  47. display: block;
  48. margin: 0 auto;
  49. width: 699rpx;
  50. height: 225rpx;
  51. margin-bottom: 45rpx;
  52. }
  53. .inputGroup{
  54. width:654rpx;
  55. height:65rpx;
  56. margin: 0 auto;
  57. background-color: white;
  58. border-radius: 20rpx;
  59. box-sizing: border-box;
  60. line-height: 65rpx;
  61. padding: 0 35rpx;
  62. font-size: 24rpx;
  63. margin-top: 18rpx;
  64. display: flex;
  65. align-items: center;
  66. justify-content: space-between;
  67. border: 2rpx solid #B4B4B4;
  68. position: relative;
  69. overflow: hidden;
  70. }
  71. .inputCode{
  72. height: 100%;
  73. width: 100%;
  74. }
  75. .getPhoneFrame{
  76. position: absolute;
  77. left: 50%;
  78. transform: translateX(-50%);
  79. top: 0;
  80. width:653rpx;
  81. height: 71rpx;
  82. z-index: 2;
  83. }
  84. .getPhoneBtn{
  85. opacity: 0;
  86. }
  87. .selectSiteGroup{
  88. border: 2rpx solid #B4B4B4;
  89. margin: 0 auto;
  90. width:652rpx;
  91. height:65rpx;
  92. background-color: white;
  93. border-radius: 20rpx;
  94. box-sizing: border-box;
  95. line-height: 65rpx;
  96. padding: 0 35rpx;
  97. font-size: 24rpx;
  98. margin-top: 18rpx;
  99. display: flex;
  100. align-items: center;
  101. justify-content: space-between;
  102. }
  103. .selectIcon{
  104. width: 25rpx;
  105. height: 15rpx;
  106. }
  107. .subscribeBtn{
  108. position: relative;
  109. margin: 0 auto;
  110. width:651rpx;
  111. height:70rpx;
  112. margin-top: 18rpx;
  113. margin-bottom: 17rpx;
  114. }
  115. .getUserMsgBtn{
  116. position: absolute;
  117. left: 0;
  118. top: 0;
  119. width: 100%;
  120. height: 100%;
  121. opacity: 0;
  122. margin: 0;
  123. padding:0;
  124. }
  125. .agreeIcon{
  126. width: 29rpx;
  127. height: 28rpx;
  128. margin-right: 17rpx;
  129. }
  130. .agreementGroup{
  131. width: 652rpx;
  132. margin: 0 auto;
  133. display: flex;
  134. align-items: center;
  135. margin-top: 47rpx;
  136. }
  137. .agreementText{
  138. line-height: 24rpx;
  139. font-size:24rpx;
  140. font-family:PingFangSC;
  141. font-weight:300;
  142. color:rgba(156,157,157,1);
  143. display: flex;
  144. align-items: center;
  145. }
  146. .newImages50{
  147. width: 653rpx;
  148. height: 66rpx;
  149. margin: 0 auto;
  150. margin-top: 18rpx;
  151. }
  152. .newImages2-41{
  153. width:653rpx;
  154. height: 71rpx;
  155. margin: 0 auto;
  156. }