C端小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

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