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