@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .uni-steps.data-v-328e2ae5 { width: 100%; box-sizing: border-box; display: flex; flex-direction: column; overflow: hidden; position: relative; } .uni-steps-items.data-v-328e2ae5 { position: relative; display: flex; flex-direction: row; margin: 10px; box-sizing: border-box; overflow: hidden; } .uni-steps-items.uni-steps-column.data-v-328e2ae5 { margin: 10px 0; padding-left: 31px; flex-direction: column; } .uni-steps-items.uni-steps-column .uni-steps-item.data-v-328e2ae5:after { content: ' '; position: absolute; height: 1px; width: 100%; bottom: 9px; left: 0; background-color: #ebedf0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .uni-steps-items.uni-steps-column .uni-steps-item.data-v-328e2ae5:last-child { position: relative; } .uni-steps-items.uni-steps-column .uni-steps-item.data-v-328e2ae5:last-child:after { height: 0px; } .uni-steps-items.uni-steps-column .uni-steps-item:last-child .uni-steps-item-title-container.data-v-328e2ae5 { text-align: left; } .uni-steps-items.uni-steps-column .uni-steps-item:last-child .uni-steps-item-circle-container.data-v-328e2ae5 { left: -17px; right: auto; } .uni-steps-items.uni-steps-column .uni-steps-item-title-container.data-v-328e2ae5 { -webkit-transform: none; transform: none; display: block; line-height: 36px; } .uni-steps-items.uni-steps-column .uni-steps-item-title.data-v-328e2ae5 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .uni-steps-items.uni-steps-column .uni-steps-item-desc.data-v-328e2ae5 { white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .uni-steps-items.uni-steps-column .uni-steps-item-circle-container.data-v-328e2ae5 { left: -17px; top: -1px; bottom: auto; padding: 8px 0px; z-index: 1; } .uni-steps-items.uni-steps-column .uni-steps-item-line.data-v-328e2ae5 { height: 100%; width: 1px; left: -15px; top: -1px; bottom: auto; } .uni-steps-items.uni-steps-column .uni-steps-item.uni-steps-process .uni-steps-item-circle-container.data-v-328e2ae5 { bottom: auto; left: -21px; } .uni-steps-item.data-v-328e2ae5 { flex: 1; position: relative; padding-bottom: 18px; } .uni-steps-item-title-container.data-v-328e2ae5 { text-align: left; margin-left: 3px; display: inline-block; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #999; } .uni-steps-item-title.data-v-328e2ae5 { font-size: 14px; } .uni-steps-item-desc.data-v-328e2ae5 { font-size: 12px; } .uni-steps-item:first-child .uni-steps-item-title-container.data-v-328e2ae5 { -webkit-transform: none; transform: none; margin-left: 0; } .uni-steps-item.data-v-328e2ae5:last-child { position: absolute; right: 0; } .uni-steps-item:last-child .uni-steps-item-title-container.data-v-328e2ae5 { -webkit-transform: none; transform: none; text-align: right; } .uni-steps-item:last-child .uni-steps-item-circle-container.data-v-328e2ae5 { left: auto; right: -8px; } .uni-steps-item-circle-container.data-v-328e2ae5 { position: absolute; bottom: 8px; left: -8px; padding: 0 8px; background-color: #fff; z-index: 1; } .uni-steps-item-circle.data-v-328e2ae5 { width: 5px; height: 5px; background-color: #999; border-radius: 50%; } .uni-steps-item-line.data-v-328e2ae5 { background-color: #ebedf0; position: absolute; bottom: 10px; left: 0; width: 100%; height: 1px; } .uni-steps-item.uni-steps-finish .uni-steps-item-title-container.data-v-328e2ae5 { color: #333; } .uni-steps-item.uni-steps-process .uni-steps-item-circle-container.data-v-328e2ae5 { bottom: 3px; height: 14px; line-height: 14px; display: flex; } .uni-steps-item-check.data-v-328e2ae5 { font-size: 0.7rem; }