368 lines
8.8 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-6d215977 {
width: 100%;
}
.flex.data-v-6d215977 {
display: flex;
}
.justify-center.data-v-6d215977 {
justify-content: center;
}
.space-between.data-v-6d215977 {
justify-content: space-between;
}
.align-items.data-v-6d215977 {
align-items: center;
}
.space-around.data-v-6d215977 {
justify-content: space-around;
}
.flex-column.data-v-6d215977 {
flex-flow: column;
}
.justify-start.data-v-6d215977 {
justify-content: start;
}
.mar-top-30.data-v-6d215977 {
margin-top: 30rpx;
}
.white-space.data-v-6d215977 {
overflow: hidden;
/* 确保超出容器的文本被隐藏 */
white-space: nowrap;
/* 确保文本在一行内显示 */
text-overflow: ellipsis;
/* 使用省略号表示被截断的文本 */
width: 100%;
}
.box.data-v-6d215977 {
background-color: #F1F2F8;
height: 100vh;
}
.hui.data-v-6d215977 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.first.data-v-6d215977 {
width: 696rpx;
height: 196rpx;
background: #FFFFFF;
padding: 0 26rpx 0 30rpx;
border-bottom: 1rpx solid #D9D9D9;
}
.first .nick.data-v-6d215977 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 34rpx;
color: #181818;
}
.first .name.data-v-6d215977 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
margin: 12rpx 0 8rpx 0;
}
.first .tel.data-v-6d215977 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.header.data-v-6d215977 {
width: 696rpx;
height: 196rpx;
background: #FFFFFF;
justify-content: space-between;
padding: 0 26rpx 0 30rpx;
}
.header .left .title.data-v-6d215977 {
width: 192rpx;
height: 32rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 32rpx;
color: #343434;
line-height: 32rpx;
}
.header .right ._span.data-v-6d215977 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #9E9E9E;
}
.center.data-v-6d215977 {
width: 750rpx;
}
.center .centerBox.data-v-6d215977 {
background-color: #FFFFFF;
width: 690rpx;
height: 261rpx;
margin-top: 24rpx;
}
.center .centerBox .right .title.data-v-6d215977 {
width: 256rpx;
height: 32rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 32rpx;
color: #7A7A7A;
line-height: 32rpx;
margin-bottom: 14rpx;
}
.center .centerBox .right .number.data-v-6d215977 {
height: 32rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 26rpx;
color: #7A7A7A;
}
.center .centerBox .right .line-row.data-v-6d215977 {
width: 570rpx;
height: 1rpx;
background: #D9D9D9;
margin: 8rpx 0 12rpx 0;
}
.center .centerBox .right .center-footer.data-v-6d215977 {
display: flex;
align-items: center;
justify-content: flex-end;
}
.center .centerBox .right .center-footer .edit.data-v-6d215977 {
width: 100rpx;
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;
margin-right: 24rpx;
}
.center .centerBox .right .center-footer .del.data-v-6d215977 {
width: 100rpx;
height: 48rpx;
background: #008CFF;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #FFFFFF;
}
.footer.data-v-6d215977 {
width: 750rpx;
height: 122rpx;
background: #F1F2F8;
position: fixed;
bottom: 0;
}
.footer ._span.data-v-6d215977 {
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;
}
.center .centerBox.data-v-6d215977:last-child {
margin-bottom: 122rpx;
}
.popupBox.data-v-6d215977 {
height: 572rpx;
width: 750rpx;
position: relative;
}
.popupBox .pos.data-v-6d215977 {
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-6d215977 {
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-6d215977 {
width: 93%;
padding-top: 32rpx;
padding-bottom: 17rpx;
border-bottom: 2rpx solid #D9D9D9;
}
.popupBox .pop-header .selectTime.data-v-6d215977 {
width: 168rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 42rpx;
color: #008CFF;
}
.popupBox .pop-header .quxiao.data-v-6d215977 {
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #343434;
}
.popupBox .popup.data-v-6d215977 {
display: flex;
align-items: self-start;
justify-content: center;
padding-top: 21rpx;
}
.popupBox .popup .popur-right.data-v-6d215977 {
align-items: self-start;
margin-left: 24rpx;
width: 418rpx;
}
.popupBox .popup .popur-right .name.data-v-6d215977 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 28rpx;
color: #343434;
}
.popupBox .popup .popur-right .address.data-v-6d215977 {
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-6d215977 {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
line-height: 32rpx;
}
.popupBox .popup .popur-right .time.data-v-6d215977 {
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-6d215977 {
width: 418rpx;
height: 1rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.popupBox .popup .popur-right .price.data-v-6d215977 {
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-6d215977 {
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 36rpx;
color: #FF2323;
line-height: 32rpx;
}
.popupBox .line.data-v-6d215977 {
width: 642rpx;
height: 1rpx;
background: #D9D9D9;
box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25);
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.popupBox .times.data-v-6d215977 {
width: 93%;
}
.popupBox .times .selectTime.data-v-6d215977 {
width: 288rpx;
height: 50rpx;
background: #FFFFFF;
border-radius: 12rpx 12rpx 12rpx 12rpx;
border: 1rpx solid #D9D9D9;
color: #4B4B4B;
font-family: 'PingFang SC', 'PingFang SC';
font-weight: 500;
font-size: 24rpx;
padding-left: 15rpx;
cursor: pointer;
margin: 24rpx 32rpx 0 0;
white-space: nowrap;
/* 防止文本换行 */
text-overflow: ellipsis;
/* 超出部分显示省略号 */
overflow: hidden;
/* 隐藏超出部分 */
text-align: left;
/* 文字靠左对齐 */
line-height: 50rpx;
/* 垂直居中对齐 */
box-sizing: border-box;
/* 确保 padding 和 border 不影响宽度和高度 */
display: inline-block;
/* 确保容器内文字正确对齐 */
}
.popupBox .selectTime.selected.data-v-6d215977 {
width: 288rpx;
height: 50rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
background: #008CFF;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 24rpx;
color: #FFFFFF;
cursor: pointer;
margin: 24rpx 32rpx 0 0;
}