| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- .tki-qrcode {
- position: relative;
- }
- .tki-qrcode-canvas {
- position: fixed;
- top: -99999rpx;
- left: -99999rpx;
- z-index: -99999;
- }
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page.data-v-80aff740 {
- height: 100%;
- background-color: #fff;
- }
- .user-logo.data-v-80aff740 {
- height: 300rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .user-logo image.data-v-80aff740 {
- width: 102rpx;
- height: 102rpx;
- border-radius: 50%;
- }
- .user-logo .user-name.data-v-80aff740 {
- padding-top: 25rpx;
- font-size: 34rpx;
- font-family: SourceHanSansCN;
- font-weight: 400;
- color: #2B2B2B;
- }
- .code-warpper.data-v-80aff740 {
- width: 515rpx;
- height: 515rpx;
- margin: 0 auto;
- border: 3rpx solid #901B21;
- padding-top: 46rpx;
- }
- .code-warpper .code-content.data-v-80aff740 {
- width: 362rpx;
- height: 365rpx;
- margin: 0 auto;
- }
- .code-warpper .code.data-v-80aff740 {
- padding: 0 40rpx;
- padding-top: 5rpx;
- height: 80rpx;
- width: 100%;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- text-align: center;
- word-wrap: break-word;
- word-break: break-all;
- }
- .code-warpper .code1.data-v-80aff740 {
- padding-top: 31rpx;
- }
- .btm.data-v-80aff740 {
- padding-top: 45rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- text-align: center;
- }
|