321 lines
7.5 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-e0850826 {
width: 100%;
}
.w-400.data-v-e0850826 {
width: 400rpx;
}
.flex.data-v-e0850826 {
display: flex;
}
.justify-center.data-v-e0850826 {
justify-content: center;
}
.space-between.data-v-e0850826 {
justify-content: space-between;
}
.align-items.data-v-e0850826 {
align-items: center;
}
.flex-column.data-v-e0850826 {
flex-flow: column;
}
.justify-start.data-v-e0850826 {
justify-content: start;
}
.mar-top-30.data-v-e0850826 {
margin-top: 30rpx;
}
.w-100.data-v-e0850826 {
width: 100%;
}
.m-top-8.data-v-e0850826 {
margin-top: 8rpx;
}
.hui.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.white-space.data-v-e0850826 {
overflow: hidden;
/* 确保超出容器的文本被隐藏 */
white-space: nowrap;
/* 确保文本在一行内显示 */
text-overflow: ellipsis;
}
.box.data-v-e0850826 {
height: 100vh;
background-color: #F1F2F8;
}
.box .header.data-v-e0850826 {
width: 750rpx;
height: 110rpx;
background-color: white;
}
.search.data-v-e0850826 {
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-e0850826 {
width: 52rpx;
height: 52rpx;
}
.search .line-search.data-v-e0850826 {
width: 2rpx;
height: 42rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.search .input.data-v-e0850826 {
padding-left: 12rpx;
height: 100%;
width: 100%;
}
.search.data-v-e0850826 .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-e0850826 {
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;
}
.hui.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.center.data-v-e0850826 {
width: 690rpx;
background-color: #F1F2F8;
margin-top: 14rpx;
}
.center .center-box.data-v-e0850826 {
align-items: self-start;
padding: 30rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin-top: 24rpx;
}
.center .center-box .title.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 32rpx;
color: #343434;
}
.center .center-box .right.data-v-e0850826 {
width: 414rpx;
margin-left: 16rpx;
}
.center .center-box .right .yyRen.data-v-e0850826 {
margin: 8rpx 0;
}
.center .center-box .right .line-row.data-v-e0850826 {
margin-top: 27rpx;
width: 414rpx;
height: 1rpx;
background: #D9D9D9;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.btn-box.data-v-e0850826 {
justify-content: flex-end;
align-items: center;
margin-top: 40rpx;
}
.btn-box ._span.data-v-e0850826 {
width: 100rpx;
height: 48rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
}
.btn-box .Refuse.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #008CFF;
border: 2rpx solid #008CFF;
margin-right: 24rpx;
}
.btn-box .disable.data-v-e0850826 {
background: #D9D9D9;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #FFFFFF;
}
.btn-box .pass.data-v-e0850826 {
background: #008CFF;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #FFFFFF;
}
.popupBox.data-v-e0850826 {
width: 750rpx;
position: relative;
}
.popupBox .pos.data-v-e0850826 {
position: absolute;
bottom: 0;
width: 750rpx;
height: 122rpx;
background: #FFFFFF;
box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
position: fixed;
bottom: 0;
}
.popupBox .pos ._span.data-v-e0850826 {
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;
line-height: 32rpx;
letter-spacing: 14px;
}
.popupBox .pop-header.data-v-e0850826 {
width: 93%;
padding-top: 32rpx;
padding-bottom: 17rpx;
border-bottom: 2rpx solid #D9D9D9;
}
.popupBox .pop-header .selectTime.data-v-e0850826 {
width: 168rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 42rpx;
color: #008CFF;
}
.popupBox .pop-header .quxiao.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #343434;
}
.popupBox .popup.data-v-e0850826 {
display: flex;
align-items: self-start;
justify-content: center;
padding-top: 21rpx;
}
.popupBox .popup .popur-right.data-v-e0850826 {
align-items: self-start;
margin-left: 24rpx;
width: 418rpx;
}
.popupBox .popup .popur-right .name.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 28rpx;
color: #343434;
}
.popupBox .popup .popur-right .address.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
line-height: 32rpx;
margin: 16rpx 0 12rpx 0;
overflow: hidden;
/* 确保超出容器的文本被隐藏 */
white-space: nowrap;
/* 确保文本在一行内显示 */
text-overflow: ellipsis;
/* 使用省略号表示被截断的文本 */
width: 100%;
}
.popupBox .popup .popur-right .date.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
line-height: 32rpx;
}
.popupBox .popup .popur-right .time.data-v-e0850826 {
margin: 12rpx 0 73rpx 0;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
line-height: 32rpx;
}
.popupBox .popup .popur-right .line-row.data-v-e0850826 {
width: 418rpx;
height: 1rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.popupBox .popup .popur-right .price.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
line-height: 32rpx;
margin-top: 23rpx;
align-self: flex-end;
}
.popupBox .popup .popur-right .price ._span.data-v-e0850826 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 36rpx;
color: #FF2323;
line-height: 32rpx;
}
.popupBox .line.data-v-e0850826 {
width: 642rpx;
height: 1rpx;
background: #D9D9D9;
box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25);
border-radius: 0rpx 0rpx 0rpx 0rpx;
}