C端小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

185 rindas
2.7 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. font-weight: bold;
  25. font-size: 32rpx;
  26. color: rgba(51, 51, 51, 1);
  27. margin-top: 16rpx;
  28. }
  29. .record2 {
  30. margin-top: 16rpx;
  31. color:rgba(153,153,153,1)!important;
  32. }
  33. .record2 text{
  34. font-size: 30rpx;
  35. }
  36. .posi {
  37. position: relative;
  38. width: 100%;
  39. margin: 0 auto;
  40. }
  41. .posi>view:nth-child(2) {
  42. width: 100%;
  43. height: 87rpx;
  44. display: flex;
  45. justify-content: space-between;
  46. border-top: 1px solid #f6f6f6;
  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. margin-bottom: 20rpx;
  64. }
  65. .posi_logo view:nth-child(1) {
  66. width: 100rpx;
  67. height: 100rpx;
  68. border-radius: 16rpx;
  69. }
  70. .posi_logo view:nth-child(1) image {
  71. display: block;
  72. width: 100rpx;
  73. height: 100rpx;
  74. border-radius: 16rpx;
  75. border: 1px solid #e5e5e5;
  76. }
  77. .posi_logo view:nth-child(2) {
  78. display: flex;
  79. flex-direction: column;
  80. flex: 8;
  81. padding-left: 30rpx;
  82. }
  83. .posi_logo view:nth-child(2) text:nth-child(1) {
  84. font-size: 32rpx;
  85. color: #333;
  86. letter-spacing: 0;
  87. }
  88. .posi_logo view:nth-child(2) text:nth-child(2) {
  89. font-size: 24rpx;
  90. color: #b8b8b8;
  91. padding-top: 3rpx;
  92. width: 450rpx;
  93. height: 36rpx;
  94. overflow: hidden;
  95. }
  96. .titles {
  97. font-size: 30rpx;
  98. color: #333;
  99. height: 60rpx;
  100. line-height: 60rpx;
  101. }
  102. .titles .fr {
  103. color: red;
  104. }
  105. .notess view:nth-child(1) {
  106. width: 92%;
  107. height: 87rpx;
  108. line-height: 87rpx;
  109. background: #fff;
  110. }
  111. .notess view:nth-child(2) {
  112. width: 92%;
  113. background: #fff;
  114. display: flex;
  115. flex-direction: column;
  116. }
  117. .notess view:nth-child(2)>text {
  118. font-size: 28rpx;
  119. color: #919191;
  120. letter-spacing: 0;
  121. line-height: 42rpx;
  122. }
  123. .tel {
  124. right: 0;
  125. top: 0;
  126. bottom: 0;
  127. margin: auto;
  128. width: 50rpx;
  129. height: 50rpx;
  130. }
  131. .list{
  132. padding: 20rpx 32rpx;
  133. border-bottom:1px solid #EAEAEA;
  134. }
  135. .notess{
  136. padding: 0 32rpx;
  137. }
  138. .dingdan {
  139. margin-top: 33rpx;
  140. }
  141. .dingdan text:nth-of-type(1) {
  142. display: block;
  143. font-size: 34rpx;
  144. color: #333;
  145. letter-spacing: 0;
  146. text-align: center;
  147. }
  148. .dingdan text:nth-of-type(2) {
  149. display: block;
  150. font-size: 28rpx;
  151. color: #999;
  152. letter-spacing: 0;
  153. text-align: center;
  154. }
  155. .dingdan image {
  156. display: block;
  157. width: 300rpx;
  158. height: 300rpx;
  159. margin: 0 auto 16rpx;
  160. }