index.scss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .sign-page{
  2. min-height: 100vh;
  3. background: #fff;
  4. .view-wrap{
  5. padding-top: 34rpx;
  6. padding-left: 35rpx;
  7. padding-right: 35rpx;
  8. padding-bottom: 60rpx;
  9. }
  10. .inner-img{
  11. width: auto;
  12. height: auto;
  13. }
  14. .box-timer{
  15. margin-top: 19rpx;
  16. display: flex;
  17. font-size: 26rpx;
  18. font-family: PingFang SC;
  19. font-weight: 400;
  20. .text{
  21. color: #333333;
  22. font-weight: bold;
  23. margin: 0 2px;
  24. }
  25. .label,.unit{
  26. color: #999999;
  27. }
  28. }
  29. .qr-cord-wrap{
  30. padding-top: 78rpx;
  31. display: flex;
  32. flex-direction: column;
  33. align-items: center;
  34. .qr-cord-img{
  35. width: 410rpx;
  36. height: 410rpx;
  37. border: 5px solid #79A9CE;
  38. border-radius: 2px;
  39. .inner-img{
  40. width: 100%;
  41. height: 100%;
  42. }
  43. }
  44. .qr-cord-text{
  45. margin-top: 19rpx;
  46. font-size: 34rpx;
  47. font-family: DIN;
  48. font-weight: bold;
  49. color: #333333;
  50. }
  51. }
  52. .button-wrap{
  53. padding-top: 252rpx;
  54. }
  55. .sing-btn{
  56. display: flex;
  57. align-items: center;
  58. justify-content: center;
  59. width: 300rpx;
  60. height: 80rpx;
  61. background: #fff;
  62. border: 1px solid #79A9CE;
  63. border-radius: 10rpx;
  64. font-size: 30rpx;
  65. font-family: PingFang SC;
  66. font-weight: bold;
  67. color: #79A9CE;
  68. &.button-hover{
  69. position: relative;
  70. top: 3px;
  71. }
  72. }
  73. }