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.

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