| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .container {
- background-color: #F5E2BE;
- justify-content: flex-start;
- color: #1e1e1e;
- font-weight: 500;
- }
- .index1 {
- position: fixed;
- top: 178rpx;
- left: 0;
- width:100%;
- }
- .ipad {
- top: 78rpx;
- }
- .image01001 {
- width: 462rpx;
- height: 516rpx;
- }
- .index2 {
- position: fixed;
- bottom: 0;
- left: 0;
- width:100%;
- }
- .image01002 {
- width: 576rpx;
- height: 443rpx;
- }
- .image01003 {
- width: 108rpx;
- height: 101rpx;
- position: fixed;
- bottom: 129rpx;
- right: 57rpx;
- }
|