invitation_mobile_join.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box
  5. }
  6. body, html {
  7. }
  8. body {
  9. background-repeat: no-repeat;
  10. background-position: center;
  11. background-attachment: fixed;
  12. z-index: -1;
  13. width: 100%;
  14. background-size: cover;
  15. background-image: url(../img/invitation_background.png);
  16. font-family: Microsoft YaHei, 微软雅黑, simhei;
  17. font-size: 18px;
  18. color:#333;
  19. }
  20. .x-join-bottom {
  21. bottom: 0;
  22. width: 100%;
  23. position: absolute;
  24. height: 55px;
  25. text-align: center;
  26. background-color: #fff;
  27. }
  28. .x-join-error{
  29. background: url("../img/error.png") no-repeat;
  30. width: 281px;
  31. height: 100px;
  32. background-position: center;
  33. position: absolute;
  34. top: 55%;
  35. left: 50%;
  36. margin-top: -200px;
  37. margin-left: -140px;
  38. text-align: center;
  39. }
  40. .x-join-center {
  41. width: 100%;
  42. /* left: 50%; */
  43. /* margin-left: -140px; */
  44. text-align: center;
  45. }
  46. .x-join-center .subtitle {
  47. margin-top: 20px;
  48. margin-left: -15px;
  49. display: block;
  50. height: 50px;
  51. background: url(../img/assets/dalogo@2x_1.png) no-repeat;
  52. background-size: contain;
  53. background-position: center;
  54. text-indent: -9999px;
  55. }
  56. .x-join-center .share-view {
  57. display: block;
  58. font-size: 18px;
  59. color:#333;
  60. margin: 5px auto;
  61. text-decoration: underline;
  62. }
  63. .x-join-center .share-step {
  64. margin: 40px auto 0px auto;
  65. overflow: hidden;
  66. }
  67. .x-bottom-text{
  68. margin-top: 5px;
  69. display: block;
  70. font-family: PingFangSC-Regular;
  71. color: #666666;
  72. letter-spacing: 1.88px;
  73. font-size: 15px;
  74. padding: 0 0 0 5px;
  75. }
  76. .x-join-center .share-step .share-step-tag {
  77. display: block;
  78. width: 30px;
  79. height: 30px;
  80. border: 2px solid #000;
  81. border-radius: 50%;
  82. font-weight: bold;
  83. float: left;
  84. margin-right: 10px;
  85. padding: 4px 3px 3px 2px;
  86. font-size: 14px;
  87. }
  88. .x-join-center .share-step .share-step-notify {
  89. display: block;
  90. line-height: 30px;
  91. vertical-align: middle;
  92. float: left;
  93. }
  94. .x-join-center .share-step .share-step1 {
  95. width: 30px;
  96. float: left;
  97. margin-top: 2px;
  98. margin-left: 4px;
  99. }
  100. .x-join-center .share-step .share-step2 {
  101. width: 160px;
  102. margin: 15px 5px 0 30px;
  103. }
  104. .input_style{
  105. border-radius: 30px;
  106. opacity: 0.8;
  107. border: 1px solid #bdbdbd;
  108. -webkit-appearance: none;
  109. font-size: 16.5px;
  110. margin: 0 auto;
  111. padding-top: 3px;
  112. padding-left: 13px;
  113. width: 80%;
  114. margin-top: 18px;
  115. height: 40px;
  116. display: block;
  117. color: #555;
  118. background-color: #fff;
  119. background-image: none;
  120. border: 1px solid #656565;
  121. }
  122. .expand_icon{
  123. border: none;
  124. margin-left: 70%;
  125. position: absolute;
  126. margin-top: -26px;
  127. display: inline-block;
  128. height: 16px;
  129. width: 28px;
  130. background: url(../img/assets/expand.png)no-repeat right;
  131. }
  132. .btn-check{
  133. border-radius: 30px;
  134. padding-top: 4px;
  135. border-top-right-radius: 30px;
  136. border-bottom-right-radius: 30px;
  137. margin-top: -35px;
  138. margin-left: 55%;
  139. line-height: 20px;
  140. height: 30px;
  141. background: unset;
  142. color: #369ab9;
  143. /* background-image: linear-gradient(to bottom, #69b5f7 0, #579dda 100%); */
  144. /* border-color: #428bca; */
  145. width: 110px;
  146. display: block;
  147. /* padding: 0px; */
  148. margin-bottom: 0;
  149. font-size: 16px;
  150. font-weight: 400;
  151. text-align: center;
  152. white-space: nowrap;
  153. vertical-align: middle;
  154. cursor: pointer;
  155. -webkit-user-select: none;
  156. -moz-user-select: none;
  157. -ms-user-select: none;
  158. user-select: none;
  159. border: 1px solid transparent;
  160. }
  161. .btn-submit{
  162. color: #fff;
  163. background:#004CE0;
  164. border-color: #428bca;
  165. width: 135px;
  166. margin-top: 30px;
  167. display: inline-block;
  168. padding: 6px 12px;
  169. margin-bottom: 0;
  170. font-size: 14px;
  171. font-weight: 400;
  172. line-height: 1.42857143;
  173. text-align: center;
  174. white-space: nowrap;
  175. vertical-align: middle;
  176. cursor: pointer;
  177. -webkit-user-select: none;
  178. -moz-user-select: none;
  179. -ms-user-select: none;
  180. user-select: none;
  181. border: 1px solid transparent;
  182. border-radius: 4px;
  183. }