| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- .panel1{
- width:690rpx;
- color: #C1E1C1;
- position: relative;
- }
- .text01{
- font-size: 36rpx;
- margin:50rpx 0 0 40rpx;
- align-self: start;
- }
- .panel11{
- margin: 0 0 30rpx 0;
- font-size:24rpx;
- width: 100%;
- justify-content: space-between;
- }
- .panel111{
- margin-left: 40rpx;
- }
- .panel112{
- width: 136rpx;
- height:73rpx;
- border: 3rpx solid #C1E1C1;
- border-radius: 20rpx;
- margin-right: 40rpx;
- }
- .sysIcon_a01{
- width:24rpx;
- height:24rpx;
- margin-right: 10rpx;
- }
- .panel10{
- position: fixed;
- top:0;
- width: 100%;
- height:100rpx;
- z-index: 10;
- justify-content: flex-start;
- align-items: flex-start;
- background-image: linear-gradient(180deg, #004433 0%, rgba(0,46,34,0.80) 100%);
- }
- .panel101{
- background: #CA4B15;
- border-radius: 10rpx;
- height:70rpx;
- margin: 20rpx 0 0 30rpx;
- padding: 0 30rpx;
- }
- .text03{
- font-size:24rpx;
- color:#fff;
- margin-left: 20rpx;
- }
- .sysIcon_a03{
- width:20rpx;
- height:20rpx;
- }
- .panel2{
- width:690rpx;
- min-height:150rpx;
- background: #002F24;
- box-shadow: 0 10rpx 0 0 rgba(0,0,0,0.50);
- border-radius: 40rpx;
- justify-content: flex-start;
- }
- .panel21{
- width: 655rpx;
- margin: 40rpx 0 20rpx 30rpx;
- flex-wrap: wrap;
- align-items: flex-start;
- justify-content: flex-start;
- }
- .btn{
- min-width: 88rpx;
- height:90rpx;
- background: #061A1B;
- border-radius: 20rpx;
- margin: 0 20rpx 20rpx 0;
- color:#C1E1C1;
- font-weight: 400;
- padding: 0 20rpx;
- font-size: 36rpx;
- }
- .btnSelected{
- background: #004433;
- color:#FFDD88;
- font-weight: 700;
- padding: 0 18rpx;
- }
- .panelNull{
- margin-top: 360rpx;
- color: #C1E1C1;
- }
- .pic_05{
- width:300rpx;
- height:43rpx;
- }
- .text05{
- font-size: 28rpx;
- margin-top: 40rpx;
- }
- .text06{
- font-weight: 400;
- font-size: 24rpx;
- margin: 10rpx 0 0 0;
- }
- .panelNull1{
- margin-top: 40rpx;
- font-size: 24rpx;
- }
- .pic_06{
- width:300rpx;
- height:144rpx;
- position: fixed;
- left:0;
- bottom:180rpx;
- }
- .panelFooter{
- width: 100%;
- height:180rpx;
- background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
- position: fixed;
- bottom: 0rpx;
- align-items: flex-start;
- z-index: 10;
- }
- .panelFooter1{
- width:730rpx;
- height:140rpx;
- color:#F2F2F2;
- background: #1E1E1E;
- box-shadow: 0 30rpx 0 0 #0C0C0C;
- border-radius: 10rpx 10rpx 60rpx 60rpx;
- }
- .panelFooter10{
- background-color: #303030;
- font-size:24rpx;
- }
- .panelFooter11{
- width:160rpx;
- height:120rpx;
- border-radius: 5rpx 10rpx 10rpx 50rpx;
- }
- .panelFooter14{
- width:540rpx;
- height:120rpx;
- border-radius: 10rpx 5rpx 50rpx 10rpx;
- font-size:36rpx;
- margin-left: 10rpx;
- }
- .text02{
- font-size:24rpx;
- margin-top: 17rpx;
- }
- .text04{
- font-size: 28rpx;
- color: #9B9B9B;
- position: absolute;
- right:60rpx;
- }
- .sysIcon_a06{
- width:10rpx;
- height:16rpx;
- margin: 0 10rpx;
- }
- .panelExample{
- background-color: rgba(26,67,51,0.50);
- z-index: 20;
- position: fixed;
- top:0;
- left:0;
- right:0;
- bottom:0;
- overflow: hidden;
- }
- .exampleScrollView {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-bottom: 300rpx;
- }
- .panelExampleBtn{
- width: 100%;
- height:140rpx;
- background: #875A4B;
- font-size: 48rpx;
- color: #F0F0F0;
- position: fixed;
- bottom:0;
- z-index: 20;
- justify-content: flex-start;
- }
- .panelExampleBtn1{
- margin-top: 20rpx;
- }
- .pic_h01{
- margin-top: 64rpx;
- margin-left: 15rpx;
- width: 728rpx;
- height:1258rpx;
- margin-bottom: 300rpx;
- z-index: 15;
- }
- .pic_04{
- width:100%;
- height: 170rpx;
- position: fixed;
- bottom:140rpx;
- z-index: 20;
- }
|