C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

200 lines
3.1 KiB

  1. .scroll-header {
  2. display: flex;
  3. white-space: nowrap;
  4. }
  5. .scroll-view-item:first-child{
  6. margin-left: 20rpx!important;
  7. }
  8. .thin_circle {
  9. position: relative;
  10. height: 140rpx;
  11. width: 140rpx;
  12. border: 1px solid #f69948;
  13. display: inline-block;
  14. border-radius: 50%;
  15. margin-right: 46rpx;
  16. }
  17. .page {
  18. height: auto;
  19. font-weight: 400;
  20. }
  21. .scroll {
  22. padding: 0 30rpx 20rpx 30rpx;
  23. margin-top: 22rpx;
  24. }
  25. .title {
  26. border-top: 20rpx solid #fafafa;
  27. font-size: 34rpx;
  28. font-weight: bold;
  29. color: rgba(85, 85, 85, 1);
  30. padding: 30rpx 0 10rpx;
  31. line-height: 34rpx;
  32. text-indent: 1em;
  33. }
  34. .img {
  35. width: 320rpx;
  36. display: block;
  37. margin: 160rpx auto 0;
  38. }
  39. .txt {
  40. display: block;
  41. text-align: center;
  42. font-size: 30rpx;
  43. color: #ccc;
  44. }
  45. .scroll-view-item {
  46. position: relative;
  47. text-align: center;
  48. display: inline-block;
  49. padding-left: 3rpx;
  50. margin-right: 30rpx;
  51. }
  52. .scroll-view-item:nth-of-type(1){
  53. margin-right: 0;
  54. }
  55. .view text {
  56. font-size: 23rpx;
  57. display: block;
  58. text-align: center;
  59. color: #fd9643;
  60. line-height: 32rpx;
  61. width: 80rpx;
  62. margin: 0 auto;
  63. white-space: normal;
  64. }
  65. .scroll-view-item > text {
  66. display: block;
  67. width: 132rpx;
  68. font-size: 21rpx;
  69. font-weight: 400;
  70. color: rgba(253, 150, 67, 1);
  71. line-height: 29rpx;
  72. }
  73. .view {
  74. position: absolute;
  75. display: flex;
  76. justify-content: center;
  77. flex-direction: column;
  78. top: 0;
  79. left: 0;
  80. right: 0;
  81. bottom: 0;
  82. margin: auto;
  83. width: 120rpx !important;
  84. height: 120rpx !important;
  85. border: 3px solid #f69948;
  86. border-radius: 50%;
  87. }
  88. .last {
  89. margin-right: 0;
  90. }
  91. .quanyi{
  92. margin-top:20rpx;
  93. }
  94. .fl{
  95. float: left;
  96. }
  97. .fr{
  98. float: right;
  99. }
  100. .clearfix:after {
  101. content: ".";
  102. display: block;
  103. height: 0;
  104. clear: both;
  105. visibility: hidden;
  106. }
  107. .grade {
  108. width: 30rpx!important;
  109. }
  110. .quanyi > view .titles {
  111. display: inline-block;
  112. font-size: 30rpx;
  113. font-family: PingFang-SC-Bold;
  114. font-weight: bold;
  115. line-height: 30rpx;
  116. padding: 0 0 0 10rpx;
  117. }
  118. .quanyi > view:nth-of-type(1) .titles {
  119. color: #fd9643;
  120. }
  121. .quanyi > view:nth-of-type(2) .titles {
  122. color: #ffba00;
  123. }
  124. .quanyi > view:nth-of-type(3) .titles {
  125. color: #6cb043;
  126. }
  127. .quanyi > view:nth-of-type(4) .titles {
  128. color: #2ac19c;
  129. }
  130. .quanyi > view:nth-of-type(5) .titles {
  131. color: #2ac19c;
  132. }
  133. .part {
  134. padding: 0 34rpx;
  135. margin-top: 20rpx;
  136. }
  137. .des {
  138. padding-left: 25rpx;
  139. font-size: 26rpx;
  140. font-weight: 400;
  141. color: rgba(153, 153, 153, 1);
  142. line-height: 40rpx;
  143. margin-left: 12rpx;
  144. padding-top: 10rpx;
  145. padding-bottom: 10rpx;
  146. margin-top: 10rpx;
  147. }
  148. .quanyi > view:nth-of-type(1) .des{
  149. border-left:6rpx dotted #fd9643;
  150. }
  151. .quanyi > view:nth-of-type(2) .des{
  152. border-left:6rpx dotted #ffba00;
  153. }
  154. .quanyi > view:nth-of-type(3) .des{
  155. border-left:6rpx dotted #6cb043;
  156. }
  157. .quanyi > view:nth-of-type(4) .des{
  158. border-left:6rpx dotted #2ac19c;
  159. }
  160. .quanyi > view:nth-of-type(5) .des{
  161. border-left:6rpx dotted #2ac19c;
  162. }
  163. .titles text:nth-of-type(1){
  164. float: left;
  165. }
  166. .titles text:nth-of-type(2){
  167. float: left;
  168. font-weight: 400;
  169. color: #999;
  170. font-size: 26rpx;
  171. margin-left: 10rpx;
  172. }
  173. .growthbg{
  174. margin:80rpx auto 30rpx;
  175. width: 700rpx;
  176. }
  177. .growthbg image{
  178. display: block;
  179. width: 100%;
  180. }