| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .panelTop{
- width:100%;
- position: fixed;
- top:0;
- z-index: 10;
- }
- .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;
- }
- .panel3{
- width:360rpx;
- align-self: start;
- margin-left: 120rpx;
- font-size: 24rpx;
- color: #C1E1C1;
- }
- .panel31{
- width:100%;
- height:93rpx;
- justify-content: flex-start;
- }
- .sysIcon_a01{
- width:24rpx;
- height:24rpx;
- margin: 0 10rpx 0 0;
- }
- .panelLine{
- width: 360rpx;
- height: 1rpx;
- background-color: #C1E1C1;
- }
- .sysIcon_a02{
- width:10rpx;
- height:18rpx;
- margin: 0 0 0 10rpx;
- }
- .panelFooter{
- width:100%;
- position: fixed;
- bottom: 0;
- }
- .pic_02{
- width:100%;
- height:340rpx;
- }
- .text03{
- position: absolute;
- bottom:30rpx;
- left:50rpx;
- font-size: 20rpx;
- color: #544641;
- }
|