index.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. .zhanshi {
  28. width: 100%;
  29. margin: 0 auto;
  30. margin-top: 10px;
  31. margin-bottom: 40px;
  32. }
  33. .tm-menubars .body {
  34. background-color: #1b1b1b !important;
  35. }
  36. .kuang {
  37. margin: 0 !important;
  38. padding: 14px !important;
  39. margin-bottom: 40px !important;
  40. }
  41. .jindu {
  42. width: 90%;
  43. margin: 0 auto;
  44. display: block;
  45. }
  46. .wenzi {
  47. width: 94%;
  48. margin: 0 auto;
  49. }
  50. .nicheng {
  51. width: 60%;
  52. display: block;
  53. margin: 0 auto;
  54. margin-top: 50px;
  55. }
  56. .shuru .grey-darken-5 {
  57. background-color: #0d0d0d !important;
  58. padding: 0px !important;
  59. }
  60. .shuru {
  61. border: 1px solid #303030;
  62. border-radius: 10px;
  63. }
  64. .shuru .text-primary.bk {
  65. color: #303030 !important;
  66. }
  67. .shuru .border-grey-darken-4-b-1 {
  68. border-bottom: none !important;
  69. }
  70. .zuo image {
  71. width: 60px;
  72. display: block;
  73. }
  74. .you {
  75. border: 1px solid #303030;
  76. border-radius: 10px;
  77. padding: 10px;
  78. }
  79. .you .grey-darken-5 {
  80. background-color: #0d0d0d !important;
  81. padding: 0px !important;
  82. }
  83. .you .text-red {
  84. color: white;
  85. }
  86. .tan .active {
  87. background-color: #AAAAAA !important;
  88. }
  89. .tan .tm-poups .grey-darken-5 {
  90. background-color: gray !important;
  91. }
  92. .tan uni-input {
  93. text-align: right;
  94. }
  95. .you .border-grey-darken-4-b-1 {
  96. border-bottom: solid 1px #313131 !important;
  97. }
  98. .tm--badges {
  99. position: absolute;
  100. top: 0px;
  101. right: 6px;
  102. }
  103. .logincla {
  104. margin-top: 100px;
  105. }
  106. .logincla .primary {
  107. background-color: #303440 !important;
  108. }
  109. .quindex uni-button {
  110. background-color: #0A84FF !important;
  111. }
  112. .seka {
  113. width: 40px;
  114. height: 20px;
  115. border: 1px solid white;
  116. }