@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-102b21f9 { width: 100%; } .flex.data-v-102b21f9 { display: flex; } .flex-start.data-v-102b21f9 { align-items: flex-start; } .justify-center.data-v-102b21f9 { justify-content: center; } .align-items.data-v-102b21f9 { align-items: center; } .flex-column.data-v-102b21f9 { flex-flow: column; } .justify-start.data-v-102b21f9 { justify-content: start; } .con-center.data-v-102b21f9 { background: linear-gradient(to bottom, #F1F2F8 0%, #F1F2F8 10%, #FFFFFF 50%, #FFFFFF 95%); } .swiper.data-v-102b21f9 { width: 100%; height: 450rpx; } .box.data-v-102b21f9 { position: relative; } .first-box.data-v-102b21f9 { width: 690rpx; background: #FFFFFF; padding-left: 24rpx; margin-top: 24rpx; border-radius: 20rpx; } .first-box .huodong.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 26rpx; margin: 23rpx 0; } .first-box .line-row.data-v-102b21f9 { width: 642rpx; height: 1rpx; background: #D9D9D9; margin: 30rpx; } .first-box .center.data-v-102b21f9 { margin-left: 24rpx; } .first-box .center .title.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 34rpx; color: #343434; } .first-box .center .cen-tit.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; margin-top: 39rpx; } .first-box .right .btn1.data-v-102b21f9 { width: 138rpx; height: 48rpx; border-radius: 12rpx 12rpx 12rpx 12rpx; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 26rpx; color: #FFFFFF; } .first-box .right .btn.data-v-102b21f9 { width: 138rpx; height: 48rpx; background: #D9D9D9; border-radius: 12rpx 12rpx 12rpx 12rpx; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 26rpx; color: #FFFFFF; } .first-box .right .price.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #FF5F5F; margin-top: 39rpx; } .first-box .line-title.data-v-102b21f9 { margin-bottom: 18rpx; } .first-box .line-title .title.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; } .first-box .line-title .conter.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; } .first-box .line-title .status.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; } .first-box .first-name.data-v-102b21f9 { width: 100%; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 34rpx; color: #343434; margin-top: 32rpx; } .first-box .first-money.data-v-102b21f9 { height: 32rpx; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 28rpx; color: #FF2323; } .first-box .first-mine.data-v-102b21f9 { height: 32rpx; font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; } .first-box .first-txt.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; line-height: 32rpx; margin: 0 6rpx; } .first-box .first-image.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; margin: 16rpx 0 16rpx 0; } .second-box.data-v-102b21f9 { width: 90%; margin-top: 42rpx; border-radius: 8rpx 8rpx 8rpx 8rpx; padding-left: 24rpx; position: relative; } .second-box .second-title.data-v-102b21f9 { position: absolute; top: 0; left: 0; } .second-box .second.data-v-102b21f9 { padding: 24rpx 23rpx 0 0rpx; margin-top: 32rpx; } .second-box .second view.data-v-102b21f9 { width: 20%; margin: 24rpx 0 0 0; } .second-box .second image.data-v-102b21f9 { width: 54rpx; height: 54rpx; } .second-box .second ._span.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; text-align: center; overflow: hidden; white-space: nowrap; width: 100%; } .second-box .number.data-v-102b21f9 { width: 108rpx; color: #FF4949; font-size: 42rpx; font-weight: bold; text-align: center; } .third.data-v-102b21f9 { margin-top: 24rpx; width: 93%; } .third .third-header.data-v-102b21f9 { padding-bottom: 12rpx; border-bottom: 2rpx solid #008CFF; } .third .third-box.data-v-102b21f9 { margin: 12rpx 0 0 24rpx; } .third .third-center.data-v-102b21f9 { margin-top: 28rpx; width: 100%; height: 242rpx; overflow: hidden; position: relative; } .third .scroll-container.data-v-102b21f9 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-animation: scroll-data-v-102b21f9 12s linear infinite; animation: scroll-data-v-102b21f9 12s linear infinite; } @-webkit-keyframes scroll-data-v-102b21f9 { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(calc(-100% + 8 * 100px)); transform: translateX(calc(-100% + 8 * 100px)); /* 8 * 100px 是假设每个项目的宽度为 100px */ } } @keyframes scroll-data-v-102b21f9 { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(calc(-100% + 8 * 100px)); transform: translateX(calc(-100% + 8 * 100px)); /* 8 * 100px 是假设每个项目的宽度为 100px */ } } .third .item.data-v-102b21f9 { display: flex; width: 94%; align-items: center; justify-content: space-between; padding: 22rpx 24rpx 24rpx 24rpx; height: 32rpx; /* 假设每条数据的高度为60rpx */ } .third .item image.data-v-102b21f9 { margin-right: 10rpx; } .third .line-colum.data-v-102b21f9 { margin: 0 10rpx; border-left: 1rpx solid #ccc; height: 42rpx; } .third .item ._span.data-v-102b21f9 { margin-right: 10rpx; } @keyframes scroll-data-v-102b21f9 { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-240rpx); transform: translateY(-240rpx); /* 总高度为 4 * 60rpx = 240rpx */ } } .six.data-v-102b21f9 { margin-bottom: 106rpx; width: 100%; background: linear-gradient(to bottom, #F1F2F8 0%, #FFFFFF 1%, #FFFFFF 100%); align-items: center; } .six .six-header.data-v-102b21f9 { width: 93%; padding-top: 64rpx; padding-bottom: 12rpx; border-bottom: 2rpx solid #008CFF; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 42rpx; color: #008CFF; } .six .six-box.data-v-102b21f9 { width: 93%; margin: 12rpx 0 0 24rpx; } .six .six-center.data-v-102b21f9 { width: 93%; margin-top: 41rpx; } .six .six-center .s-header.data-v-102b21f9 { padding: 24rpx; width: 642rpx; } .six .six-center .s-header ._span.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; } .six .six-center .s-footer.data-v-102b21f9 { padding: 24rpx; width: 642rpx; } .six .six-center .s-footer ._span.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; } .six .six-center .s-footer .h4.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: bold; font-size: 36rpx; color: #656565; } .line.data-v-102b21f9 { width: 95%; height: 1rpx; background: #D9D9D9; margin: 19rpx 0 19rpx 0; } .icon-size.data-v-102b21f9 { width: 36rpx; height: 36rpx; } .footer.data-v-102b21f9 { width: 100%; height: 166rpx; background: #ffffff; border-radius: 0rpx 0rpx 0rpx 0rpx; position: -webkit-sticky; position: sticky; z-index: 99; /* 绝对定位 */ bottom: 0; /* 定位在底部 */ left: 0; justify-content: space-evenly; /* 定位在左边 */ } .footer .footer-left.data-v-102b21f9 { display: flex; width: 60%; } .footer .footer-left view.data-v-102b21f9 { display: flex; justify-content: center; align-items: center; } .footer .footer-left .feiyong.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 34rpx; color: #343434; } .footer .footer-left .feiyong .price.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 34rpx; color: #FF5F5F; } .footer .footer-left .tips.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; } .footer .footer-left image.data-v-102b21f9 { width: 50rpx; height: 50rpx; } .footer .footer-right ._span.data-v-102b21f9 { font-family: Kingnamype Yuanmo SC, Kingnamype Yuanmo SC; font-weight: 400; font-size: 34rpx; color: #FFFFFF; letter-spacing: 6rpx; text-align: center; font-style: normal; text-transform: none; } .footer .footer-right .price.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 34rpx; color: #FF0000; } .footer .footer-right .title.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 24rpx; color: #7A7A7A; } .footer .footer-right1.data-v-102b21f9 { position: absolute; top: 27rpx; right: 30rpx; width: 250rpx; height: 80rpx; background: #008CFF; border-radius: 401rpx 401rpx 401rpx 401rpx; } .footer .footer-right1 ._span.data-v-102b21f9 { font-family: Kingnamype Yuanmo SC, Kingnamype Yuanmo SC; font-weight: 400; font-size: 34rpx; color: #FFFFFF; letter-spacing: 6rpx; text-align: center; font-style: normal; text-transform: none; } .share.data-v-102b21f9 { position: fixed; color: #FFFFFF; right: 0; bottom: 190rpx; background: linear-gradient(to bottom right, #FE726B, #FE956B); padding: 10rpx 10rpx 10rpx 20rpx; border-top-left-radius: 50px; border-bottom-left-radius: 50px; box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.09); } .cancel.data-v-102b21f9 { width: 100vw; padding: 30rpx; text-align: center; background: #FFFFFF; color: red; font-weight: bold; font-size: 30rpx; } .md-content.data-v-102b21f9 { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 50rpx 0; background-color: white; } .md-content-item.data-v-102b21f9 { margin: 0 70rpx; position: relative; } .md-content-item image.data-v-102b21f9 { width: 100rpx; height: 100rpx; } .md-content-item view.data-v-102b21f9 { margin-top: 15rpx; font-size: 28rpx; } .sharebtn.data-v-102b21f9 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; } .cu-modal.data-v-102b21f9 { position: fixed; bottom: 166rpx; left: 0; z-index: 999999; } .gj .title.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 32rpx; color: #4B4B4B; } .gj .title ._span.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 26rpx; color: #4B4B4B; } .gj .scroll.data-v-102b21f9 { width: 642rpx; max-height: 340rpx; } .gj .scroll view.data-v-102b21f9 { margin: 24rpx; width: 600rpx; height: 56rpx; background: #E8E8E8; border-radius: 12rpx 12rpx 12rpx 12rpx; display: flex; justify-content: center; align-items: center; } .gj .scroll view .title.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 28rpx; color: #7A7A7A; } .gj .scroll view .red.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 28rpx; color: #FF5F5F; } .gj .scroll view .lan.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 28rpx; color: #008CFF; } .data-v-102b21f9 ::-webkit-scrollbar { /*滚动条整体样式*/ width: 4px !important; height: 1px !important; overflow: auto !important; background: #ccc !important; -webkit-appearance: auto !important; display: block; } .data-v-102b21f9 ::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px !important; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important; background: #7b7979 !important; } .data-v-102b21f9 ::-webkit-scrollbar-track { /*滚动条里面轨道*/ background: #FFFFFF !important; } .Poster.data-v-102b21f9 { position: relative; top: 21rpx; left: 30rpx; width: 690rpx; } .posterClose.data-v-102b21f9 { position: absolute; right: 8rpx; top: 8rpx; } .pos.data-v-102b21f9 { position: relative; } .btnList.data-v-102b21f9 { width: 690rpx; position: absolute; bottom: 150rpx; left: 30rpx; display: flex; justify-content: space-evenly; } .btnList ._span.data-v-102b21f9 { width: 250rpx; height: 80rpx; background: #FFFFFF; border-radius: 401rpx 401rpx 401rpx 401rpx; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 34rpx; color: #008CFF; display: flex; justify-content: center; align-items: center; } .no-scroll.data-v-102b21f9 { overflow: hidden; height: 100vh; } .no-border-button.data-v-102b21f9 { background-color: transparent; /* 去掉背景色 */ border: none; /* 去掉边框 */ padding: 0; /* 去掉内边距 */ margin: 0; /* 去掉外边距 */ display: inline-flex; /* 使按钮内容居中 */ align-items: center; /* 垂直居中 */ justify-content: center; /* 水平居中 */ flex-flow: column; height: 110rpx; line-height: inherit; } .no-border-button ._span.data-v-102b21f9 { text-align: center; width: 48rpx; height: 34rpx; font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #777777; } .popupBox.data-v-102b21f9 { margin-top: 22rpx; width: 750rpx; } .popupBox .pop-header.data-v-102b21f9 { width: 93%; padding-top: 32rpx; padding-bottom: 17rpx; border-bottom: 2rpx solid #D9D9D9; } .popupBox .pop-header ._span.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 20rpx; color: #343434; } .popupBox .popup.data-v-102b21f9 { display: flex; align-items: self-start; justify-content: center; padding-top: 21rpx; } .popupBox .popup .popur-right.data-v-102b21f9 { align-items: self-start; margin-left: 24rpx; width: 418rpx; } .popupBox .popup .popur-right .name.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 28rpx; color: #343434; } .popupBox .popup .popur-right .address.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; 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-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; line-height: 32rpx; } .popupBox .popup .popur-right .time.data-v-102b21f9 { margin: 24rpx 0; font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; line-height: 32rpx; } .popupBox .popup .popur-right .line-row.data-v-102b21f9 { width: 418rpx; height: 1rpx; background: #008CFF; border-radius: 0rpx 0rpx 0rpx 0rpx; } .popupBox .popup .popur-right .price.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 26rpx; color: #7A7A7A; line-height: 32rpx; margin-top: 23rpx; align-self: flex-end; } .popupBox .popup .popur-right .price ._span.data-v-102b21f9 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 36rpx; color: #FF2323; line-height: 32rpx; } .popupBox .popup-footer.data-v-102b21f9 { margin-top: 42rpx; } .popupBox .popup-footer ._span.data-v-102b21f9 { 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; display: flex; justify-content: center; align-items: center; } .popupBox .line.data-v-102b21f9 { 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-102b21f9 { width: 93%; } .popupBox .times .selectTime.data-v-102b21f9 { 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: 26rpx; 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-102b21f9 { width: 288rpx; height: 50rpx; border-radius: 12rpx 12rpx 12rpx 12rpx; background: #008CFF; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 26rpx; color: #FFFFFF; cursor: pointer; margin: 24rpx 32rpx 0 0; }