| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- .panelTop{
- width:100%;
- z-index: 20;
- }
- .panelTop1{
- position: fixed;
- top:0;
- }
- .panel1{
- position: relative;
- margin-top: 80rpx;
- color: #C1E1C1;
- width: 600rpx;
- align-items: flex-start;
- align-self: start;
- }
- .pic_01{
- width:431rpx;
- height:351rpx;
- margin:0 0 0 100rpx;
- }
- .panel2{
- margin: 87rpx 0 0 0;
- width: 100%;
- }
- .btn01{
- width: 590rpx;
- height:100rpx;
- background: #CA4B15;
- box-shadow: 0 20rpx 0 0 #702F14, 0 40rpx 0 0 rgba(0,0,0,0.30);
- border-radius: 30rpx;
- font-size: 48rpx;
- }
- .btn02{
- width: 590rpx;
- height:100rpx;
- margin: 80rpx 0 40rpx 0;
- background: #004433;
- border: 5rpx solid #C1E1C1;
- border-radius: 30rpx;
- font-size: 36rpx;
- color: #C1E1C1;
- position: relative;
- }
- .btn021{
- width: 80rpx;
- height:50rpx;
- background: #C1E1C1;
- border-radius: 10rpx;
- color:#004433;
- font-size: 24rpx;
- position: absolute;
- right:30rpx;
- }
- .panel3{
- width:360rpx;
- align-self: start;
- margin-left: 120rpx;
- font-size: 24rpx;
- color: #C1E1C1;
- position: relative;
- background-color: #004433;
- }
- .panel31{
- width:100%;
- height:93rpx;
- justify-content: flex-start;
- }
- .sysIcon_a01{
- width:24rpx;
- height:24rpx;
- margin: 0 10rpx 0 0;
- }
- .sysIcon_b19{
- width:28rpx;
- height:28rpx;
- margin: 0 10rpx 0 0;
- }
- .panelLine{
- width: 360rpx;
- height: 1rpx;
- background-color: #C1E1C1;
- }
- .sysIcon_a02{
- width:10rpx;
- height:18rpx;
- margin: 0 0 0 10rpx;
- }
- .panelMenu{
- background-color: rgba(26,67,51,0.50);
- z-index: 20;
- position: fixed;
- top:0;
- }
- .panelRemind{
- width: 690rpx;
- margin-bottom: 75rpx;
- position: fixed;
- bottom: 0;
- background: #CA4B15;
- box-shadow: 0 20rpx 0 0 #8E3F1D, 0 50rpx 0 0 rgba(0,0,0,0.50);
- border-radius: 60rpx;
- background-image: radial-gradient(circle at 53% 50%, #85261E 0%, rgba(178,71,62,0.00) 50%);
- }
- .sysIcon_b10{
- width: 360rpx;
- height:140rpx;
- position: absolute;
- right:0;
- top:-22rpx;
- }
- .panelRemind1{
- width: 100%;
- justify-content: flex-start;
- margin-top: 40rpx;
- font-size: 36rpx;
- color: #FFFFFF;
- z-index: 25rpx;
- }
- .sysIcon_b09{
- width: 50rpx;
- height:50rpx;
- margin: 0 20rpx 0 50rpx ;
- }
- .panelRemind2{
- width: 650rpx;
- min-height:220rpx;
- background: #FFFFFF;
- color: #2E2E2E;
- border-radius: 40rpx;
- margin: 30rpx 0;
- justify-content: flex-start;
- }
- .textRemind{
- width:570rpx;
- font-weight: 400;
- font-size: 28rpx;
- align-items: flex-start;
- margin-top: 80rpx;
- }
- .btnReind1{
- width:590rpx;
- height:90rpx;
- background: #F0F0F0;
- border-radius: 20rpx;
- font-size: 36rpx;
- margin-top: 60rpx;
- }
- .btnReind2{
- width:590rpx;
- height:70rpx;
- background: #fff;
- font-size: 28rpx;
- margin: 30rpx 0 40rpx 0;
- }
- .panelGuideContainer .panelGuideContainerImage{
- width: 610rpx;
- height: 338rpx;
- }
- .panelFooter{
- width: 100%;
- background-color: #fff;
- color: #004433;
- position: fixed;
- bottom: 0;
- z-index: 10;
- }
- .panelFooter1{
- width:100%;
- }
- .panelFooter2{
- width:100%;
- position: relative;
- z-index: 50;
- }
- .pic_02{
- width:100%;
- height:230rpx;
- }
- .panelFooterBtn{
- width: 50%;
- font-size: 36rpx;
- height: 100rpx;
- justify-content: flex-end;
- }
- .panelFooterLine{
- width: 72rpx;
- height:16rpx;
- margin-top: 9rpx;
- }
- .panelFooterLine1{
- width: 72rpx;
- height:16rpx;
- margin-top: 9rpx;
- background-color: #004433;
- }
- .iphone10plus{
- width:100%;
- height:30rpx;
- background-color: #fff;
- }
|