216 lines
5.1 KiB
Plaintext
Raw 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-951d9bb4 {
width: 100%;
}
.flex.data-v-951d9bb4 {
display: flex;
}
.flex-start.data-v-951d9bb4 {
align-items: flex-start;
}
.justify-center.data-v-951d9bb4 {
justify-content: center;
}
.align-items.data-v-951d9bb4 {
align-items: center;
}
.white-space.data-v-951d9bb4 {
overflow: hidden;
/* 确保超出容器的文本被隐藏 */
white-space: nowrap;
/* 确保文本在一行内显示 */
text-overflow: ellipsis;
/* 使用省略号表示被截断的文本 */
width: 100%;
}
.flex-column.data-v-951d9bb4 {
flex-flow: column;
}
.justify-start.data-v-951d9bb4 {
justify-content: start;
}
.line.data-v-951d9bb4 {
margin-top: 12rpx;
width: 690rpx;
height: 1rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.space-between.data-v-951d9bb4 {
justify-content: space-between;
}
.hui.data-v-951d9bb4 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.minge.data-v-951d9bb4 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
margin-top: 8rpx;
overflow: hidden;
/* 确保超出容器的文本被隐藏 */
white-space: nowrap;
/* 确保文本在一行内显示 */
text-overflow: ellipsis;
/* 使用省略号表示被截断的文本 */
width: 100%;
}
.box.data-v-951d9bb4 {
width: 750rpx;
background: #F1F2F8;
height: 100vh;
}
.box .con-box.data-v-951d9bb4 {
background: #FFFFFF;
}
.box .con-center.data-v-951d9bb4 {
width: 690rpx;
margin-bottom: 42rpx;
}
.box .con-center .name.data-v-951d9bb4 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 34rpx;
color: #181818;
}
.box .con-center .line-row.data-v-951d9bb4 {
width: 642rpx;
height: 1rpx;
background: #D9D9D9;
border-radius: 0rpx 0rpx 0rpx 0rpx;
margin: 33rpx 0 23rpx 0;
}
.box .con-center .center.data-v-951d9bb4 {
width: 642rpx;
}
.box .con-center .center .detail.data-v-951d9bb4 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 26rpx;
color: #008CFF;
margin-bottom: 6rpx;
}
.box .con-center .center .price.data-v-951d9bb4 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 26rpx;
color: #FF0000;
}
.box .con-center .center .minge.data-v-951d9bb4 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 26rpx;
color: #7A7A7A;
margin-top: 18rpx;
}
.box .top.data-v-951d9bb4 {
width: 690rpx;
padding: 32rpx 30rpx;
background: #FFFFFF;
}
.box .top .rightBox.data-v-951d9bb4 {
margin-left: 32rpx;
width: 378rpx;
}
.box .top .rightBox .line-row.data-v-951d9bb4 {
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-951d9bb4 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #FF2323;
}
.box .top .rightBox .name.data-v-951d9bb4 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 34rpx;
color: #343434;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
/* 设置行数 */
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
/* 防止单词被截断 */
}
.box .top .rightBox .money.data-v-951d9bb4 {
font-weight: 800;
font-size: 24rpx;
color: #FF2323;
}
.box .top .rightBox .money ._span.data-v-951d9bb4 {
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.box .centerBack.data-v-951d9bb4 {
position: fixed;
width: 100%;
height: 100%;
top: 25rpx;
left: 0;
z-index: -1;
}
.line.data-v-951d9bb4 {
width: 690rpx;
height: 1rpx;
background: #D9D9D9;
border-radius: 0rpx 0rpx 0rpx 0rpx;
margin: 37rpx 0;
}
.footer.data-v-951d9bb4 {
width: 750rpx;
height: 122rpx;
position: fixed;
bottom: 0;
background: #FFFFFF;
box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
}
.footer ._span.data-v-951d9bb4 {
width: 642rpx;
height: 80rpx;
background: #008CFF;
border-radius: 401rpx 401rpx 401rpx 401rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 34rpx;
color: #FFFFFF;
}