| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- width: 100%;
- min-height: 100%;
- }
- page .container {
- width: 100%;
- height: 100%;
- }
- .backImg {
- position: absolute;
- width: 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;
- }
|