know.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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. -webkit-border-radius: 25rpx;
  48. border-radius: 25rpx;
  49. }
  50. .content .list-item .list-tpl .title-1 {
  51. font-size: 32rpx;
  52. text-align: center;
  53. margin-bottom: 15rpx;
  54. }
  55. .content .list-item .list-tpl .paragraph {
  56. margin-top: 2rpx;
  57. text-indent: 52rpx;
  58. }
  59. .content video {
  60. width: 750rpx;
  61. }
  62. .content .box-1 {
  63. margin-top: 15rpx;
  64. text-align: center;
  65. font-size: 32rpx;
  66. }
  67. .content .title {
  68. margin-top: 55rpx;
  69. width: 100%;
  70. display: -webkit-box;
  71. display: -webkit-flex;
  72. display: flex;
  73. -webkit-box-pack: center;
  74. -webkit-justify-content: center;
  75. justify-content: center;
  76. }
  77. .content .title .title-1 {
  78. padding: 12rpx 15rpx;
  79. border: 4rpx solid #C53335;
  80. -webkit-border-radius: 25rpx;
  81. border-radius: 25rpx;
  82. }
  83. .content .number {
  84. margin-top: 35rpx;
  85. display: -webkit-box;
  86. display: -webkit-flex;
  87. display: flex;
  88. -webkit-box-pack: center;
  89. -webkit-justify-content: center;
  90. justify-content: center;
  91. -webkit-box-align: center;
  92. -webkit-align-items: center;
  93. align-items: center;
  94. width: 100%;
  95. }
  96. .content .number .number-1 {
  97. display: -webkit-box;
  98. display: -webkit-flex;
  99. display: flex;
  100. -webkit-box-pack: center;
  101. -webkit-justify-content: center;
  102. justify-content: center;
  103. -webkit-box-align: center;
  104. -webkit-align-items: center;
  105. align-items: center;
  106. width: 60rpx;
  107. height: 60rpx;
  108. -webkit-border-radius: 60rpx;
  109. border-radius: 60rpx;
  110. background-color: #C53335;
  111. }
  112. .content .number .number-1 image {
  113. width: 46rpx;
  114. height: 46rpx;
  115. }
  116. .content .remarks {
  117. width: 100%;
  118. padding: 25rpx 25rpx 0;
  119. font-size: 28rpx;
  120. line-height: 44rpx;
  121. }
  122. .content .name {
  123. margin-top: 35rpx;
  124. font-size: 32rpx;
  125. width: 100%;
  126. display: -webkit-box;
  127. display: -webkit-flex;
  128. display: flex;
  129. -webkit-box-pack: center;
  130. -webkit-justify-content: center;
  131. justify-content: center;
  132. }
  133. .content .name .name-1 {
  134. padding: 8rpx 35rpx;
  135. -webkit-border-radius: 25rpx;
  136. border-radius: 25rpx;
  137. background-color: #C53335;
  138. color: #FFFFFF;
  139. }
  140. .content .contact {
  141. width: 750rpx;
  142. height: 600rpx;
  143. }
  144. .content .contact image {
  145. width: 750rpx;
  146. height: 560rpx;
  147. }
  148. .content .boundary {
  149. display: -webkit-box;
  150. display: -webkit-flex;
  151. display: flex;
  152. -webkit-box-pack: center;
  153. -webkit-justify-content: center;
  154. justify-content: center;
  155. -webkit-box-align: center;
  156. -webkit-align-items: center;
  157. align-items: center;
  158. }
  159. .content .boundary .boundary-1 {
  160. width: 104rpx;
  161. border-top: 1rpx dashed #C53335;
  162. -webkit-box-sizing: border-box;
  163. box-sizing: border-box;
  164. }
  165. .content .boundary .boundary-bg {
  166. width: 88rpx;
  167. height: 88rpx;
  168. margin: 0 12rpx;
  169. }
  170. .content .boundary .boundary-bg image {
  171. width: 88rpx;
  172. height: 88rpx;
  173. }
  174. .content .end {
  175. margin-top: 22rpx;
  176. display: -webkit-box;
  177. display: -webkit-flex;
  178. display: flex;
  179. -webkit-box-orient: vertical;
  180. -webkit-box-direction: normal;
  181. -webkit-flex-direction: column;
  182. flex-direction: column;
  183. -webkit-box-align: center;
  184. -webkit-align-items: center;
  185. align-items: center;
  186. font-size: 30rpx;
  187. }
  188. .content .end .end-1 {
  189. line-height: 64rpx;
  190. }
  191. .content .footer {
  192. margin-top: 84rpx;
  193. display: -webkit-box;
  194. display: -webkit-flex;
  195. display: flex;
  196. -webkit-box-align: center;
  197. -webkit-align-items: center;
  198. align-items: center;
  199. padding: 0 25rpx;
  200. }
  201. .content .footer .footer-left {
  202. width: 30rpx;
  203. height: 25rpx;
  204. background-color: #C53335;
  205. -webkit-border-radius: 25rpx;
  206. border-radius: 25rpx;
  207. }
  208. .content .footer .footer-main {
  209. width: 100%;
  210. border: 1rpx solid #C53335;
  211. }
  212. .content .footer .footer-right {
  213. display: -webkit-box;
  214. display: -webkit-flex;
  215. display: flex;
  216. }
  217. .content .footer .footer-right .footer-1 {
  218. display: -webkit-box;
  219. display: -webkit-flex;
  220. display: flex;
  221. -webkit-box-align: center;
  222. -webkit-align-items: center;
  223. align-items: center;
  224. -webkit-box-pack: center;
  225. -webkit-justify-content: center;
  226. justify-content: center;
  227. width: 44rpx;
  228. height: 44rpx;
  229. font-size: 32rpx;
  230. background-color: #C53335;
  231. color: #FFFFFF;
  232. -webkit-border-radius: 50%;
  233. border-radius: 50%;
  234. }