paste.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .panel1{
  2. width:100%;
  3. height:140rpx;
  4. color: #C1E1C1;
  5. justify-content: space-between;
  6. position: relative;
  7. }
  8. .text01{
  9. font-size: 36rpx;
  10. margin-left: 70rpx;
  11. }
  12. .panel11{
  13. margin-right: 70rpx;
  14. font-size:24rpx;
  15. }
  16. .sysIcon_a01{
  17. width:24rpx;
  18. height:24rpx;
  19. margin-right: 10rpx;
  20. }
  21. .panel2{
  22. width:690rpx;
  23. min-height:150rpx;
  24. background: #002F24;
  25. box-shadow: 0 10rpx 0 0 rgba(0,0,0,0.50);
  26. border-radius: 40rpx;
  27. justify-content: flex-start;
  28. }
  29. .panel21{
  30. width: 630rpx;
  31. margin: 30rpx;
  32. font-size: 36rpx;
  33. border-radius: 20rpx;
  34. background-color: #004433;
  35. justify-content: flex-start;
  36. }
  37. .panel211{
  38. margin: 25rpx 30rpx 15rpx 0;
  39. align-items: flex-start;
  40. }
  41. .text03{
  42. width: 30rpx;
  43. margin-bottom: 10rpx;
  44. font-size: 28rpx;
  45. color: #728173;
  46. margin-left: 30rpx;
  47. }
  48. .text04{
  49. width:510rpx;
  50. height:500rpx;
  51. font-size: 36rpx;
  52. color: #FFDD88;
  53. line-height: 49rpx;
  54. }
  55. .panelFooter{
  56. width: 100%;
  57. height:180rpx;
  58. background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
  59. position: fixed;
  60. bottom: 0rpx;
  61. align-items: flex-start;
  62. z-index: 10;
  63. }
  64. .panelFooter1{
  65. width:730rpx;
  66. height:140rpx;
  67. color:#F2F2F2;
  68. background: #1E1E1E;
  69. box-shadow: 0 30rpx 0 0 #0C0C0C;
  70. border-radius: 10rpx 10rpx 60rpx 60rpx;
  71. }
  72. .panelFooter10{
  73. background-color: #303030;
  74. font-size:24rpx;
  75. }
  76. .panelFooter13{
  77. width:710rpx;
  78. height:120rpx;
  79. border-radius: 5rpx 5rpx 50rpx 50rpx;
  80. font-size:36rpx;
  81. }
  82. .text02{
  83. font-size:24rpx;
  84. margin-top: 17rpx;
  85. }
  86. .panelMenu{
  87. background-color: rgba(26,67,51,0.50);
  88. z-index: 20;
  89. position: fixed;
  90. top:0;
  91. }
  92. .panelExampleBtn{
  93. width: 100%;
  94. height:140rpx;
  95. background: #875A4B;
  96. font-size: 48rpx;
  97. color: #F0F0F0;
  98. position: fixed;
  99. bottom:0;
  100. }
  101. .pic_h02{
  102. position: fixed;
  103. bottom:176rpx;
  104. width: 670rpx;
  105. height:760rpx;
  106. }
  107. .pic_04{
  108. width:100%;
  109. height: 170rpx;
  110. position: fixed;
  111. bottom:140rpx;
  112. }