| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- width: 100%;
- height: 100%;
- }
- .content {
- width: 100%;
- height: 100%;
- position: relative;
- }
- .content .bgimg {
- width: 100%;
- height: 100%;
- }
- .content .bgimg image {
- width: 100%;
- height: 100%;
- }
- .content .tki-qrcode-canvas {
- width: 750rpx;
- height: 1350rpx;
- margin: 0 auto;
- }
- .content .box {
- color: #ffffff;
- width: 100%;
- height: 100vh;
- }
- .content .box .music {
- border-radius: 28rpx;
- position: absolute;
- left: 12rpx;
- top: 250rpx;
- z-index: 999;
- }
- .content .keepgo {
- -webkit-animation-play-state: paused;
- animation-play-state: paused;
- }
- .content .imgbox {
- height: 1350rpx;
- width: 750rpx;
- }
- .image {
- width: 100%;
- height: 100%;
- }
|