securityCheck.wxss 764 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* pages/securityCheck/securityCheck.wxss */
  2. .box {
  3. padding: 30rpx;
  4. border-bottom: 2rpx solid #ddd;
  5. padding-bottom: 30px;
  6. }
  7. .title {
  8. font-size: 32rpx;
  9. color: #555;
  10. margin-bottom: 20px;
  11. }
  12. .img {
  13. display: block;
  14. margin: 20rpx auto;
  15. }
  16. .retake {
  17. width: 530rpx !important;
  18. height: 80rpx;
  19. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  20. border-radius: 20rpx;
  21. text-align: center;
  22. line-height: 80rpx;
  23. font-size: 30rpx;
  24. font-family: PingFangSC-Medium, PingFang SC;
  25. font-weight: 500;
  26. color: #FFFFFF;
  27. margin: 0 auto;
  28. }
  29. .go {
  30. width: 70vw;
  31. height: 12vw;
  32. line-height: 12vw;
  33. font-size: 5vw;
  34. text-align: center;
  35. background: #3e94f6;
  36. color: #fff;
  37. border-radius: 6vw;
  38. margin: 0 auto;
  39. margin-top: 80vh;
  40. }