| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- width: 100%;
- height: 100%;
- }
- .content {
- width: 100%;
- height: 100vh;
- position: relative;
- overflow: hidden;
- }
- .content .image {
- width: 100%;
- height: 100%;
- }
- .content .bgimg {
- width: 100%;
- height: 100%;
- }
- .content .bgimg image {
- width: 100%;
- height: 100%;
- }
- .content .tki-qrcode-canvas {
- width: 750rpx;
- height: 100vh;
- margin: 0 auto;
- }
- .content .box {
- color: #ffffff;
- width: 100%;
- height: 100vh;
- }
- .content .imgbox {
- height: 1204rpx;
- width: 750rpx;
- }
- .image {
- width: 100%;
- height: 100%;
- }
|