C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

198 lignes
2.9 KiB

  1. .record text:nth-of-type(2n+1) {
  2. float: left;
  3. }
  4. .record text:nth-of-type(2n) {
  5. float: right;
  6. }
  7. .record text {
  8. font-size: 28rpx;
  9. color: #333;
  10. }
  11. .record1 text:nth-of-type(2) {
  12. color: #ff3535;
  13. }
  14. .record1 text:nth-of-type(1) {
  15. font-size:30rpx;
  16. font-family:PingFang-SC-Bold;
  17. color:rgba(51,51,51,1);
  18. }
  19. .list {
  20. padding: 18rpx 0;
  21. }
  22. .title {
  23. display: block;
  24. padding: 0 32rpx;
  25. font-weight: bold;
  26. font-size: 32rpx;
  27. color: rgba(51, 51, 51, 1);
  28. margin-top: 16rpx;
  29. }
  30. .record2 {
  31. margin-top: 16rpx;
  32. color:rgba(153,153,153,1)!important;
  33. }
  34. .record2 text{
  35. font-size: 30rpx;
  36. }
  37. .posi {
  38. position: relative;
  39. padding: 0 32rpx;
  40. margin: 0 auto;
  41. }
  42. .posi>view:nth-child(2) {
  43. width: 100%;
  44. height: 87rpx;
  45. display: flex;
  46. justify-content: space-between;
  47. line-height: 87rpx;
  48. }
  49. .posi>view:nth-child(2) text:nth-child(1) {
  50. font-size: 30rpx;
  51. color: #a9a9a9;
  52. }
  53. .posi>view:nth-child(2) text:nth-child(2) {
  54. font-size: 30rpx;
  55. color: #a9a9a9;
  56. }
  57. .posi_logo {
  58. width: 100%;
  59. display: flex;
  60. padding: 20rpx 0;
  61. background: #fff;
  62. height: 100rpx;
  63. }
  64. .posi_logo view:nth-child(1) {
  65. width: 100rpx;
  66. height: 100rpx;
  67. border-radius: 16rpx;
  68. }
  69. .posi_logo view:nth-child(1) image {
  70. display: block;
  71. width: 100rpx;
  72. height: 100rpx;
  73. border-radius: 16rpx;
  74. border: 1px solid #e5e5e5;
  75. }
  76. .posi_logo view:nth-child(2) {
  77. display: flex;
  78. flex-direction: column;
  79. flex: 8;
  80. padding-left: 30rpx;
  81. }
  82. .posi_logo view:nth-child(2) text:nth-child(1) {
  83. font-size: 32rpx;
  84. color: #333;
  85. letter-spacing: 0;
  86. }
  87. .posi_logo view:nth-child(2) text:nth-child(2) {
  88. font-size: 24rpx;
  89. color: #b8b8b8;
  90. padding-top: 3rpx;
  91. width: 450rpx;
  92. height: 36rpx;
  93. overflow: hidden;
  94. }
  95. .titles {
  96. font-size: 30rpx;
  97. color: #333;
  98. height: 60rpx;
  99. line-height: 60rpx;
  100. }
  101. .titles .fr {
  102. color: red;
  103. }
  104. .titles .fr text{
  105. font-size: 42rpx;
  106. }
  107. .notess view:nth-child(1) {
  108. width: 92%;
  109. height: 87rpx;
  110. line-height: 87rpx;
  111. background: #fff;
  112. }
  113. .notess view:nth-child(2) {
  114. width: 92%;
  115. background: #fff;
  116. display: flex;
  117. flex-direction: column;
  118. }
  119. .notess view:nth-child(2)>text {
  120. font-size: 28rpx;
  121. color: #919191;
  122. letter-spacing: 0;
  123. line-height: 42rpx;
  124. }
  125. .tel {
  126. right: 0;
  127. top: 0;
  128. bottom: 0;
  129. margin: auto;
  130. width: 50rpx;
  131. height: 50rpx;
  132. }
  133. .list{
  134. padding: 20rpx 32rpx;
  135. border-bottom:1px solid #EAEAEA;
  136. }
  137. .notess{
  138. padding: 0 32rpx;
  139. }
  140. .dingdan {
  141. margin-top: 33rpx;
  142. }
  143. .dingdan text:nth-of-type(1) {
  144. display: block;
  145. font-size: 34rpx;
  146. color: #333;
  147. letter-spacing: 0;
  148. text-align: center;
  149. padding: 30rpx 0;
  150. }
  151. .dingdan text:nth-of-type(2) {
  152. display: block;
  153. font-size: 28rpx;
  154. color: #999;
  155. letter-spacing: 0;
  156. text-align: center;
  157. }
  158. .dingdan image {
  159. display: block;
  160. width: 300rpx;
  161. height: 300rpx;
  162. margin: 0 auto 16rpx;
  163. }
  164. .head{
  165. padding:32rpx 32rpx 0;
  166. }
  167. .bottom{
  168. text-align: center;
  169. height: 70rpx;
  170. line-height: 70rpx;
  171. color: #999;
  172. font-size: 32rpx;
  173. }