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.

212 line
3.1 KiB

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