paste.wxss 2.3 KB

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