| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .content {
- padding-top: 30rpx;
- }
- .qrimg {
- position: absolute;
- left: -9999rpx;
- top: -9999rpx;
- }
- .tki-qrcode-canvas {
- width: 532rpx;
- height: 945rpx;
- margin: 0 auto;
- }
- .share-bottom {
- width: 560rpx;
- height: 80rpx;
- color: #ffffff;
- background-color: #5dbc7c;
- margin: 0 auto;
- font-size: 30rpx;
- margin-top: 30rpx;
- -webkit-border-radius: 99rpx;
- border-radius: 99rpx;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .share-bottom.action-share-bottom {
- background-color: #999999;
- }
|