invitation_mobile_join.css 4.1 KB

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