| 123456789101112131415161718192021222324252627282930313233343536 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- height: 100%;
- }
- .container {
- width: 100%;
- height: 1400rpx;
- }
- .container .item-box {
- width: 100%;
- height: 100%;
- margin: 0rpx auto;
- background-size: 100% 100%;
- }
- .container .item-box .poster-bg {
- position: relative;
- height: 100%;
- width: 100%;
- margin: 0rpx auto;
- }
- .container .item-box .qr {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 9.6rem;
- }
|