Ei kuvausta

shareWechat.css 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. body {
  2. background: #ffba19;
  3. width: 100vw;
  4. min-height: 100vh;
  5. }
  6. #guafenguize {
  7. width: 0.94rem;
  8. height: 0.31rem;
  9. background: linear-gradient(180deg, #FFC01B, #FFE200);
  10. border-radius: 0 0.18rem 0.18rem 0;
  11. box-shadow: 0px 0.04rem 0.05rem 0px #ff9b1b;
  12. line-height: 0.31rem;
  13. font-size: 0.15rem;
  14. text-align: center;
  15. color: #FFFFFF;
  16. position: fixed;
  17. top: 0.23rem;
  18. left: 0;
  19. z-index: 1;
  20. }
  21. .app{
  22. position: absolute;
  23. z-index: 1;
  24. display: flex;
  25. align-items: center;
  26. top: 0.16rem;
  27. right: 0.15rem;
  28. }
  29. .app img{
  30. width: 30px;
  31. height: 30px;
  32. vertical-align: middle;
  33. margin-right: 0.08rem;
  34. }
  35. .app span{
  36. vertical-align: middle;
  37. font-size: 0.14rem;
  38. line-height: 0.2rem;
  39. color: #693939;
  40. }
  41. .banner {
  42. width: 100%;
  43. height: 3.13rem;
  44. position: relative;
  45. }
  46. .banner img {
  47. width: 100%;
  48. }
  49. .banner p {
  50. position: absolute;
  51. top: 1.66rem;
  52. height: 0.42rem;
  53. width: 100%;
  54. color: #fff;
  55. font-size: 0.4rem;
  56. line-height: 0.42rem;
  57. text-align: center;
  58. }
  59. .content_01 {
  60. width: 3.27rem;
  61. border-radius: 0.15rem 0.15rem 0.2rem 0.2rem;
  62. margin: auto;
  63. background: #FFFFFF;
  64. overflow: hidden;
  65. position: relative;
  66. margin-top: -0.2rem;
  67. }
  68. .content_01 .number_people {
  69. width: 100%;
  70. height: 1.37rem;
  71. background: linear-gradient(180deg, #FFFFFF, #F9E7E7);
  72. }
  73. .content_01 .number_people .title {
  74. width: 1.20rem;
  75. height: 0.23rem;
  76. margin: auto;
  77. background: linear-gradient(180deg, #FFB56A, #FB6746);
  78. box-shadow: 0px 0.02rem 0.02rem 0px #f59786;
  79. font-size: 0.13rem;
  80. line-height: 0.23rem;
  81. text-align: center;
  82. border-radius: 0 0 0.23rem 0.23rem;
  83. color: #FFFFFF;
  84. }
  85. .content_01 .number_people p {
  86. font-size: 0.12rem;
  87. line-height: 0.17rem;
  88. color: #733232;
  89. text-align: center;
  90. }
  91. .content_01 .number_people .number {
  92. display: flex;
  93. max-width: 100%;
  94. align-items: center;
  95. justify-content: center;
  96. margin-top: 0.08rem;
  97. margin-bottom: 0.1rem;
  98. }
  99. .content_01 .number_people .number span {
  100. padding-left: 0.02rem;
  101. font-size: 0.2rem;
  102. color: #733232;
  103. }
  104. .content_01 .number_people .number ul {
  105. max-width: 2.64rem;
  106. padding-left: 0.2rem;
  107. display: flex;
  108. justify-content: center;
  109. align-items: center;
  110. margin: 0;
  111. }
  112. .content_01 .number_people .number ul li {
  113. width: 0.4rem;
  114. height: 0.45rem;
  115. border: 0.01rem solid #979797;
  116. border-radius: 0.1rem;
  117. line-height: 0.45rem;
  118. margin: 0 0.05rem;
  119. color: #733232;
  120. font-size: 0.35rem;
  121. text-align: center;
  122. }
  123. .content_01 .operation {
  124. width: 100%;
  125. background: #FBA010;
  126. box-shadow: 0px 0rem 0.16rem 0.06rem rgba(251, 142, 16, 0.51);
  127. height: 1.53rem;
  128. border-radius: 0.2rem;
  129. margin-top: -0.22rem;
  130. padding: 0.12rem 0.18rem 0;
  131. box-sizing: border-box;
  132. }
  133. .content_01 .operation .title {
  134. color: #ffffff;
  135. font-size: 0.14rem;
  136. line-height: 0.2rem;
  137. position: relative;
  138. width: 100%;
  139. text-align: center;
  140. }
  141. .content_01 .operation .title::after {
  142. content: '';
  143. display: block;
  144. width: 0.71rem;
  145. height: 0.01rem;
  146. background: #ffffff;
  147. position: absolute;
  148. left: 0rem;
  149. top: 0rem;
  150. bottom: 0rem;
  151. margin: auto;
  152. }
  153. .content_01 .operation .title::before {
  154. content: '';
  155. display: block;
  156. width: 0.71rem;
  157. height: 0.01rem;
  158. background: #ffffff;
  159. position: absolute;
  160. right: 0rem;
  161. top: 0rem;
  162. bottom: 0rem;
  163. margin: auto;
  164. }
  165. .content_01 .operation ul{
  166. width: 100%;
  167. display: flex;
  168. align-items: center;
  169. margin-top: 0.11rem;
  170. }
  171. .content_01 .operation ul li{
  172. width: 50%;
  173. }
  174. .content_01 .operation ul li img{
  175. width: 0.85rem;
  176. height: 0.85rem;
  177. /*background: red;*/
  178. margin: auto;
  179. }
  180. .bottom {
  181. width: 100%;
  182. height: 0.35rem;
  183. color: #FFFFFF;
  184. font-size: 0.14rem;
  185. line-height: 0.35rem;
  186. text-align: center;
  187. position: absolute;
  188. bottom: 0;
  189. background: #333333;
  190. }
  191. /*# sourceMappingURL=shareWechat.css.map */