123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- @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-757e70bb {
- padding-top: 45px;
- padding-bottom: 10px;
- }
- .select-top.data-v-757e70bb {
- position: fixed;
- width: 100%;
- top: 0;
- left: 0;
- height: 45px;
- background-color: #FFFFFF;
- z-index: 9;
- }
- .top-tab.data-v-757e70bb {
- height: 44px;
- border-top: 1px solid #eeeeee;
- }
- .top.data-v-757e70bb {
- 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-757e70bb {
- display: flex;
- }
- .top .day .left.data-v-757e70bb {
- flex: 1;
- }
- .top .day .right.data-v-757e70bb {
- flex: 1;
- text-align: right;
- }
- .top .day .right .name.data-v-757e70bb {
- 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-757e70bb {
- display: flex;
- }
- .top .tab .item.data-v-757e70bb {
- 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-757e70bb {
- height: 36px;
- line-height: 36px;
- }
- .top .tab .item .day.data-v-757e70bb,
- .top .tab .item .active.data-v-757e70bb {
- height: 32px;
- width: 32px;
- text-align: center;
- border-radius: 4px;
- }
- .top .tab .item .day .num.data-v-757e70bb,
- .top .tab .item .active .num.data-v-757e70bb {
- display: block;
- height: 23px;
- line-height: 23px;
- }
- .top .tab .item .day .dian.data-v-757e70bb,
- .top .tab .item .active .dian.data-v-757e70bb {
- display: none;
- height: 9px;
- line-height: 0px;
- }
- .top .tab .item .active.data-v-757e70bb {
- 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-757e70bb {
- display: block;
- height: 9px;
- line-height: 0px;
- }
- .order.data-v-757e70bb {
- padding: 10px;
- margin: 10px 12px 0;
- border-radius: 8px;
- background-color: #FFFFFF;
- position: relative;
- }
- .order .evaluate.data-v-757e70bb {
- 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-757e70bb {
- display: flex;
- }
- .order .order-message .order-left.data-v-757e70bb {
- flex: 1;
- }
- .order .order-message .order-left .coach.data-v-757e70bb {
- font-size: 19px;
- font-weight: bold;
- color: #333333;
- margin-bottom: 10px;
- }
- .order .order-message .order-left .text.data-v-757e70bb {
- 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-757e70bb {
- margin-right: 5px;
- }
- .order .order-message .order-right.data-v-757e70bb {
- flex: 0 0 73px;
- }
- .order .order-message .order-right image.data-v-757e70bb {
- height: 73px;
- width: 73px;
- }
- .order .tips.data-v-757e70bb {
- margin-top: 10px;
- height: 36px;
- text-align: center;
- background: #FFEEE5;
- opacity: 1;
- border-radius: 4px;
- }
- .order .tips image.data-v-757e70bb {
- display: inline-block;
- vertical-align: middle;
- line-height: 36px;
- height: 24px;
- width: 24px;
- }
- .order .tips text.data-v-757e70bb {
- 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-757e70bb {
- margin-top: 50%;
- }
|