default.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. .container{
  2. width:100%;
  3. background-color: #FFCC00;
  4. }
  5. .pic_01{
  6. width: 100%;
  7. height:254rpx;
  8. }
  9. .panel1{
  10. width:100%;
  11. }
  12. .panel11{
  13. width:690rpx;
  14. border-top-left-radius: 30rpx;
  15. border-top-right-radius: 30rpx;
  16. background-color: #fff;
  17. min-height: 100rpx;
  18. margin-top: 60rpx;
  19. position: relative;
  20. }
  21. .panel111{
  22. width:610rpx;
  23. height:70rpx;
  24. background-color: #F2F2F2;
  25. border-radius: 14rpx;
  26. margin: 40rpx 0 40rpx 0;
  27. justify-content: flex-start;
  28. }
  29. .icon_magnifier_01{
  30. width: 24rpx;
  31. height: 24rpx;
  32. margin-left: 23rpx;
  33. }
  34. .text01{
  35. font-size:28rpx;
  36. margin-left: 20rpx;
  37. }
  38. .line01{
  39. width: 610rpx;
  40. height:7rpx;
  41. }
  42. .text02{
  43. font-size:36rpx;
  44. margin-top: 50rpx;
  45. align-self: flex-start;
  46. margin-left:40rpx;
  47. }
  48. .panel112{
  49. width: 650rpx;
  50. flex-wrap: wrap;
  51. margin-top: 30rpx;
  52. justify-content: flex-start;
  53. align-items: flex-start;
  54. }
  55. .panel1121{
  56. width:190rpx;
  57. height:121rpx;
  58. border-radius: 10rpx;
  59. background-color: #f2f2f2;
  60. margin: 0 0 20rpx 20rpx;
  61. align-items: flex-start;
  62. justify-content: flex-start;
  63. }
  64. .panel11211{
  65. align-items: flex-start;
  66. margin-right: 34rpx;
  67. margin: 30rpx 34rpx 0 16rpx;
  68. }
  69. .text03{
  70. font-size:28rpx;
  71. }
  72. .text04{
  73. font-size:18rpx;
  74. }
  75. .imgLogo{
  76. width:34rpx;
  77. height:34rpx;
  78. margin-top: 36rpx;
  79. }
  80. .line02{
  81. width:610rpx;
  82. height:1rpx;
  83. background-color: #E3E3E3;
  84. margin-top: 40rpx;
  85. }
  86. .panel113{
  87. width:610rpx;
  88. height:180rpx;
  89. background-color: #E0E0D8;
  90. border-radius: 10rpx;
  91. margin-top: 40rpx;
  92. position: relative;
  93. overflow: hidden;
  94. }
  95. .panel1131{
  96. width:230rpx;
  97. height:250rpx;
  98. background-color: #F18B66;
  99. border-radius: 68rpx;
  100. position: absolute;
  101. top:-178rpx;
  102. left:-120rpx;
  103. }
  104. .icon_fav_03{
  105. width:34rpx;
  106. height:34rpx;
  107. position: absolute;
  108. right:47rpx;
  109. bottom:20rpx;
  110. }
  111. .panel1132{
  112. position: absolute;
  113. top:92rpx;
  114. left:20rpx;
  115. align-items: flex-start;
  116. }
  117. .text05{
  118. font-size: 20rpx;
  119. }
  120. .pic_02{
  121. width:300rpx;
  122. height:180rpx;
  123. position: absolute;
  124. right:0;
  125. }
  126. .panel1133{
  127. width:601rpx;
  128. height:140rpx;
  129. justify-content: space-between;
  130. }
  131. .icon_nextpage_1{
  132. width:16rpx;
  133. height:26rpx;
  134. }
  135. .line03{
  136. width:750rpx;
  137. height:20rpx;
  138. background-color:rgba(0,0,0,0.1);
  139. justify-content: flex-end;
  140. }
  141. .panel2{
  142. width: 100%;
  143. background-color: #fff;
  144. }
  145. .toolbook{
  146. width:670rpx;
  147. height:180rpx;
  148. margin: 60rpx 0;
  149. }
  150. .line04{
  151. width:670rpx;
  152. height:1rpx;
  153. background-color: #E3E3E3;
  154. }
  155. .text06{
  156. font-size: 36rpx;
  157. margin: 60rpx 0 40rpx 0;
  158. align-self: flex-start;
  159. margin-left:40rpx;
  160. }
  161. .panel21{
  162. width: 670rpx;
  163. justify-content: space-between;
  164. margin: 30rpx 0;
  165. }
  166. .panel211{
  167. align-items: flex-start;
  168. width: 440rpx;
  169. }
  170. .text07{
  171. font-size:28rpx;
  172. font-weight: 400;
  173. }
  174. .articleImage{
  175. width:180rpx;
  176. height:118rpx;
  177. border-radius: 6rpx;
  178. }