182 lines
4.0 KiB
Plaintext
182 lines
4.0 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.order-item.data-v-73c224cc {
|
||
margin: 32rpx 24rpx;
|
||
border-radius: 16rpx;
|
||
padding: 24rpx;
|
||
background-color: #ffffff;
|
||
position: relative;
|
||
}
|
||
.order-date.data-v-73c224cc {
|
||
font-size: 24rpx;
|
||
color: #666666;
|
||
font-weight: 400;
|
||
}
|
||
.order-content.data-v-73c224cc {
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
margin-top: 16rpx;
|
||
}
|
||
.service-image.data-v-73c224cc {
|
||
width: 162rpx;
|
||
height: 162rpx;
|
||
border-radius: 24rpx;
|
||
margin-right: 16rpx;
|
||
background-color: #333333;
|
||
}
|
||
.order-info.data-v-73c224cc {
|
||
width: 350rpx;
|
||
height: 162rpx;
|
||
display: flex;
|
||
flex-flow: column nowrap;
|
||
justify-content: flex-start;
|
||
align-items: flex-start;
|
||
}
|
||
.service-name.data-v-73c224cc {
|
||
flex: 1;
|
||
font-size: 28rpx;
|
||
color: #000000;
|
||
font-weight: 400;
|
||
margin-bottom: 6rpx;
|
||
}
|
||
.rating.data-v-73c224cc {
|
||
display: flex;
|
||
align-items: center;
|
||
margin-bottom: 6rpx;
|
||
}
|
||
.star-icon.data-v-73c224cc {
|
||
width: 20rpx;
|
||
height: 20rpx;
|
||
margin-right: 6rpx;
|
||
background-color: #000000;
|
||
}
|
||
.rating-score.data-v-73c224cc {
|
||
font-size: 16rpx;
|
||
color: #E8101E;
|
||
margin-left: 68rpx;
|
||
}
|
||
.currency.data-v-73c224cc {
|
||
font-size: 24rpx;
|
||
color: #ff0037;
|
||
}
|
||
.amount.data-v-73c224cc {
|
||
font-size: 32rpx;
|
||
color: #ff0037;
|
||
font-weight: 500;
|
||
}
|
||
.address.data-v-73c224cc {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.location-icon.data-v-73c224cc {
|
||
width: 24rpx;
|
||
height: 24rpx;
|
||
margin-right: 4rpx;
|
||
}
|
||
.address-text.data-v-73c224cc {
|
||
font-size: 24rpx;
|
||
color: #999999;
|
||
flex: 1;
|
||
}
|
||
.order-status.data-v-73c224cc {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
}
|
||
.status-text.data-v-73c224cc {
|
||
font-size: 24rpx;
|
||
font-weight: 400;
|
||
padding: 6rpx 16rpx;
|
||
color: #28d189;
|
||
background-color: rgba(40, 209, 137, 0.2);
|
||
border-radius: 0 16rpx 0 16rpx;
|
||
}
|
||
.load-more.data-v-73c224cc {
|
||
text-align: center;
|
||
padding: 0 0 32rpx;
|
||
}
|
||
.load-date.data-v-73c224cc {
|
||
font-size: 24rpx;
|
||
color: #E8101E;
|
||
}
|
||
.load-text.data-v-73c224cc {
|
||
font-size: 24rpx;
|
||
color: #999999;
|
||
}
|
||
.nothings-box.data-v-73c224cc {
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: center;
|
||
align-items: center;
|
||
padding: 280rpx 0 0;
|
||
}
|
||
.nothings-text.data-v-73c224cc {
|
||
font-size: 32rpx;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
text-align: center;
|
||
font-style: italic;
|
||
}
|
||
/* 下拉刷新样式 */
|
||
.data-v-73c224cc::-webkit-scrollbar {
|
||
width: 0;
|
||
height: 0;
|
||
color: transparent;
|
||
}
|
||
.service-first-tab.data-v-73c224cc {
|
||
border-bottom-color: transparent;
|
||
}
|
||
.common-list.data-v-73c224cc {
|
||
padding-bottom: 0rpx;
|
||
position: fixed;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0rpx;
|
||
border-radius: 20rpx 20rpx 0rpx 0rpx;
|
||
background-color: #fafafa;
|
||
}
|
||
.common-list.data-v-73c224cc .list-scroll {
|
||
margin-top: 0rpx;
|
||
}
|
||
.common-list.data-v-73c224cc .list-scroll .uni-scroll-view-content {
|
||
margin-top: 0rpx;
|
||
}
|
||
.common-list.data-v-73c224cc .list-scroll .list-item {
|
||
display: block;
|
||
padding: 0;
|
||
background-color: transparent;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.common-list.data-v-73c224cc .list-scroll .list-container {
|
||
padding: 0;
|
||
}
|
||
.service-first-tab.data-v-73c224cc {
|
||
box-shadow: none;
|
||
}
|