| 12345678910111213141516171819202122232425 |
- .container {
- background-color: #F5E2BE;
- justify-content: flex-start;
- color: #872439;
- }
- .bg{
- width:100%;
- height:3081rpx;
- margin-top: 40rpx;
- }
- .btn{
- width:216rpx;
- height:284rpx;
- position: absolute;
- }
- .getAppID{
- width:630rpx;
- height:130rpx;
- position: absolute;
- top:2163rpx;
- left:60rpx;
- }
|