Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

exbSignGetAuth.wxss 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. /* plugin/etc/pages/exbSignGetAuth/exbSignGetAuth.wxss */
  2. @import '../../style/etc.wxss';
  3. page {
  4. background-color: #fff;
  5. }
  6. .row-center {
  7. display: flex;
  8. flex-direction: row;
  9. align-items: center;
  10. justify-content: center;
  11. }
  12. .col-start {
  13. display: flex;
  14. flex-direction: column;
  15. align-items: center;
  16. justify-content: flex-start;
  17. }
  18. .card-bg {
  19. margin-top: 24rpx;
  20. width: 100%;
  21. padding: 48rpx;
  22. padding-bottom: 32rpx;
  23. background: #FFFFFF;
  24. box-sizing: border-box;
  25. }
  26. .tip-title {
  27. margin-top: 2rpx;
  28. font-size: 32rpx;
  29. color: #080E1A;
  30. font-weight: 500;
  31. }
  32. .tip-img {
  33. width: 100rpx;
  34. height: 100rpx;
  35. }
  36. .pic-item {
  37. display: flex;
  38. flex-direction: row;
  39. align-items: flex-start;
  40. justify-content: flex-start;
  41. margin-top: 24rpx;
  42. }
  43. .pic-img {
  44. width: 56rpx;
  45. height: 56rpx;
  46. }
  47. .pic-msg {
  48. font-size: 26rpx;
  49. color: #878C95;
  50. }
  51. .line {
  52. margin-top: 28rpx;
  53. width: 572rpx;
  54. height: 1rpx;
  55. background-color: #E9E9E9;
  56. }
  57. .t-tab-bar {
  58. display: flex;
  59. flex-wrap: nowrap;
  60. align-items: center;
  61. position: fixed;
  62. left: 0;
  63. bottom: 0;
  64. right: 0;
  65. z-index: 99;
  66. display: flex;
  67. padding-bottom: constant(safe-area-inset-bottom);
  68. padding-bottom: env(safe-area-inset-bottom);
  69. background-color: #fff;
  70. }
  71. .t-tab-bar--padding {
  72. padding: 16rpx 40rpx 24rpx 40rpx;
  73. width: 100%;
  74. }
  75. .bottom-btn {
  76. color: #fff;
  77. height: 96rpx;
  78. font-size: 32rpx;
  79. border-radius: 96rpx;
  80. background: #3E7DF5;
  81. }
  82. .sign-btn {
  83. display: flex;
  84. flex-direction: column;
  85. align-items: center;
  86. justify-content: center;
  87. width: 662rpx;
  88. height: 96rpx;
  89. background: linear-gradient(90deg, #46C8FF 0%, #3C9FFF 100%);
  90. border-radius: 16rpx;
  91. font-weight: 500;
  92. color: #ffffff;
  93. }
  94. .status-img {
  95. margin-top: 274rpx;
  96. width: 128rpx;
  97. height: 128rpx;
  98. }
  99. .re-btn {
  100. margin-top: 80rpx;
  101. display: flex;
  102. flex-direction: column;
  103. align-items: center;
  104. justify-content: center;
  105. color: #fff;
  106. font-size: 34rpx;
  107. width: 366rpx;
  108. height: 88rpx;
  109. background: #3E7DF5;
  110. border-radius: 88rpx;
  111. }