index.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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: 130px;
  52. height: 132px;
  53. display: block;
  54. margin: 0 auto;
  55. margin-top: 50px;
  56. }
  57. .shuru .grey-darken-5 {
  58. background-color: #0d0d0d !important;
  59. padding: 0px !important;
  60. }
  61. .shuru {
  62. border: 1px solid #303030;
  63. border-radius: 10px;
  64. }
  65. .shuru .text-primary.bk {
  66. color: #303030 !important;
  67. }
  68. .shuru .border-grey-darken-4-b-1 {
  69. border-bottom: none !important;
  70. }
  71. .zuo image {
  72. width: 60px;
  73. display: block;
  74. }
  75. .you {
  76. border: 1px solid #303030;
  77. border-radius: 10px;
  78. padding: 10px;
  79. height: 300px;
  80. }
  81. .you .grey-darken-5 {
  82. background-color: #0d0d0d !important;
  83. padding: 0px !important;
  84. }
  85. .you .text-red {
  86. color: white;
  87. }
  88. .tan .active {
  89. background-color: #AAAAAA !important;
  90. }
  91. .tan .tm-poups .grey-darken-5 {
  92. background-color: gray !important;
  93. }
  94. .tan uni-input {
  95. text-align: right;
  96. }
  97. .you .border-grey-darken-4-b-1 {
  98. border-bottom: solid 1px #313131 !important;
  99. }
  100. .tm--badges {
  101. position: absolute;
  102. top: 0px;
  103. right: 6px;
  104. }
  105. .logincla {
  106. margin-top: 100px;
  107. }
  108. .quindex uni-button {
  109. background-color: #0A84FF !important;
  110. }
  111. .anniu {
  112. width: 80%;
  113. margin: 0 auto;
  114. margin-top: 20px;
  115. }
  116. .anniu .gray.bk {
  117. color: white !important;
  118. }
  119. .sao {
  120. width: 88%;
  121. margin: 0 auto;
  122. }