265 lines
6.0 KiB
Plaintext
Raw Permalink Normal View History

2025-04-01 09:03:51 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 筛选组件 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.w-100.data-v-55dcc04e {
width: 100%;
}
.flex.data-v-55dcc04e {
display: flex;
}
.flex-start.data-v-55dcc04e {
align-items: flex-start;
}
.justify-center.data-v-55dcc04e {
justify-content: center;
}
.align-items.data-v-55dcc04e {
align-items: center;
}
.flex-column.data-v-55dcc04e {
flex-flow: column;
}
.justify-start.data-v-55dcc04e {
justify-content: start;
}
.line.data-v-55dcc04e {
margin-top: 12rpx;
width: 690rpx;
height: 1rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.space-between.data-v-55dcc04e {
justify-content: space-between;
}
.hui.data-v-55dcc04e {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.box.data-v-55dcc04e {
width: 750rpx;
background: #F1F2F8;
}
.box .con-center.data-v-55dcc04e {
width: 690rpx;
}
.box .top.data-v-55dcc04e {
width: 690rpx;
padding: 32rpx 30rpx;
background: #FFFFFF;
}
.box .top .rightBox.data-v-55dcc04e {
margin-left: 32rpx;
width: 378rpx;
}
.box .top .rightBox .line-row.data-v-55dcc04e {
width: 382rpx;
height: 1rpx;
background: #D9D9D9;
box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25);
margin: 14rpx 0 6rpx 0;
}
.box .top .rightBox .price.data-v-55dcc04e {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #FF2323;
}
.box .top .rightBox .name.data-v-55dcc04e {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 34rpx;
color: #343434;
margin-bottom: 16rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
/* 设置行数 */
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
/* 防止单词被截断 */
}
.box .top .rightBox .minge.data-v-55dcc04e {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
margin-top: 8rpx;
height: 32rpx;
}
.box .top .rightBox .money.data-v-55dcc04e {
font-weight: 800;
font-size: 24rpx;
color: #FF2323;
}
.box .top .rightBox .money ._span.data-v-55dcc04e {
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.box .centerBack.data-v-55dcc04e {
position: fixed;
width: 100%;
height: 100%;
top: 25rpx;
left: 0;
z-index: -1;
}
.box .header.data-v-55dcc04e {
margin-top: 37rpx;
}
.box .header .s-header.data-v-55dcc04e {
width: 84rpx;
height: 26rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #9E9E9E;
}
.box .header .s-header.selected.data-v-55dcc04e {
padding: 10rpx 10rpx;
height: 50rpx;
background: #008CFF;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 28rpx;
color: #FFFFFF;
line-height: 26rpx;
}
.box .searchBtn.data-v-55dcc04e {
width: 164rpx;
height: 64rpx;
background: #008CFF;
border-radius: 8rpx 8rpx 8rpx 8rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
margin-left: 18rpx;
}
.search.data-v-55dcc04e {
width: 690rpx;
height: 64rpx;
background: #FFFFFF;
box-shadow: 2rpx 2rpx 0rpx 0rpx rgba(0, 0, 0, 0.4);
border-radius: 8rpx 8rpx 8rpx 8rpx;
border: 2rpx solid #008CFF;
}
.search .dashed image.data-v-55dcc04e {
width: 52rpx;
height: 52rpx;
}
.search .line-search.data-v-55dcc04e {
width: 2rpx;
height: 42rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.search .input.data-v-55dcc04e {
padding-left: 12rpx;
height: 100%;
width: 100%;
}
.search.data-v-55dcc04e .input-placeholder {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #C0C0C0;
line-height: 32rpx;
text-align: left;
font-style: normal;
text-transform: none;
}
.centerBox.data-v-55dcc04e {
width: 642rpx;
padding: 24rpx 24rpx 32rpx 24rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin-top: 24rpx;
}
.centerBox .box-line.data-v-55dcc04e {
width: 635rpx;
height: 1rpx;
background: #C0C0C0;
border-radius: 0rpx 0rpx 0rpx 0rpx;
margin-top: 13rpx;
}
.centerBox .status.data-v-55dcc04e {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 26rpx;
color: #008CFF;
}
.copy.data-v-55dcc04e {
width: 138rpx;
height: 48rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
border: 2rpx solid #008CFF;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #008CFF;
display: flex;
justify-content: center;
align-items: center;
letter-spacing: 8rpx;
}
.refundNone.data-v-55dcc04e {
width: 138rpx;
height: 48rpx;
background: #D9D9D9;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
}
.refund.data-v-55dcc04e {
width: 138rpx;
height: 48rpx;
background: #008CFF;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
}