know.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background-color: #FFFFFF;
  13. }
  14. .content {
  15. background-color: #FFFFFF;
  16. padding-bottom: 64rpx;
  17. }
  18. .content .header-title {
  19. margin-top: 45rpx;
  20. font-size: 36rpx;
  21. text-align: center;
  22. }
  23. .content .list-box {
  24. padding: 25rpx 25rpx;
  25. }
  26. .content .list-item {
  27. padding-bottom: 15rpx;
  28. }
  29. .content .list-item .list-title {
  30. font-size: 34rpx;
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. }
  35. .content .list-item .list-title image {
  36. width: 56rpx;
  37. height: 44rpx;
  38. margin-right: 15rpx;
  39. }
  40. .content .list-item .list-tpl {
  41. margin: 25rpx 0rpx;
  42. padding: 25rpx 25rpx;
  43. background-color: #FEF6F7;
  44. border: 4rpx solid #C53335;
  45. color: #222222;
  46. font-size: 28rpx;
  47. border-radius: 25rpx;
  48. }
  49. .content .list-item .list-tpl .title-1 {
  50. font-size: 32rpx;
  51. text-align: center;
  52. margin-bottom: 15rpx;
  53. }
  54. .content .list-item .list-tpl .paragraph {
  55. margin-top: 2rpx;
  56. text-indent: 52rpx;
  57. }
  58. .content video {
  59. width: 750rpx;
  60. }
  61. .content .box-1 {
  62. margin-top: 15rpx;
  63. text-align: center;
  64. font-size: 32rpx;
  65. }
  66. .content .title {
  67. margin-top: 55rpx;
  68. width: 100%;
  69. display: -webkit-box;
  70. display: -webkit-flex;
  71. display: flex;
  72. -webkit-box-pack: center;
  73. -webkit-justify-content: center;
  74. justify-content: center;
  75. }
  76. .content .title .title-1 {
  77. padding: 12rpx 15rpx;
  78. border: 4rpx solid #C53335;
  79. border-radius: 25rpx;
  80. }
  81. .content .number {
  82. margin-top: 35rpx;
  83. display: -webkit-box;
  84. display: -webkit-flex;
  85. display: flex;
  86. -webkit-box-pack: center;
  87. -webkit-justify-content: center;
  88. justify-content: center;
  89. -webkit-box-align: center;
  90. -webkit-align-items: center;
  91. align-items: center;
  92. width: 100%;
  93. }
  94. .content .number .number-1 {
  95. display: -webkit-box;
  96. display: -webkit-flex;
  97. display: flex;
  98. -webkit-box-pack: center;
  99. -webkit-justify-content: center;
  100. justify-content: center;
  101. -webkit-box-align: center;
  102. -webkit-align-items: center;
  103. align-items: center;
  104. width: 60rpx;
  105. height: 60rpx;
  106. border-radius: 60rpx;
  107. background-color: #C53335;
  108. }
  109. .content .number .number-1 image {
  110. width: 46rpx;
  111. height: 46rpx;
  112. }
  113. .content .remarks {
  114. width: 100%;
  115. padding: 25rpx 25rpx 0;
  116. font-size: 28rpx;
  117. line-height: 44rpx;
  118. }
  119. .content .name {
  120. margin-top: 35rpx;
  121. font-size: 32rpx;
  122. width: 100%;
  123. display: -webkit-box;
  124. display: -webkit-flex;
  125. display: flex;
  126. -webkit-box-pack: center;
  127. -webkit-justify-content: center;
  128. justify-content: center;
  129. }
  130. .content .name .name-1 {
  131. padding: 8rpx 35rpx;
  132. border-radius: 25rpx;
  133. background-color: #C53335;
  134. color: #FFFFFF;
  135. }
  136. .content .contact {
  137. width: 750rpx;
  138. height: 600rpx;
  139. }
  140. .content .contact image {
  141. width: 750rpx;
  142. height: 560rpx;
  143. }
  144. .content .boundary {
  145. display: -webkit-box;
  146. display: -webkit-flex;
  147. display: flex;
  148. -webkit-box-pack: center;
  149. -webkit-justify-content: center;
  150. justify-content: center;
  151. -webkit-box-align: center;
  152. -webkit-align-items: center;
  153. align-items: center;
  154. }
  155. .content .boundary .boundary-1 {
  156. width: 104rpx;
  157. border-top: 1rpx dashed #C53335;
  158. box-sizing: border-box;
  159. }
  160. .content .boundary .boundary-bg {
  161. width: 88rpx;
  162. height: 88rpx;
  163. margin: 0 12rpx;
  164. }
  165. .content .boundary .boundary-bg image {
  166. width: 88rpx;
  167. height: 88rpx;
  168. }
  169. .content .end {
  170. margin-top: 22rpx;
  171. display: -webkit-box;
  172. display: -webkit-flex;
  173. display: flex;
  174. -webkit-box-orient: vertical;
  175. -webkit-box-direction: normal;
  176. -webkit-flex-direction: column;
  177. flex-direction: column;
  178. -webkit-box-align: center;
  179. -webkit-align-items: center;
  180. align-items: center;
  181. font-size: 30rpx;
  182. }
  183. .content .end .end-1 {
  184. line-height: 64rpx;
  185. }
  186. .content .footer {
  187. margin-top: 84rpx;
  188. display: -webkit-box;
  189. display: -webkit-flex;
  190. display: flex;
  191. -webkit-box-align: center;
  192. -webkit-align-items: center;
  193. align-items: center;
  194. padding: 0 25rpx;
  195. }
  196. .content .footer .footer-left {
  197. width: 30rpx;
  198. height: 25rpx;
  199. background-color: #C53335;
  200. border-radius: 25rpx;
  201. }
  202. .content .footer .footer-main {
  203. width: 100%;
  204. border: 1rpx solid #C53335;
  205. }
  206. .content .footer .footer-right {
  207. display: -webkit-box;
  208. display: -webkit-flex;
  209. display: flex;
  210. }
  211. .content .footer .footer-right .footer-1 {
  212. display: -webkit-box;
  213. display: -webkit-flex;
  214. display: flex;
  215. -webkit-box-align: center;
  216. -webkit-align-items: center;
  217. align-items: center;
  218. -webkit-box-pack: center;
  219. -webkit-justify-content: center;
  220. justify-content: center;
  221. width: 44rpx;
  222. height: 44rpx;
  223. font-size: 32rpx;
  224. background-color: #C53335;
  225. color: #FFFFFF;
  226. border-radius: 50%;
  227. }