| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- .container{
- background-color: #f8f8f8;
- }
- .img{
- width:100%;
- }
- .panelShowPay{
- width:100%;
- height:120rpx;
- position: fixed;
- bottom: 0;
- z-index: 10;
- background-color: #F8F8F8;
- justify-content: flex-start;
- }
- .panelShowPay_IPhoneX{
- width:100%;
- height:140rpx;
- position: fixed;
- bottom: 0;
- z-index: 10;
- background-color: #F8F8F8;
- justify-content: flex-start;
- }
- .btn2{
- width:730rpx;
- height:100rpx;
- border-radius: 20rpx;
- background-color: #FF970C;
- margin-top:10rpx;
- }
- .panelBottom{
- width:100%;
- position: fixed;
- top: -1rpx;
- background-color: rgba(0,0,0,0.5);
- z-index: 20;
- }
- .panelBottom0{
- width:100%;
- height:700rpx;
- position: fixed;
- bottom: 0;
- background-color: #29365C;
- z-index: 10;
- justify-content: flex-start;
- color:#fff;
- }
- .panelBottom1{
- position: absolute;
- top: 515rpx;
- left:119rpx;
- color:#fff;
- align-items: flex-start;
- }
- .bm_sy_bg{
- width:100%;
- height:198rpx;
- position: absolute;
- bottom: 0;
- }
- .text1{
- margin: 75rpx 0 0 0;
- font-size:36rpx;
- text-align: center;
- }
- .text2{
- margin: 30rpx 0 0 0;
- font-size:64rpx;
- }
- .text3{
- font-size:24rpx;
- }
- .text4{
- font-size:36rpx;
- }
- .btn{
- font-size:36rpx;
- width:580rpx;
- height:130rpx;
- border-radius: 20rpx;
- text-align: center;
- line-height: 130rpx;
- background-color: #FF970C;
- margin-top: 30rpx;
- }
- .bm_sy_banner-zf{
- width:105rpx;
- height:60rpx;
- }
- .trial_registration_xcode2{
- width:100%;
- height:910rpx;
- }
- .btn3{
- font-size:36rpx;
- width:650rpx;
- height:110rpx;
- border-radius: 20rpx;
- text-align: center;
- line-height: 110rpx;
- border:2rpx solid #D2D2D2;
- background-color: #fff;
- }
|