paste.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .panel1{
  2. width:690rpx;
  3. color: #C1E1C1;
  4. position: relative;
  5. }
  6. .text01{
  7. font-size: 36rpx;
  8. margin:50rpx 0 0 40rpx;
  9. align-self: start;
  10. }
  11. .panel11{
  12. margin: 0 0 30rpx 0;
  13. font-size:24rpx;
  14. width: 100%;
  15. justify-content: space-between;
  16. }
  17. .panel111{
  18. margin-left: 40rpx;
  19. }
  20. .panel112{
  21. font-size:24rpx;
  22. }
  23. .panel1121{
  24. width: 88rpx;
  25. height:73rpx;
  26. margin-right: 20rpx;
  27. border: 3rpx solid #C1E1C1;
  28. border-radius: 20rpx;
  29. }
  30. .panel1122{
  31. margin-right: 40rpx;
  32. }
  33. .sysIcon_a01{
  34. width:24rpx;
  35. height:24rpx;
  36. margin-right: 10rpx;
  37. }
  38. .panel2{
  39. width:690rpx;
  40. min-height:150rpx;
  41. background: #002F24;
  42. box-shadow: 0 10rpx 0 0 rgba(0,0,0,0.50);
  43. border-radius: 40rpx;
  44. justify-content: flex-start;
  45. }
  46. .panel21{
  47. width: 630rpx;
  48. margin: 30rpx;
  49. font-size: 36rpx;
  50. border-radius: 20rpx;
  51. background-color: #004433;
  52. justify-content: flex-start;
  53. align-items: flex-start;
  54. }
  55. .text04{
  56. margin: 20rpx 30rpx 20rpx 30rpx;
  57. width:570rpx;
  58. height:500rpx;
  59. font-size: 36rpx;
  60. color: #FFDD88;
  61. line-height: 50rpx;
  62. }
  63. .panelFooter{
  64. width: 100%;
  65. height:180rpx;
  66. background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
  67. position: fixed;
  68. bottom: 0rpx;
  69. align-items: flex-start;
  70. z-index: 10;
  71. }
  72. .panelFooter1{
  73. width:730rpx;
  74. height:140rpx;
  75. color:#F2F2F2;
  76. background: #1E1E1E;
  77. box-shadow: 0 30rpx 0 0 #0C0C0C;
  78. border-radius: 10rpx 10rpx 60rpx 60rpx;
  79. }
  80. .panelFooter10{
  81. background-color: #303030;
  82. font-size:24rpx;
  83. }
  84. .panelFooter13{
  85. width:710rpx;
  86. height:120rpx;
  87. border-radius: 5rpx 5rpx 50rpx 50rpx;
  88. font-size:36rpx;
  89. }
  90. .text02{
  91. font-size:24rpx;
  92. margin-top: 17rpx;
  93. }
  94. .panelExample{
  95. background-color: rgba(26,67,51,0.50);
  96. z-index: 20;
  97. position: fixed;
  98. top:0;
  99. left:0;
  100. right:0;
  101. bottom:0;
  102. overflow: hidden;
  103. }
  104. .exampleScrollView {
  105. width: 100%;
  106. display: flex;
  107. flex-direction: column;
  108. align-items: center;
  109. padding-bottom: 300rpx;
  110. }
  111. .panelExampleBtn{
  112. width: 100%;
  113. height:140rpx;
  114. background: #875A4B;
  115. font-size: 48rpx;
  116. color: #F0F0F0;
  117. position: fixed;
  118. bottom:0;
  119. z-index: 20;
  120. justify-content: flex-start;
  121. }
  122. .panelExampleBtn1{
  123. margin-top: 20rpx;
  124. }
  125. .pic_h01{
  126. margin-top: 64rpx;
  127. margin-left: 15rpx;
  128. width: 728rpx;
  129. height:1258rpx;
  130. margin-bottom: 300rpx;
  131. z-index: 15;
  132. }
  133. .pic_04{
  134. width:100%;
  135. height: 170rpx;
  136. position: fixed;
  137. bottom:140rpx;
  138. z-index: 20;
  139. }