bottomTools.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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. .bottomTools.data-v-14dc5a3c {
  28. position: fixed;
  29. z-index: 3;
  30. bottom: 0;
  31. left: 0;
  32. width: 750rpx;
  33. border-top: 1px solid rgba(0, 0, 0, 0.05);
  34. background-color: #fff;
  35. padding-top: 15rpx;
  36. padding-left: 20rpx;
  37. padding-right: 20rpx;
  38. display: flex;
  39. flex-wrap: wrap;
  40. flex-direction: row;
  41. align-items: center;
  42. }
  43. .bottomTools .mr.data-v-14dc5a3c {
  44. margin-right: 20rpx;
  45. }
  46. .bottomTools .mt.data-v-14dc5a3c {
  47. margin-left: 20rpx;
  48. }
  49. .bottomTools .ml.data-v-14dc5a3c {
  50. margin-left: 20rpx;
  51. }
  52. .bottomTools .miniBtn.data-v-14dc5a3c {
  53. height: 40rpx;
  54. border-radius: 8rpx;
  55. padding: 0 10rpx;
  56. border: 1px solid rgba(0, 0, 0, 0.05);
  57. }
  58. .bottomTools .miniBtn.warn.data-v-14dc5a3c {
  59. background-color: #fffbe5;
  60. }
  61. .bottomTools .miniBtn.primary.data-v-14dc5a3c {
  62. background-color: #ecf5ff;
  63. }
  64. .bottomTools .miniBtn .miniBtnText.data-v-14dc5a3c {
  65. font-size: 20rpx;
  66. height: 40rpx;
  67. line-height: 40rpx;
  68. }
  69. .dirList.data-v-14dc5a3c {
  70. display: flex;
  71. flex-direction: row;
  72. align-items: center;
  73. width: 710rpx;
  74. height: 34rpx;
  75. margin-bottom: 10rpx;
  76. white-space: nowrap;
  77. }
  78. .dirList .dirScrollItem.data-v-14dc5a3c {
  79. display: flex;
  80. flex-direction: row;
  81. align-items: center;
  82. height: 34rpx;
  83. }
  84. .dirList .dirItem.data-v-14dc5a3c {
  85. display: flex;
  86. flex-direction: row;
  87. align-items: center;
  88. }
  89. .dirList .delimiter.data-v-14dc5a3c {
  90. color: #999;
  91. margin: 0 6rpx;
  92. font-size: 22rpx;
  93. line-height: 34rpx;
  94. }
  95. .dirList .dirName.data-v-14dc5a3c {
  96. color: #333;
  97. font-size: 22rpx;
  98. line-height: 34rpx;
  99. height: 34rpx;
  100. padding: 0 6rpx;
  101. background-color: rgba(0, 0, 0, 0.02);
  102. border-radius: 6rpx;
  103. }
  104. .jsRunnerTools.data-v-14dc5a3c {
  105. display: flex;
  106. flex-direction: column;
  107. width: 710rpx;
  108. }
  109. .jsRunnerTools .runOptions.data-v-14dc5a3c {
  110. display: flex;
  111. flex-direction: row;
  112. align-items: center;
  113. width: 710rpx;
  114. justify-content: space-between;
  115. padding-bottom: 10rpx;
  116. }
  117. .jsRunnerTools .runOptions .radiusList.data-v-14dc5a3c {
  118. display: flex;
  119. flex-direction: row;
  120. align-items: center;
  121. }
  122. .jsRunnerTools .runOptions .radiusList .runType.data-v-14dc5a3c {
  123. font-size: 20rpx;
  124. line-height: 24rpx;
  125. color: #333;
  126. }
  127. .jsRunnerTools .runOptions .radiusList .radiusItem.data-v-14dc5a3c {
  128. display: flex;
  129. flex-direction: row;
  130. align-items: center;
  131. margin-left: 10rpx;
  132. }
  133. .jsRunnerTools .runOptions .radiusList .radiusItem .radiusText.data-v-14dc5a3c {
  134. font-size: 20rpx;
  135. line-height: 24rpx;
  136. color: #333;
  137. }
  138. .jsRunnerTools .runOptions .radiusList .radiusItem .radiusRadio.data-v-14dc5a3c {
  139. -webkit-transform: scale(0.5);
  140. transform: scale(0.5);
  141. }
  142. .jsRunnerTools .runOptions .hisEmpty.data-v-14dc5a3c {
  143. display: flex;
  144. flex-direction: row;
  145. align-items: center;
  146. }
  147. .jsRunnerTools .runOptions .hisEmpty .hisEmptyIcon.data-v-14dc5a3c {
  148. width: 16rpx;
  149. height: 16rpx;
  150. }
  151. .jsRunnerTools .runOptions .hisEmpty .hisEmptyText.data-v-14dc5a3c {
  152. font-size: 20rpx;
  153. margin-left: 5rpx;
  154. color: #ff2d55;
  155. }
  156. .jsRunnerTools .runOptions .logList.data-v-14dc5a3c {
  157. display: flex;
  158. flex-direction: row;
  159. align-items: center;
  160. }
  161. .jsRunnerTools .runOptions .logList .hisText.data-v-14dc5a3c {
  162. font-size: 20rpx;
  163. color: #777;
  164. line-height: 24rpx;
  165. margin-right: 5rpx;
  166. }
  167. .jsRunnerTools .runOptions .logList .unfold.data-v-14dc5a3c {
  168. width: 24rpx;
  169. height: 24rpx;
  170. }
  171. .jsRunnerTools .code.data-v-14dc5a3c {
  172. display: flex;
  173. flex-direction: row;
  174. align-items: center;
  175. justify-content: space-between;
  176. width: 710rpx;
  177. }
  178. .jsRunnerTools .code .codeInput.data-v-14dc5a3c {
  179. width: 590rpx;
  180. height: 100rpx;
  181. font-size: 20rpx;
  182. line-height: 28rpx;
  183. color: #333;
  184. padding: 10rpx;
  185. background-color: rgba(0, 0, 0, 0.03);
  186. border-radius: 15rpx;
  187. }
  188. .jsRunnerTools .code .codeSend.data-v-14dc5a3c {
  189. width: 100rpx;
  190. height: 100rpx;
  191. border-radius: 15rpx;
  192. border: 1px solid #ff2d55;
  193. display: flex;
  194. flex-direction: row;
  195. align-items: center;
  196. justify-content: center;
  197. }
  198. .jsRunnerTools .code .codeSend .codeSendText.data-v-14dc5a3c {
  199. color: #ff2d55;
  200. font-size: 24rpx;
  201. font-weight: bold;
  202. }
  203. .jsRunnerTools .code .codeSend.data-v-14dc5a3c:active {
  204. background-color: rgba(0, 0, 0, 0.03);
  205. }