@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .u-wrap.data-v-b1db4d34 { padding-top: 45px; padding-bottom: 10px; } .select-top.data-v-b1db4d34 { position: fixed; width: 100%; top: 0; left: 0; height: 45px; z-index: 2; } .top-tab.data-v-b1db4d34 { height: 44px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; background-color: #FFFFFF; } .top.data-v-b1db4d34 { background-color: #FFFFFF; padding: 12px; margin-bottom: 12px; font-size: 15px; line-height: 28px; font-family: PingFang SC; font-weight: bold; color: #333333; opacity: 1; } .top .day.data-v-b1db4d34 { display: flex; } .top .day .left.data-v-b1db4d34 { flex: 1; } .top .day .right.data-v-b1db4d34 { flex: 1; text-align: right; } .top .day .right .name.data-v-b1db4d34 { display: inline-block; padding: 4px 7px; font-size: 14px; font-family: PingFang SC; font-weight: 400; line-height: 20px; color: #FF4600; opacity: 1; background: #FFEEE5; } .top .tab.data-v-b1db4d34 { display: flex; } .top .tab .item.data-v-b1db4d34 { flex: 1; font-size: 14px; font-family: PingFang SC; font-weight: bold; line-height: 20px; color: #333333; opacity: 1; } .top .tab .item .week.data-v-b1db4d34 { height: 36px; line-height: 36px; } .top .tab .item .day.data-v-b1db4d34, .top .tab .item .active.data-v-b1db4d34 { height: 32px; width: 32px; text-align: center; border-radius: 4px; } .top .tab .item .day .num.data-v-b1db4d34, .top .tab .item .active .num.data-v-b1db4d34 { display: block; height: 23px; line-height: 23px; } .top .tab .item .day .dian.data-v-b1db4d34, .top .tab .item .active .dian.data-v-b1db4d34 { display: none; height: 9px; line-height: 0px; } .top .tab .item .active.data-v-b1db4d34 { height: 32px; width: 32px; background: linear-gradient(180deg, #FF3B21 0%, #FF8F09 100%); text-align: center; border-radius: 4px; color: #FFFFFF; } .top .tab .item .active .dian.data-v-b1db4d34 { display: block; height: 9px; line-height: 0px; } .order.data-v-b1db4d34 { padding: 10px; margin: 10px 12px 0; border-radius: 8px; background-color: #FFFFFF; position: relative; } .order .finish.data-v-b1db4d34 { position: absolute; bottom: 12px; right: 12px; height: 60px; width: 70px; } .order .evaluate.data-v-b1db4d34 { position: absolute; right: 12px; bottom: 12px; width: 82px; height: 30px; background: linear-gradient(266deg, #FF3B21 0%, #FF8F09 100%); opacity: 1; font-size: 14px; font-family: PingFang SC; font-weight: 400; line-height: 30px; color: #FFFFFF; text-align: center; opacity: 1; border-radius: 15px; } .order .order-message.data-v-b1db4d34 { display: flex; } .order .order-message .order-left.data-v-b1db4d34 { flex: 1; } .order .order-message .order-left .coach.data-v-b1db4d34 { font-size: 19px; font-weight: bold; color: #333333; margin-bottom: 10px; } .order .order-message .order-left .text.data-v-b1db4d34 { line-height: 28px; font-size: 14px; font-family: PingFang SC; font-weight: 400; color: #333333; opacity: 1; } .order .order-message .order-left .text .tag.data-v-b1db4d34 { margin-right: 5px; } .order .order-message .order-right.data-v-b1db4d34 { flex: 0 0 73px; } .order .order-message .order-right image.data-v-b1db4d34 { height: 73px; width: 73px; } .order .tips.data-v-b1db4d34 { margin-top: 10px; height: 36px; text-align: center; background: #FFEEE5; opacity: 1; border-radius: 4px; } .order .tips image.data-v-b1db4d34 { display: inline-block; vertical-align: middle; line-height: 36px; height: 24px; width: 24px; } .order .tips text.data-v-b1db4d34 { margin-left: 8px; font-size: 15px; display: inline-block; vertical-align: middle; font-family: PingFang SC; font-weight: bold; line-height: 21px; line-height: 36px; color: #FF4600; opacity: 1; } .empty.data-v-b1db4d34 { margin-top: 50%; }