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