myarticles.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. .container{
  2. background: #E3E3E3;
  3. color: #4D4D4D;
  4. }
  5. .panelNull{
  6. margin-top: 410rpx;
  7. font-size: 28rpx;
  8. }
  9. .textNull1{
  10. font-weight: 400;
  11. font-size: 24rpx;
  12. margin-top: 10rpx;
  13. }
  14. .panel1{
  15. width:710rpx;
  16. background: #FFF;
  17. border-radius: 20rpx;
  18. margin-bottom: 20rpx;
  19. position: relative;
  20. }
  21. .panel10{
  22. width:100%;
  23. }
  24. .panel13{
  25. align-self: start;
  26. justify-content: flex-start;
  27. margin: 30rpx 0 0 30rpx;
  28. }
  29. .panel131{
  30. width: 88rpx;
  31. height:53rpx;
  32. background: #009933;
  33. border-radius: 10rpx;
  34. color:#fff;
  35. font-size: 24rpx;
  36. margin-right: 20rpx;
  37. }
  38. .text01{
  39. font-size: 24rpx;
  40. }
  41. .panel11{
  42. width: 100%;
  43. justify-content: flex-start;
  44. margin: 30rpx 0;
  45. }
  46. .panelLine{
  47. width: 5rpx;
  48. height: 83rpx;
  49. background-color: #009933;
  50. margin: 0 25rpx 0 30rpx;
  51. }
  52. .panel111{
  53. align-items: flex-start;
  54. }
  55. .text02{
  56. font-weight: 700;
  57. font-size: 24rpx;
  58. }
  59. .text03{
  60. font-size: 36rpx;
  61. white-space: nowrap;
  62. width:620rpx;
  63. overflow-x: hidden;
  64. }
  65. .panel12{
  66. width: 670rpx;
  67. background: #F2F2F2;
  68. border-radius: 10rpx;
  69. margin: 0 0 20rpx 0;
  70. }
  71. .text04{
  72. font-weight: 400;
  73. font-size: 28rpx;
  74. width: 610rpx;
  75. margin: 20rpx 0;
  76. color:#787878;
  77. }
  78. .text05{
  79. margin-right: 20rpx;
  80. }
  81. .panelBtn{
  82. border-radius: 10rpx;
  83. background-color: #F2F2F2;
  84. position: absolute;
  85. top:20rpx;
  86. right:20rpx;
  87. }
  88. .btn1{
  89. width:154rpx;
  90. line-height:53rpx;
  91. font-size: 24rpx;
  92. color: #2E2E2E;
  93. text-align: center;
  94. }
  95. .btn2{
  96. width:90rpx;
  97. height:53rpx;
  98. }
  99. .sysIcon_a13{
  100. width: 2rpx;
  101. height:14rpx;
  102. }
  103. .sysIcon_a14{
  104. width: 20rpx;
  105. height:22rpx;
  106. }
  107. .panelPage{
  108. width:710rpx;
  109. height:100rpx;
  110. background: #fff;
  111. border-radius: 20rpx;
  112. font-size: 28rpx;
  113. color: #2e2e2e;
  114. }
  115. .panelPage2{
  116. background:none;
  117. color:#4D4D4D;
  118. }
  119. .panelMenu{
  120. background-color: rgba(26,67,51,0.50);
  121. z-index: 20;
  122. position: fixed;
  123. top:0;
  124. }
  125. .panelRemind{
  126. width: 690rpx;
  127. margin-bottom: 75rpx;
  128. position: fixed;
  129. bottom: 0;
  130. background: #FFA70C;
  131. box-shadow: 0 20rpx 0 0 #CB8409, 0 50rpx 0 0 rgba(0,0,0,0.50);
  132. border-radius: 60rpx;
  133. background-image: radial-gradient(circle at 53% 50%, #85261E 0%, rgba(178,71,62,0.00) 50%);
  134. }
  135. .sysIcon_b10{
  136. width: 360rpx;
  137. height:140rpx;
  138. position: absolute;
  139. right:0;
  140. top:-22rpx;
  141. }
  142. .panelRemind1{
  143. width: 100%;
  144. justify-content: flex-start;
  145. margin-top: 40rpx;
  146. font-size: 36rpx;
  147. color: #FFFFFF;
  148. z-index: 25rpx;
  149. }
  150. .sysIcon_b09{
  151. width: 50rpx;
  152. height:50rpx;
  153. margin: 0 20rpx 0 50rpx ;
  154. }
  155. .panelRemind2{
  156. width: 650rpx;
  157. min-height:220rpx;
  158. background: #FFFFFF;
  159. color: #2E2E2E;
  160. border-radius: 40rpx;
  161. margin: 30rpx 0;
  162. justify-content: flex-start;
  163. }
  164. .textRemind{
  165. width:570rpx;
  166. font-weight: 400;
  167. font-size: 28rpx;
  168. align-items: flex-start;
  169. margin-top: 80rpx;
  170. }
  171. .panelRemind21{
  172. width:100%;
  173. margin: 60rpx 0 0 0;
  174. }
  175. .btnReind1{
  176. width:580rpx;
  177. height:90rpx;
  178. background: #F0F0F0;
  179. border-radius: 20rpx;
  180. font-size: 36rpx;
  181. }
  182. .btnReind2{
  183. margin: 30rpx 0 40rpx 0;
  184. }