| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .container{
- background-color: #ffffff;
- }
- .img{
- width:100%;
- }
- .panelBottom{
- width:100%;
- height:140rpx;
- position: fixed;
- bottom: 0;
- background-color: #329468;
- z-index: 10;
- justify-content: space-between;
- }
- .panelBottom1{
- margin-left: 30rpx;
- color:#fff;
- align-items: flex-start;
- }
- .text7{
- font-size:24rpx;
- }
- .text8{
- font-size:36rpx;
- }
- .text1{
- margin: 200rpx 0 0 0;
- font-size:64rpx;
- color:#329468;
- }
- .text2{
- margin: 10rpx 0 0 0;
- font-size:36rpx;
- }
- .text3{
- font-size:28rpx;
- font-weight: 400;
- }
- .btn{
- font-size:36rpx;
- width:520rpx;
- height:90rpx;
- border-radius: 10rpx;
- text-align: center;
- line-height: 90rpx;
- color:#fff;
- background-color: #329468;
- margin-top: 30rpx;
- }
- .btn2{
- font-size:48rpx;
- width:380rpx;
- height:100rpx;
- border-radius: 10rpx;
- text-align: center;
- line-height: 100rpx;
- color:#1E1E1E;
- background-color: #FFDD0C;
- margin-right: 30rpx;
- }
- .text4{
- margin: 60rpx 0 0 0;
- font-size:36rpx;
- }
- .text6{
- margin: 100rpx 0 0 0;
- font-size:36rpx;
- color:#329468;
- text-align: center;
- }
|