123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- width: 100%;
- min-height: 100%;
- }
- page .container {
- width: 100%;
- height: 100%;
- }
- .backImg {
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .portrait {
- width: 100%;
- text-align: center;
- padding-top: 80rpx;
- padding-bottom: 30rpx;
- }
- .portrait image {
- width: 250rpx;
- height: 250rpx;
- }
- .text {
- text-align: center;
- width: 100%;
- color: #ffffff;
- font-size: 55rpx;
- letter-spacing: 15rpx;
- }
- .uid-name {
- padding: 50rpx 0rpx;
- text-align: center;
- width: 100%;
- color: #ffffff;
- }
- .copy-btn {
- color: #ffffff;
- background-color: #4ba6ed;
- border-radius: 50rpx;
- width: 170rpx;
- line-height: 70rpx;
- margin: 0rpx auto;
- text-align: center;
- }
- .tki-qrcode {
- position: fixed;
- bottom: 10%;
- left: 30%;
- }
- canvas {
- width: 150px;
- height: 150px;
- margin: auto;
- }
|