| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .container {
- background-color: #F5E2BE;
- justify-content: flex-start;
- color: #1E1E1E;
- font-weight: 500;
- }
- .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;
- }
|