verifyCode.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .tki-qrcode {
  2. position: relative;
  3. }
  4. .tki-qrcode-canvas {
  5. position: fixed;
  6. top: -99999rpx;
  7. left: -99999rpx;
  8. z-index: -99999;
  9. }
  10. @charset "UTF-8";
  11. /* 页面左右间距 */
  12. /* 文字尺寸 */
  13. /*文字颜色*/
  14. /* 边框颜色 */
  15. /*颜色*/
  16. /* 图片加载中颜色 */
  17. /* 行为相关颜色 */
  18. /* 功能栏字体大小 */
  19. /*功能栏左侧小图标*/
  20. page.data-v-80aff740 {
  21. height: 100%;
  22. background-color: #fff;
  23. }
  24. .user-logo.data-v-80aff740 {
  25. height: 300rpx;
  26. display: flex;
  27. flex-direction: column;
  28. justify-content: center;
  29. align-items: center;
  30. }
  31. .user-logo image.data-v-80aff740 {
  32. width: 102rpx;
  33. height: 102rpx;
  34. border-radius: 50%;
  35. }
  36. .user-logo .user-name.data-v-80aff740 {
  37. padding-top: 25rpx;
  38. font-size: 34rpx;
  39. font-family: SourceHanSansCN;
  40. font-weight: 400;
  41. color: #2B2B2B;
  42. }
  43. .code-warpper.data-v-80aff740 {
  44. width: 515rpx;
  45. height: 515rpx;
  46. margin: 0 auto;
  47. border: 3rpx solid #901B21;
  48. padding-top: 46rpx;
  49. }
  50. .code-warpper .code-content.data-v-80aff740 {
  51. width: 362rpx;
  52. height: 365rpx;
  53. margin: 0 auto;
  54. }
  55. .code-warpper .code.data-v-80aff740 {
  56. padding: 0 40rpx;
  57. padding-top: 5rpx;
  58. height: 80rpx;
  59. width: 100%;
  60. font-size: 36rpx;
  61. font-family: PingFang SC;
  62. font-weight: bold;
  63. color: #333333;
  64. text-align: center;
  65. word-wrap: break-word;
  66. word-break: break-all;
  67. }
  68. .code-warpper .code1.data-v-80aff740 {
  69. padding-top: 31rpx;
  70. }
  71. .btm.data-v-80aff740 {
  72. padding-top: 45rpx;
  73. font-size: 30rpx;
  74. font-family: PingFang SC;
  75. font-weight: bold;
  76. color: #333333;
  77. text-align: center;
  78. }