2025-04-01 09:03:51 +08:00

335 lines
7.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 筛选组件 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.box.data-v-6c4440d4 {
background: linear-gradient(to bottom, #F1F2F8 0%, #FFFFFF 5%, #FFFFFF 100%);
}
.box .con-center.data-v-6c4440d4 {
width: 690rpx;
}
.box .con-center .centerBack.data-v-6c4440d4 {
position: fixed;
width: 100%;
height: 100%;
top: 25rpx;
left: 0;
z-index: -1;
}
.box .con-center .header.data-v-6c4440d4 {
height: 50rpx;
margin-top: 37rpx;
}
.box .con-center .header .s-header.data-v-6c4440d4 {
width: 104rpx;
height: 50rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #9E9E9E;
line-height: 26rpx;
}
.box .con-center .header .s-header.selected.data-v-6c4440d4 {
width: 104rpx;
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;
}
.w-100.data-v-6c4440d4 {
width: 100%;
}
.flex.data-v-6c4440d4 {
display: flex;
}
.flex-start.data-v-6c4440d4 {
align-items: flex-start;
}
.justify-center.data-v-6c4440d4 {
justify-content: center;
}
.align-items.data-v-6c4440d4 {
align-items: center;
}
.flex-column.data-v-6c4440d4 {
flex-flow: column;
}
.justify-start.data-v-6c4440d4 {
justify-content: start;
}
.line.data-v-6c4440d4 {
margin-top: 12rpx;
width: 690rpx;
height: 1rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.centerBox.data-v-6c4440d4 {
width: 690rpx;
}
.centerBox .error.data-v-6c4440d4 {
width: 100%;
word-break: break-all;
}
.centerBox .box-line.data-v-6c4440d4 {
width: 400rpx;
height: 1rpx;
background: #D9D9D9;
border-radius: 0rpx 0rpx 0rpx 0rpx;
margin-top: 24rpx;
}
.centerBox .center.data-v-6c4440d4 {
margin: 32rpx 0 32rpx 0;
}
.centerBox .rightBox.data-v-6c4440d4 {
margin-left: 24rpx;
width: 378rpx;
}
.centerBox .rightBox .line-row.data-v-6c4440d4 {
width: 382rpx;
height: 1rpx;
background: #D9D9D9;
box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25);
margin: 14rpx 0 6rpx 0;
}
.centerBox .rightBox .name.data-v-6c4440d4 {
font-weight: 800;
font-size: 36rpx;
color: #343434;
margin-bottom: 24rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
/* 设置行数 */
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
/* 防止单词被截断 */
}
.centerBox .rightBox .minge.data-v-6c4440d4 {
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
margin-bottom: 14rpx;
}
.centerBox .rightBox .pass.data-v-6c4440d4 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 26rpx;
color: #34DC12;
}
.centerBox .rightBox .full.data-v-6c4440d4 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #FF2323;
}
.centerBox .rightBox .money.data-v-6c4440d4 {
font-weight: 800;
font-size: 24rpx;
color: #FF2323;
}
.centerBox .rightBox .money ._span.data-v-6c4440d4 {
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.centerBox .rightBox .Cancel.data-v-6c4440d4 {
width: 138rpx;
height: 48rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
background: #008CFF;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #FFFFFF;
line-height: 32rpx;
letter-spacing: 4px;
display: flex;
align-items: center;
justify-content: center;
align-self: flex-end;
margin-top: 12rpx;
}
.centerBox .rightBox .make.data-v-6c4440d4 {
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;
line-height: 32rpx;
letter-spacing: 4px;
display: flex;
align-items: center;
justify-content: center;
align-self: flex-end;
margin-left: 16rpx;
}
.centerBox .rightBox .QR.data-v-6c4440d4 {
width: 138rpx;
height: 48rpx;
background: #4974FF;
box-shadow: 2rpx 2rpx 0rpx 0rpx rgba(0, 0, 0, 0.4);
border-radius: 8rpx 8rpx 8rpx 8rpx;
font-weight: 400;
font-size: 26rpx;
color: #EAEAEA;
display: flex;
align-items: center;
justify-content: center;
align-self: flex-end;
margin-top: 50rpx;
}
.charge.data-v-6c4440d4 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 28rpx;
color: #FF2323;
line-height: 32rpx;
}
.search.data-v-6c4440d4 {
margin-top: 24rpx;
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-6c4440d4 {
width: 52rpx;
height: 52rpx;
}
.search .line-search.data-v-6c4440d4 {
width: 2rpx;
height: 42rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.search .input.data-v-6c4440d4 {
padding-left: 12rpx;
height: 100%;
width: 100%;
}
.search.data-v-6c4440d4 .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;
}
.popup .header.data-v-6c4440d4 {
margin-left: 24rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 42rpx;
color: #008CFF;
margin-top: 34rpx;
width: 690rpx;
}
.popup .line-row.data-v-6c4440d4 {
width: 690rpx;
height: 1rpx;
background: #D9D9D9;
margin: 11rpx 0 31rpx 0;
}
.popup .pop-center .right.data-v-6c4440d4 {
margin-left: 30rpx;
}
.popup .pop-center .right .title.data-v-6c4440d4 {
width: 340rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 34rpx;
color: #343434;
}
.popup .line-short.data-v-6c4440d4 {
width: 400rpx;
height: 1rpx;
background: #D9D9D9;
}
.popup .popList.data-v-6c4440d4 {
justify-content: space-between;
width: 600rpx;
margin-top: 32rpx;
}
.popup .popList .hei.data-v-6c4440d4 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 26rpx;
color: #343434;
}
.popup .pop-btn.data-v-6c4440d4 {
width: 690rpx;
margin-top: 62rpx;
justify-content: space-around;
}
.popup .pop-btn .Cancel.data-v-6c4440d4 {
width: 306rpx;
height: 80rpx;
border-radius: 401rpx 401rpx 401rpx 401rpx;
border: 2rpx solid #008CFF;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 34rpx;
color: #008CFF;
}
.popup .pop-btn .Confirm.data-v-6c4440d4 {
width: 306rpx;
height: 80rpx;
background: #008CFF;
border-radius: 401rpx 401rpx 401rpx 401rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 34rpx;
color: #FFFFFF;
}
.hui.data-v-6c4440d4 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.white-space.data-v-6c4440d4 {
overflow: hidden;
/* 确保超出容器的文本被隐藏 */
white-space: nowrap;
/* 确保文本在一行内显示 */
text-overflow: ellipsis;
/* 使用省略号表示被截断的文本 */
}