szjp.scss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. .mask {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. background: rgba(0, 0, 0, 0.4);
  8. }
  9. .box {
  10. width: 100vw;
  11. height: 50vh;
  12. position: fixed;
  13. bottom: 0;
  14. left: 0;
  15. margin: auto;
  16. z-index: 101;
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. .center {
  21. position: absolute;
  22. }
  23. .bottom {
  24. position: absolute;
  25. bottom: 0;
  26. width: 100%;
  27. background: #fff;
  28. border-radius: 30rpx 30rpx 0 0;
  29. .tle {
  30. display: flex;
  31. align-items: center;
  32. justify-content: space-between;
  33. padding: 30rpx 3%;
  34. .tle_lft {
  35. display: flex;
  36. align-items: center;
  37. image {
  38. width:60rpx;
  39. height:60rpx;
  40. }
  41. .tle_1 {
  42. font-size: 30rpx;
  43. color: #444;
  44. font-weight: bold;
  45. letter-spacing: 3rpx;
  46. padding-left: 8rpx;
  47. }
  48. .tle_2 {
  49. font-size: 24rpx;
  50. color: #999;
  51. letter-spacing: 3rpx;
  52. padding-left: 10rpx;
  53. }
  54. }
  55. .tle_rgt {
  56. padding: 0 20rpx;
  57. image {
  58. width: 40rpx;
  59. }
  60. }
  61. }
  62. .pwd_info {
  63. text-align: center;
  64. font-size: 24rpx;
  65. color: red;
  66. height: 100rpx;
  67. line-height: 80rpx;
  68. }
  69. .bg {
  70. opacity: 0.5;
  71. position: absolute;
  72. top: 85rpx;
  73. // left: 0;
  74. right: 0;
  75. image {
  76. width: 250rpx;
  77. }
  78. }
  79. }
  80. }
  81. .pwd_box {
  82. display: flex;
  83. align-items: center;
  84. justify-content: center;
  85. background: #fff;
  86. padding: 20rpx 0 0 0;
  87. .pwd-text {
  88. position: relative;
  89. line-height: 60rpx;
  90. vertical-align: middle;
  91. text-align: center;
  92. font-size: 46rpx;
  93. color: #0fb361;
  94. font-weight: bold;
  95. width: 60rpx;
  96. height: 70rpx;
  97. margin-right: 20rpx;
  98. display: inline-block;
  99. border-bottom: solid 1px #666;
  100. }
  101. .pwd-text.active:after {
  102. -webkit-animation: twinkle 1s infinite;
  103. animation: twinkle 1s infinite;
  104. height: 40rpx;
  105. width: 5rpx;
  106. content: "";
  107. position: absolute;
  108. top: 50%;
  109. left: 50%;
  110. transform: translate(-50%, -50%);
  111. background-color: #007aff;
  112. }
  113. @-webkit-keyframes twinkle {
  114. from {
  115. background-color: #007aff;
  116. }
  117. to {
  118. background-color: transparent;
  119. }
  120. }
  121. }
  122. .solt {
  123. width: 96vw;
  124. background: #f5f5f5;
  125. padding: 40rpx 2vw;
  126. display: flex;
  127. align-items: center;
  128. border-top: 1px solid #ccc;
  129. // border-radius: 30rpx 30rpx 0 0;
  130. .s_lft {
  131. width: 78vw;
  132. padding-right: 10rpx;
  133. height: 100%;
  134. display: flex;
  135. align-items: center;
  136. justify-content: space-between;
  137. flex-wrap: wrap;
  138. .s_li {
  139. width: 31%;
  140. margin-bottom: 20rpx;
  141. background: #fff;
  142. height: 90rpx;
  143. line-height: 90rpx;
  144. border-radius: 10rpx;
  145. text-align: center;
  146. font-size: 40rpx;
  147. color: #444;
  148. font-weight: bold;
  149. border: 1px solid #fff;
  150. }
  151. .s_o {
  152. width: 65%;
  153. }
  154. .button-hover {
  155. background: #eee !important;
  156. }
  157. .s_sq {
  158. display: flex;
  159. align-items: center;
  160. justify-content: center;
  161. image {
  162. width: 30rpx;
  163. height: 30rpx;
  164. }
  165. }
  166. }
  167. .s_rgt {
  168. width: 20vw;
  169. height: 100%;
  170. .s_li {
  171. width: 100%;
  172. margin-bottom: 20rpx;
  173. background: #fff;
  174. border-radius: 10rpx;
  175. text-align: center;
  176. font-size: 28rpx;
  177. color: #000;
  178. font-weight: bold;
  179. border: 1px solid #fff;
  180. }
  181. .s_s {
  182. height: 200rpx;
  183. line-height: 200rpx;
  184. color: #fff;
  185. background: #0fb361;
  186. }
  187. .s_x {
  188. height: 200rpx;
  189. line-height: 200rpx;
  190. display: flex;
  191. align-items: center;
  192. justify-content: center;
  193. image {
  194. width: 50rpx;
  195. }
  196. }
  197. .s_cx {
  198. .button-hover {
  199. background: #eee !important;
  200. }
  201. }
  202. .s_qd {
  203. .button-hover {
  204. background: #2aa515 !important;
  205. }
  206. }
  207. }
  208. }
  209. /* 弹入-从下 */
  210. .a-bounceinB {
  211. -webkit-animation: 0.3s ease-out backwards;
  212. -moz-animation: 0.3s ease-out backwards;
  213. -ms-animation: 0.3s ease-out backwards;
  214. -moz-transform: translate3d(0, 0, 0);
  215. -ms-transform: translate3d(0, 0, 0);
  216. -o-transform: translate3d(0, 0, 0);
  217. transform: translate3d(0, 0, 0);
  218. -webkit-animation-name: bounceinB;
  219. -moz-animation-name: bounceinB;
  220. -ms-animation-name: bounceinB;
  221. animation-name: bounceinB;
  222. }
  223. /* 弹入-从下 */
  224. @keyframes bounceinB {
  225. 0% {
  226. opacity: 0;
  227. transform: translateY(100%);
  228. }
  229. 100% {
  230. opacity: 1;
  231. transform: translateY(0);
  232. }
  233. }
  234. /* 弹出-向下 */
  235. .a-bounceoutB {
  236. -webkit-animation: 0.3s ease-in forwards;
  237. -moz-animation: 0.3s ease-in forwards;
  238. -ms-animation: 0.3s ease-in forwards;
  239. animation: 0.3s ease-in forwards;
  240. -moz-transform: translate3d(0, 0, 0);
  241. -ms-transform: translate3d(0, 0, 0);
  242. -o-transform: translate3d(0, 0, 0);
  243. transform: translate3d(0, 0, 0);
  244. -webkit-animation-name: bounceoutB;
  245. -moz-animation-name: bounceoutB;
  246. -ms-animation-name: bounceoutB;
  247. animation-name: bounceoutB;
  248. }
  249. /* 弹出-向下 */
  250. @keyframes bounceoutB {
  251. 0% {
  252. opacity: 1;
  253. transform: translateY(0);
  254. }
  255. 100% {
  256. opacity: 0;
  257. transform: translateY(100%);
  258. }
  259. }