main.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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. view.data-v-6de72dc6,
  28. text.data-v-6de72dc6 {
  29. box-sizing: border-box;
  30. }
  31. .devTools.data-v-6de72dc6 {
  32. height: 100vh;
  33. width: 750rpx;
  34. position: relative;
  35. }
  36. .devTools .mask.data-v-6de72dc6 {
  37. position: fixed;
  38. z-index: 1;
  39. width: 750rpx;
  40. flex: 1;
  41. height: 100vh;
  42. background-color: rgba(0, 0, 0, 0.3);
  43. opacity: 0;
  44. }
  45. .devTools .panel.data-v-6de72dc6 {
  46. position: fixed;
  47. z-index: 2;
  48. bottom: 0px;
  49. left: 0px;
  50. background-color: #ffffff;
  51. display: flex;
  52. flex-direction: column;
  53. width: 750rpx;
  54. color: #333;
  55. }
  56. .devTools .panel .head.data-v-6de72dc6 {
  57. width: 750rpx;
  58. display: flex;
  59. flex-direction: row;
  60. align-items: center;
  61. justify-content: space-between;
  62. height: 80rpx;
  63. border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  64. }
  65. .devTools .panel .head .tabList.data-v-6de72dc6 {
  66. height: 80rpx;
  67. width: 670rpx;
  68. display: flex;
  69. flex-direction: row;
  70. white-space: nowrap;
  71. }
  72. .devTools .panel .head .tabList.tab-h5.data-v-6de72dc6 {
  73. width: 750rpx !important;
  74. }
  75. .devTools .panel .head .tabList .uni-scroll-view-content.data-v-6de72dc6 {
  76. display: flex !important;
  77. flex-direction: row !important;
  78. }
  79. .devTools .panel .head .tabList .tabItem.data-v-6de72dc6 {
  80. display: flex;
  81. flex-direction: row;
  82. align-items: center;
  83. justify-content: center;
  84. height: 80rpx;
  85. padding: 0 20rpx;
  86. min-width: 90rpx;
  87. position: relative;
  88. }
  89. .devTools .panel .head .tabList .tabItem .tabText.data-v-6de72dc6 {
  90. font-size: 28rpx;
  91. color: #888;
  92. line-height: 80rpx;
  93. }
  94. .devTools .panel .head .tabList .tabItem .tabText.active.data-v-6de72dc6 {
  95. font-size: 28rpx;
  96. color: #ff2d55;
  97. font-weight: bold;
  98. }
  99. .devTools .panel .head .tabList .tabItem .tabLine.data-v-6de72dc6 {
  100. position: absolute;
  101. bottom: -1px;
  102. height: 2px;
  103. width: 100rpx;
  104. background-color: #ff2d55;
  105. }
  106. .devTools .panel .head .close.data-v-6de72dc6 {
  107. height: 80rpx;
  108. width: 80rpx;
  109. display: flex;
  110. flex-direction: row;
  111. align-items: center;
  112. justify-content: center;
  113. position: relative;
  114. }
  115. .devTools .panel .head .close .icon.data-v-6de72dc6 {
  116. font-size: 40rpx;
  117. line-height: 40rpx;
  118. text-align: center;
  119. color: #ff2d55;
  120. }
  121. .devTools .panel .head .close .line.data-v-6de72dc6 {
  122. position: absolute;
  123. left: 0;
  124. height: 40rpx;
  125. width: 1px;
  126. background-color: rgba(0, 0, 0, 0.05);
  127. }
  128. .cellDivisionLine.data-v-6de72dc6 {
  129. height: 1px;
  130. width: 750rpx;
  131. background-color: rgba(0, 0, 0, 0.1);
  132. }
  133. .navbar.data-v-6de72dc6 {
  134. position: fixed;
  135. background-color: #fff;
  136. width: 750rpx;
  137. z-index: 2;
  138. border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  139. }
  140. .navbar .navbarBody.data-v-6de72dc6 {
  141. display: flex;
  142. flex-direction: row;
  143. align-items: center;
  144. justify-content: space-between;
  145. color: #333;
  146. width: 710rpx;
  147. margin-left: 20rpx;
  148. }
  149. .navbar .navbarBody .left.data-v-6de72dc6 {
  150. display: flex;
  151. flex-direction: row;
  152. align-items: center;
  153. font-size: 26rpx;
  154. line-height: 26rpx;
  155. }
  156. .navbar .navbarBody .left .foldIcon.data-v-6de72dc6 {
  157. -webkit-transform: rotate(-90deg);
  158. transform: rotate(-90deg);
  159. width: 30rpx;
  160. height: 30rpx;
  161. }
  162. .navbar .navbarBody .right.data-v-6de72dc6 {
  163. display: flex;
  164. flex-direction: row;
  165. align-items: center;
  166. font-size: 26rpx;
  167. line-height: 26rpx;
  168. color: #ff2d55;
  169. }
  170. .navbar .navbarBody .right .refreshIcon.data-v-6de72dc6 {
  171. width: 30rpx;
  172. height: 30rpx;
  173. margin-left: 5rpx;
  174. }
  175. .navbar .navbarBody .right .refreshing.data-v-6de72dc6 {
  176. color: #aaa !important;
  177. }
  178. .navbarEmpty.data-v-6de72dc6 {
  179. position: fixed;
  180. }
  181. .loadAll.data-v-6de72dc6:active {
  182. background-color: rgba(0, 0, 0, 0.03);
  183. }
  184. .loadAll.data-v-6de72dc6 {
  185. width: 750rpx;
  186. height: 80rpx;
  187. display: flex;
  188. flex-direction: row;
  189. align-items: center;
  190. justify-content: center;
  191. }
  192. .loadAll .loadAllFold.data-v-6de72dc6 {
  193. width: 30rpx;
  194. height: 30rpx;
  195. }
  196. .loadAll .loadAllText.data-v-6de72dc6 {
  197. font-size: 26rpx;
  198. color: #333;
  199. margin: 0 10rpx;
  200. }
  201. .cellDivisionLine.data-v-6de72dc6 {
  202. height: 1px;
  203. width: 750rpx;
  204. background-color: rgba(0, 0, 0, 0.1);
  205. }
  206. .cellDivisionLine.data-v-6de72dc6 {
  207. height: 1px;
  208. width: 750rpx;
  209. background-color: rgba(0, 0, 0, 0.1);
  210. }
  211. .devEmpty.data-v-6de72dc6 {
  212. display: flex;
  213. flex-direction: row;
  214. align-items: center;
  215. justify-content: center;
  216. height: 200rpx;
  217. width: 750rpx;
  218. }
  219. .devEmpty .devEmptyText.data-v-6de72dc6 {
  220. font-size: 26rpx;
  221. color: #888;
  222. line-height: 26rpx;
  223. }
  224. .eventItem.data-v-6de72dc6 {
  225. display: flex;
  226. flex-direction: column;
  227. width: 750rpx;
  228. padding: 10rpx 20rpx;
  229. border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  230. }
  231. .eventItem.data-v-6de72dc6:active {
  232. background-color: rgba(0, 0, 0, 0.05);
  233. }
  234. .eventItem .eventName.data-v-6de72dc6 {
  235. font-size: 20rpx;
  236. color: #333;
  237. }
  238. .eventItem .eventCount.data-v-6de72dc6 {
  239. margin-top: 4rpx;
  240. display: flex;
  241. flex-direction: row;
  242. justify-content: space-between;
  243. }
  244. .eventItem .eventCount .eventCountItem.data-v-6de72dc6 {
  245. width: 170rpx;
  246. max-width: 170rpx;
  247. font-size: 20rpx;
  248. color: #333;
  249. }
  250. .eventLogItem.data-v-6de72dc6 {
  251. display: flex;
  252. flex-direction: column;
  253. width: 750rpx;
  254. padding: 10rpx 20rpx;
  255. border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  256. }
  257. .eventLogItem.data-v-6de72dc6:active {
  258. background-color: rgba(0, 0, 0, 0.05);
  259. }
  260. .eventLogItem .logText.data-v-6de72dc6 {
  261. font-size: 20rpx;
  262. color: #333;
  263. }
  264. .eventLogItem .logTime.data-v-6de72dc6 {
  265. font-size: 20rpx;
  266. color: #999;
  267. }
  268. .listCenterView.data-v-6de72dc6 {
  269. width: 750rpx;
  270. min-height: 200rpx;
  271. display: flex;
  272. flex-direction: row;
  273. align-items: center;
  274. justify-content: center;
  275. }
  276. .listCenterView .listCenterText.data-v-6de72dc6 {
  277. font-size: 24rpx;
  278. color: #999;
  279. }