register.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. page {
  2. background-color: #fff;
  3. }
  4. @charset "UTF-8";
  5. /**
  6. * 这里是uni-app内置的常用样式变量
  7. *
  8. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  9. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  10. *
  11. */
  12. /**
  13. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  14. *
  15. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  16. */
  17. /* 颜色变量 */
  18. /* 行为相关颜色 */
  19. /* 文字基本颜色 */
  20. /* 背景颜色 */
  21. /* 边框颜色 */
  22. /* 尺寸变量 */
  23. /* 文字尺寸 */
  24. /* 图片尺寸 */
  25. /* Border Radius */
  26. /* 水平间距 */
  27. /* 垂直间距 */
  28. /* 透明度 */
  29. /* 文章场景相关 */
  30. .subname.data-v-214714fe {
  31. background-color: #00aa00;
  32. color: #fff;
  33. }
  34. .subavt.data-v-214714fe {
  35. background-color: #fff;
  36. border: 2rpx #0a0 solid;
  37. color: #00aa00;
  38. }
  39. .boxweixin.data-v-214714fe {
  40. width: 44rpx;
  41. height: 44rpx;
  42. border-radius: 50%;
  43. text-align: center;
  44. line-height: 34rpx;
  45. color: #0a0;
  46. }
  47. .boxnosel.data-v-214714fe {
  48. border: #757575 4rpx solid;
  49. }
  50. .boxsel.data-v-214714fe {
  51. border: #0a0 4rpx solid;
  52. }
  53. .button-container.data-v-214714fe {
  54. position: relative;
  55. width: 240rpx;
  56. }
  57. .hidden-input.data-v-214714fe {
  58. position: absolute;
  59. top: 0;
  60. left: 0;
  61. width: 100%;
  62. height: 100%;
  63. opacity: 0;
  64. z-index: 2;
  65. }
  66. .custom-button.data-v-214714fe {
  67. position: relative;
  68. z-index: 1;
  69. /* 其他样式 */
  70. width: 100%;
  71. margin: 0 auto;
  72. height: 80rpx;
  73. line-height: 60rpx;
  74. font-size: 28rpx;
  75. padding: 10rpx 20rpx;
  76. }
  77. .submitname.data-v-214714fe {
  78. width: 90%;
  79. margin: 0 auto;
  80. text-align: center;
  81. padding: 30rpx;
  82. margin-top: 40rpx;
  83. }
  84. .sub.data-v-214714fe {
  85. background-color: #f0f0f0;
  86. color: #0a0;
  87. }
  88. .subact.data-v-214714fe {
  89. background-color: #0a0;
  90. color: #fff;
  91. }
  92. .userlogo.data-v-214714fe {
  93. height: 760rpx;
  94. }
  95. .timepopbox.data-v-214714fe {
  96. width: 560rpx;
  97. padding: 32rpx;
  98. box-sizing: border-box;
  99. }
  100. .register_box.data-v-214714fe {
  101. position: relative;
  102. min-height: 100vh;
  103. }
  104. @-webkit-keyframes scaleAnimation-data-v-214714fe {
  105. 0% {
  106. -webkit-transform: translate(-50%, -50%) scale(1);
  107. transform: translate(-50%, -50%) scale(1);
  108. }
  109. 50% {
  110. -webkit-transform: translate(-50%, -50%) scale(1.05);
  111. transform: translate(-50%, -50%) scale(1.05);
  112. }
  113. 100% {
  114. -webkit-transform: translate(-50%, -50%) scale(1);
  115. transform: translate(-50%, -50%) scale(1);
  116. }
  117. }
  118. @keyframes scaleAnimation-data-v-214714fe {
  119. 0% {
  120. -webkit-transform: translate(-50%, -50%) scale(1);
  121. transform: translate(-50%, -50%) scale(1);
  122. }
  123. 50% {
  124. -webkit-transform: translate(-50%, -50%) scale(1.05);
  125. transform: translate(-50%, -50%) scale(1.05);
  126. }
  127. 100% {
  128. -webkit-transform: translate(-50%, -50%) scale(1);
  129. transform: translate(-50%, -50%) scale(1);
  130. }
  131. }
  132. .success_box.data-v-214714fe {
  133. height: 100vh;
  134. width: 100%;
  135. display: flex;
  136. flex-direction: column;
  137. align-items: center;
  138. justify-content: center;
  139. font-family: PingFang SC, PingFang SC;
  140. font-weight: 500;
  141. font-size: 64rpx;
  142. color: #222222;
  143. }
  144. .success_box image.data-v-214714fe {
  145. width: 404rpx;
  146. height: 404rpx;
  147. margin-bottom: 26rpx;
  148. }
  149. .imgbg.data-v-214714fe {
  150. width: 100%;
  151. }
  152. .kc_footer.data-v-214714fe {
  153. width: 100%;
  154. position: absolute;
  155. bottom: 0;
  156. left: 0;
  157. }
  158. .kc_footer_btn.data-v-214714fe {
  159. width: 528rpx;
  160. height: 96rpx;
  161. background: #FF5C03;
  162. border-radius: 48rpx 48rpx 48rpx 48rpx;
  163. font-family: PingFang SC, PingFang SC;
  164. font-weight: 500;
  165. font-size: 32rpx;
  166. color: #FFFFFF;
  167. display: flex;
  168. align-items: center;
  169. justify-content: center;
  170. position: absolute;
  171. bottom: 20%;
  172. left: 50%;
  173. -webkit-transform: translate(-50%, -50%) scale(1);
  174. transform: translate(-50%, -50%) scale(1);
  175. }
  176. .imgft.data-v-214714fe {
  177. width: 100%;
  178. }