index.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .tm-menubars .body {
  28. background-color: #1b1b1b !important;
  29. }
  30. .xiangji image {
  31. width: 30px;
  32. height: 22px;
  33. }
  34. .suosou image {
  35. width: 40px;
  36. }
  37. .icon-search {
  38. font-size: 23px !important;
  39. color: #8E8E93 !important;
  40. }
  41. .tm-search {
  42. width: 94%;
  43. margin: 0 auto;
  44. background-color: #414141 !important;
  45. border-radius: 10px;
  46. }
  47. .tm-search .grey-darken-5 {
  48. background-color: #414141 !important;
  49. }
  50. .zhuti {
  51. padding: 10px 10px;
  52. }
  53. .kuang {
  54. margin: 0 !important;
  55. padding: 20rpx 0rpx 0rpx !important;
  56. }
  57. .qiehuan1 .text-primary {
  58. color: white !important;
  59. }
  60. .touxiang {
  61. width: 100%;
  62. margin: 0 auto;
  63. display: block;
  64. margin-top: 20px;
  65. }
  66. .out_pic {
  67. width: 50rpx;
  68. height: 50rpx;
  69. margin-right: 15rpx;
  70. }
  71. .out_title {
  72. font-weight: bold;
  73. color: #ffffff;
  74. font-size: 28rpx;
  75. }
  76. .out_content {
  77. margin: 20rpx 0rpx 0rpx;
  78. display: flex;
  79. box-sizing: border-box;
  80. justify-content: flex-start;
  81. }
  82. .tm-listitem .mx-32 {
  83. margin: 0 !important;
  84. }
  85. .tm-listitem .py-20 {
  86. padding: 0rpx 20rpx !important;
  87. }
  88. .tm-listitem .pt-4 {
  89. padding-top: 18px !important;
  90. }
  91. .tm-listitem .pb-4 {
  92. padding-bottom: 0px !important;
  93. }
  94. .tm-listitem .flex-between {
  95. align-items: flex-end !important;
  96. }
  97. .tm-listitem .text-grey-lighten-1 {
  98. color: #8d8d8d !important;
  99. }