12345678910111213141516171819202122232425262728293031323334353637383940 |
- @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: #921a23;
- margin: 0 auto;
- font-size: 30rpx;
- margin-top: 30rpx;
- border-radius: 99rpx;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .share-bottom.action-share-bottom {
- background-color: #999999;
- }
|