| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .AppWrap{
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .App{
- box-sizing: border-box;
- position: relative;
- width: 300px;
- height: 534px;
- overflow: hidden;
- overflow-x: hidden;
- overflow-y: hidden;
- background:#fff;
-
- }
- *::-webkit-scrollbar {display:none !important}
- .phone6s{
- padding: 84px 21px;
- background: url('https://wly-1254337200.cos.ap-guangzhou.myqcloud.com/6s.png') no-repeat;
- background-size: cover;
- }
- p.p1,p.p2,p.p3{
- font-size: 10px;
- }
- .AppWrap .title{
- font-size: 13px;
- }
- .pageWrap{
- margin-top: 45px;
- background: #ffffff;
- /*border: 2px solid red;*/
- height: 100%;
- overflow: auto
- }
- .indexPage{
- position: relative;
- z-index: 4;
- }
|