index.acss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .content {
  2. margin-top: 10rpx;
  3. }
  4. .content-top,
  5. .content-center {
  6. justify-content: center;
  7. }
  8. .tab {
  9. width: 99.67rpx;
  10. height: 33.22rpx;
  11. line-height: 33.22rpx;
  12. text-align: center;
  13. background-color: #00E3C5;
  14. font-size: 14rpx;
  15. color: #145676;
  16. justify-content: center;
  17. border-radius: 14rpx;
  18. margin-right: 20rpx;
  19. z-index: 999;
  20. }
  21. .tab-icon {
  22. width: 18rpx;
  23. height: 18rpx;
  24. margin-right: 7rpx;
  25. margin-top: 7rpx;
  26. }
  27. .content-center {
  28. margin-top: 39rpx;
  29. }
  30. .center {
  31. width: 166.05rpx;
  32. height: 182.81rpx;
  33. background-color: #2B6EF5;
  34. color: #fff;
  35. font-size: 18rpx;
  36. border-radius: 6rpx;
  37. margin-right: 11rpx;
  38. /* font-weight: 600; */
  39. text-align: center;
  40. }
  41. .center-icon {
  42. display: inline-block;
  43. margin: 0 auto;
  44. /* margin-bottom: 21rpx; */
  45. }
  46. .center-icon0 {
  47. width: 62rpx;
  48. height: 62rpx;
  49. margin-top: 35rpx;
  50. margin-bottom: 21rpx;
  51. }
  52. .center-icon1,
  53. .center-icon2 {
  54. width: 78rpx;
  55. height: 47rpx;
  56. margin-top: 42rpx;
  57. margin-bottom: 28rpx;
  58. }
  59. .center-icon3 {
  60. width: 55rpx;
  61. height: 67rpx;
  62. margin-top: 31rpx;
  63. margin-bottom: 20rpx;
  64. }
  65. .scan-code {
  66. width: 318.75rpx;
  67. height: 102.54rpx;
  68. background: url('https://tx.hz-hanghui.com:8088/yx-fyzd/file/upload/imagesnew/static/result//border.png') no-repeat;
  69. background-size: 100% 100%;
  70. background-attachment: fixed;
  71. position: absolute;
  72. right: 24rpx;
  73. bottom: 5rpx;
  74. padding: 13rpx 18rpx;
  75. box-sizing: border-box;
  76. justify-content: space-between;
  77. }
  78. .qrcode-box {
  79. font-size: 12rpx;
  80. display: flex;
  81. flex-direction: column;
  82. justify-content: center;
  83. align-items: center;
  84. }
  85. .qrcode {
  86. width: 60rpx;
  87. height: 60rpx;
  88. margin-top: 5rpx;
  89. /* margin-right: 10rpx; */
  90. }
  91. .tip-text {
  92. font-size: 14rpx;
  93. color: #0E384D;
  94. padding: 0 20rpx;
  95. text-align: center;
  96. line-height: 25rpx;
  97. /*margin-top: 10rpx;*/
  98. display: flex;
  99. align-items: center;
  100. }
  101. .blod {
  102. font-weight: 500;
  103. }
  104. .blue {
  105. color: #1677FF;
  106. }