| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .container{
- background-color: #FEBD00;
- }
- .bg{
- width: 100%;
- height:769rpx;
- position: fixed;
- bottom: 0;
- left:0;
- }
- .text0{
- font-size:36rpx;
- text-align: center;
- margin-top: 280rpx;
- z-index: 10;
- }
- .text1{
- font-size:44rpx;
- text-align: center;
- margin-top: 10rpx;
- z-index: 10;
- }
- .btn {
- width: 600rpx;
- height: 104rpx;
- background-color: #035834;
- border-radius: 14rpx;
- margin-top: 90rpx;
- z-index: 10;
- }
- .btn1 {
- width: 100%;
- height: 90rpx;
- background-color: #03AF69;
- border-radius: 14rpx;
- position:relative;
- top:0;
- font-size: 36rpx;
- text-align: center;
- line-height: 90rpx;
- color:#fff;
- }
- .line2{
- width: 600rpx;
- height:3rpx;
- background-color: #593613;
- margin-top:350rpx;
- z-index: 10;
- }
- .ipad{
- margin-top:140rpx;
- }
- .text3{
- font-size:22rpx;
- width:560rpx;
- margin-top: 40rpx;
- z-index: 10;
- font-weight: 400;
- }
- .buyOK{
- width: 106rpx;
- height:106rpx;
- margin-top: 120rpx;
- }
- .text4{
- font-size:64rpx;
- margin-top: 20rpx;
- font-weight: 500;
- }
|