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