toknowledge.wxss 837 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. }