@charset "UTF-8"; /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .step_box { display: flex; align-items: center; justify-content: space-around; background-color: #fff; padding: 20rpx; border-radius: 10rpx; } .item_step { flex: 1; justify-content: space-around; } .step_box_num { width: 32rpx; height: 32rpx; border-radius: 50%; color: #fff; font-size: 20rpx; margin-right: 5rpx; } .box_title_step { font-size: 24rpx; } .activeColor { background-color: #4CAF50; } .inactiveColor { background-color: #dddddd; } .activeFontColor { font-weight: 600; } .inactiveFontColor { color: #909399; }