@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .bottomTools.data-v-14dc5a3c { position: fixed; z-index: 3; bottom: 0; left: 0; width: 750rpx; border-top: 1px solid rgba(0, 0, 0, 0.05); background-color: #fff; padding-top: 15rpx; padding-left: 20rpx; padding-right: 20rpx; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; } .bottomTools .mr.data-v-14dc5a3c { margin-right: 20rpx; } .bottomTools .mt.data-v-14dc5a3c { margin-left: 20rpx; } .bottomTools .ml.data-v-14dc5a3c { margin-left: 20rpx; } .bottomTools .miniBtn.data-v-14dc5a3c { height: 40rpx; border-radius: 8rpx; padding: 0 10rpx; border: 1px solid rgba(0, 0, 0, 0.05); } .bottomTools .miniBtn.warn.data-v-14dc5a3c { background-color: #fffbe5; } .bottomTools .miniBtn.primary.data-v-14dc5a3c { background-color: #ecf5ff; } .bottomTools .miniBtn .miniBtnText.data-v-14dc5a3c { font-size: 20rpx; height: 40rpx; line-height: 40rpx; } .dirList.data-v-14dc5a3c { display: flex; flex-direction: row; align-items: center; width: 710rpx; height: 34rpx; margin-bottom: 10rpx; white-space: nowrap; } .dirList .dirScrollItem.data-v-14dc5a3c { display: flex; flex-direction: row; align-items: center; height: 34rpx; } .dirList .dirItem.data-v-14dc5a3c { display: flex; flex-direction: row; align-items: center; } .dirList .delimiter.data-v-14dc5a3c { color: #999; margin: 0 6rpx; font-size: 22rpx; line-height: 34rpx; } .dirList .dirName.data-v-14dc5a3c { color: #333; font-size: 22rpx; line-height: 34rpx; height: 34rpx; padding: 0 6rpx; background-color: rgba(0, 0, 0, 0.02); border-radius: 6rpx; } .jsRunnerTools.data-v-14dc5a3c { display: flex; flex-direction: column; width: 710rpx; } .jsRunnerTools .runOptions.data-v-14dc5a3c { display: flex; flex-direction: row; align-items: center; width: 710rpx; justify-content: space-between; padding-bottom: 10rpx; } .jsRunnerTools .runOptions .radiusList.data-v-14dc5a3c { display: flex; flex-direction: row; align-items: center; } .jsRunnerTools .runOptions .radiusList .runType.data-v-14dc5a3c { font-size: 20rpx; line-height: 24rpx; color: #333; } .jsRunnerTools .runOptions .radiusList .radiusItem.data-v-14dc5a3c { display: flex; flex-direction: row; align-items: center; margin-left: 10rpx; } .jsRunnerTools .runOptions .radiusList .radiusItem .radiusText.data-v-14dc5a3c { font-size: 20rpx; line-height: 24rpx; color: #333; } .jsRunnerTools .runOptions .radiusList .radiusItem .radiusRadio.data-v-14dc5a3c { -webkit-transform: scale(0.5); transform: scale(0.5); } .jsRunnerTools .runOptions .hisEmpty.data-v-14dc5a3c { display: flex; flex-direction: row; align-items: center; } .jsRunnerTools .runOptions .hisEmpty .hisEmptyIcon.data-v-14dc5a3c { width: 16rpx; height: 16rpx; } .jsRunnerTools .runOptions .hisEmpty .hisEmptyText.data-v-14dc5a3c { font-size: 20rpx; margin-left: 5rpx; color: #ff2d55; } .jsRunnerTools .runOptions .logList.data-v-14dc5a3c { display: flex; flex-direction: row; align-items: center; } .jsRunnerTools .runOptions .logList .hisText.data-v-14dc5a3c { font-size: 20rpx; color: #777; line-height: 24rpx; margin-right: 5rpx; } .jsRunnerTools .runOptions .logList .unfold.data-v-14dc5a3c { width: 24rpx; height: 24rpx; } .jsRunnerTools .code.data-v-14dc5a3c { display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 710rpx; } .jsRunnerTools .code .codeInput.data-v-14dc5a3c { width: 590rpx; height: 100rpx; font-size: 20rpx; line-height: 28rpx; color: #333; padding: 10rpx; background-color: rgba(0, 0, 0, 0.03); border-radius: 15rpx; } .jsRunnerTools .code .codeSend.data-v-14dc5a3c { width: 100rpx; height: 100rpx; border-radius: 15rpx; border: 1px solid #ff2d55; display: flex; flex-direction: row; align-items: center; justify-content: center; } .jsRunnerTools .code .codeSend .codeSendText.data-v-14dc5a3c { color: #ff2d55; font-size: 24rpx; font-weight: bold; } .jsRunnerTools .code .codeSend.data-v-14dc5a3c:active { background-color: rgba(0, 0, 0, 0.03); }