toknowledge.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #FFFFFF;
  13. width: 100%;
  14. height: 100%;
  15. }
  16. page .content {
  17. height: 100%;
  18. }
  19. .top-image {
  20. width: 100%;
  21. height: 300rpx;
  22. }
  23. .list-box {
  24. padding: 25rpx 25rpx;
  25. }
  26. .list-item {
  27. padding-bottom: 15rpx;
  28. }
  29. .list-item .list-title {
  30. font-size: 34rpx;
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. }
  35. .list-item .list-title image {
  36. width: 56rpx;
  37. height: 44rpx;
  38. margin-right: 15rpx;
  39. }
  40. .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. .list-tips {
  50. font-size: 32rpx;
  51. text-indent: 60rpx;
  52. padding-bottom: 15rpx;
  53. }
  54. .list01 {
  55. font-size: 32rpx;
  56. text-indent: 60rpx;
  57. font-weight: 700;
  58. padding-bottom: 15rpx;
  59. }
  60. .list-info {
  61. font-size: 28rpx;
  62. line-height: 42rpx;
  63. text-indent: 60rpx;
  64. padding-bottom: 14rpx;
  65. }
  66. .phone {
  67. padding: 24rpx;
  68. font-size: 28rpx;
  69. line-height: 42rpx;
  70. text-indent: 40rpx;
  71. }