authentication.wxss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container .notes.data-v-6afb1c74 {
  5. margin-top: 110rpx;
  6. text-align: center;
  7. font-size: 28rpx;
  8. }
  9. .container .msg.data-v-6afb1c74 {
  10. margin-top: 10rpx;
  11. text-align: center;
  12. font-size: 28rpx;
  13. }
  14. .container .info.data-v-6afb1c74 {
  15. margin-top: 100rpx;
  16. height: 40rpx;
  17. text-align: center;
  18. }
  19. .container .photo.data-v-6afb1c74 {
  20. margin: 0 auto;
  21. margin-top: 40rpx;
  22. width: 375rpx;
  23. height: 375rpx;
  24. border-radius: 188rpx;
  25. overflow: hidden;
  26. }
  27. .container .photo .img.data-v-6afb1c74 {
  28. width: 100%;
  29. height: 100%;
  30. border-radius: 50%;
  31. }
  32. .container .photo ._img.data-v-6afb1c74 {
  33. width: 100%;
  34. height: 100%;
  35. }
  36. .container .button.data-v-6afb1c74 {
  37. margin: 0 auto;
  38. margin-top: 127rpx;
  39. width: 430rpx;
  40. height: 100rpx;
  41. line-height: 100rpx;
  42. text-align: center;
  43. color: #fff;
  44. border-radius: 21rpx;
  45. font-size: 32rpx;
  46. background: linear-gradient(180deg, #00acfc 0%, #0082fc 100%);
  47. }
  48. .container .popup-content.data-v-6afb1c74 {
  49. display: flex;
  50. flex-direction: column;
  51. justify-content: space-around;
  52. align-items: center;
  53. width: 630rpx;
  54. height: 376rpx;
  55. border-radius: 33rpx;
  56. background-color: #fff;
  57. }
  58. .container .popup-content .title.data-v-6afb1c74 {
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. }
  63. .container .popup-content .title .icon.data-v-6afb1c74 {
  64. width: 40rpx;
  65. height: 40rpx;
  66. }
  67. .container .popup-content .title .icon ._img.data-v-6afb1c74 {
  68. width: 100%;
  69. height: 100%;
  70. }
  71. .container .popup-content .title .title_info.data-v-6afb1c74 {
  72. margin-left: 8rpx;
  73. font-size: 36rpx;
  74. font-weight: 800;
  75. color: #0082FC;
  76. }
  77. .container .popup-content .time.data-v-6afb1c74 {
  78. font-size: 32rpx;
  79. }
  80. .container .popup-content .popup_button.data-v-6afb1c74 {
  81. width: 50%;
  82. text-align: center;
  83. font-size: 32rpx;
  84. color: #0082FC;
  85. }