| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- @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: 1340rpx;
- 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: 1340rpx;
- width: 100%;
- }
|