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.

185 lines
2.9 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: 100%;
  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. }
  51. .view text {
  52. font-size: 23rpx;
  53. display: block;
  54. text-align: center;
  55. color: #fd9643;
  56. line-height: 32rpx;
  57. }
  58. .scroll-view-item > text {
  59. display: block;
  60. width: 132rpx;
  61. font-size: 21rpx;
  62. font-weight: 400;
  63. color: rgba(253, 150, 67, 1);
  64. line-height: 29rpx;
  65. }
  66. .view {
  67. position: absolute;
  68. display: flex;
  69. justify-content: center;
  70. flex-direction: column;
  71. top: 0;
  72. left: 0;
  73. right: 0;
  74. bottom: 0;
  75. margin: auto;
  76. width: 120rpx !important;
  77. height: 120rpx !important;
  78. border: 3px solid #f69948;
  79. border-radius: 50%;
  80. }
  81. .last {
  82. margin-right: 0;
  83. }
  84. .quanyi{
  85. margin-top:20rpx;
  86. }
  87. .fl{
  88. float: left;
  89. }
  90. .fr{
  91. float: right;
  92. }
  93. .clearfix:after {
  94. content: ".";
  95. display: block;
  96. height: 0;
  97. clear: both;
  98. visibility: hidden;
  99. }
  100. .grade {
  101. width: 30rpx!important;
  102. }
  103. .quanyi > view .titles {
  104. display: inline-block;
  105. font-size: 30rpx;
  106. font-family: PingFang-SC-Bold;
  107. font-weight: bold;
  108. line-height: 30rpx;
  109. padding: 0 0 0 10rpx;
  110. }
  111. .quanyi > view:nth-of-type(1) .titles {
  112. color: #fd9643;
  113. }
  114. .quanyi > view:nth-of-type(2) .titles {
  115. color: #ffba00;
  116. }
  117. .quanyi > view:nth-of-type(3) .titles {
  118. color: #6cb043;
  119. }
  120. .quanyi > view:nth-of-type(4) .titles {
  121. color: #2ac19c;
  122. }
  123. .quanyi > view:nth-of-type(5) .titles {
  124. color: #2ac19c;
  125. }
  126. .part {
  127. padding: 0 34rpx;
  128. margin-top: 20rpx;
  129. }
  130. .des {
  131. padding-left: 25rpx;
  132. font-size: 26rpx;
  133. font-weight: 400;
  134. color: rgba(153, 153, 153, 1);
  135. line-height: 40rpx;
  136. margin-left: 12rpx;
  137. padding-top: 10rpx;
  138. padding-bottom: 10rpx;
  139. margin-top: 10rpx;
  140. }
  141. .quanyi > view:nth-of-type(1) .des{
  142. border-left:6rpx dotted #fd9643;
  143. }
  144. .quanyi > view:nth-of-type(2) .des{
  145. border-left:6rpx dotted #ffba00;
  146. }
  147. .quanyi > view:nth-of-type(3) .des{
  148. border-left:6rpx dotted #6cb043;
  149. }
  150. .quanyi > view:nth-of-type(4) .des{
  151. border-left:6rpx dotted #2ac19c;
  152. }
  153. .quanyi > view:nth-of-type(5) .des{
  154. border-left:6rpx dotted #2ac19c;
  155. }
  156. .titles text:nth-of-type(1){
  157. float: left;
  158. }
  159. .titles text:nth-of-type(2){
  160. float: left;
  161. font-weight: 400;
  162. color: #999;
  163. font-size: 26rpx;
  164. margin-left: 10rpx;
  165. }