815 lines
19 KiB
Plaintext
815 lines
19 KiB
Plaintext
@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-8debcf3c {
|
||
width: 100%;
|
||
}
|
||
.flex.data-v-8debcf3c {
|
||
display: flex;
|
||
}
|
||
.flex-start.data-v-8debcf3c {
|
||
align-items: flex-start;
|
||
}
|
||
.justify-center.data-v-8debcf3c {
|
||
justify-content: center;
|
||
}
|
||
.align-items.data-v-8debcf3c {
|
||
align-items: center;
|
||
}
|
||
.flex-column.data-v-8debcf3c {
|
||
flex-flow: column;
|
||
}
|
||
.justify-start.data-v-8debcf3c {
|
||
justify-content: start;
|
||
}
|
||
.con-center.data-v-8debcf3c {
|
||
background: #FFFFFF;
|
||
}
|
||
.swiper.data-v-8debcf3c {
|
||
width: 100%;
|
||
height: 480rpx;
|
||
}
|
||
.box.data-v-8debcf3c {
|
||
position: relative;
|
||
}
|
||
.first-box.data-v-8debcf3c {
|
||
width: 690rpx;
|
||
background: #FFFFFF;
|
||
padding-left: 24rpx;
|
||
margin-top: 24rpx;
|
||
border-radius: 20rpx;
|
||
}
|
||
.first-box .Sign.data-v-8debcf3c {
|
||
width: 120rpx;
|
||
height: 40rpx;
|
||
border-radius: 4rpx 4rpx 4rpx 4rpx;
|
||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
margin-right: 16rpx;
|
||
}
|
||
.first-box .huodong.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 26rpx;
|
||
margin: 23rpx 0;
|
||
}
|
||
.first-box .line-row.data-v-8debcf3c {
|
||
width: 642rpx;
|
||
height: 1rpx;
|
||
background: #D9D9D9;
|
||
margin: 30rpx;
|
||
}
|
||
.first-box .center.data-v-8debcf3c {
|
||
margin-left: 24rpx;
|
||
}
|
||
.first-box .center .title.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 34rpx;
|
||
color: #343434;
|
||
}
|
||
.first-box .center .cen-tit.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 26rpx;
|
||
color: #7A7A7A;
|
||
margin-top: 39rpx;
|
||
}
|
||
.first-box .right .btn1.data-v-8debcf3c {
|
||
width: 138rpx;
|
||
height: 48rpx;
|
||
border-radius: 12rpx 12rpx 12rpx 12rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 24rpx;
|
||
color: #FFFFFF;
|
||
}
|
||
.first-box .right .btn.data-v-8debcf3c {
|
||
width: 138rpx;
|
||
height: 48rpx;
|
||
background: #D9D9D9;
|
||
border-radius: 12rpx 12rpx 12rpx 12rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 24rpx;
|
||
color: #FFFFFF;
|
||
}
|
||
.first-box .right .price.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #FF5F5F;
|
||
margin-top: 39rpx;
|
||
}
|
||
.first-box .line-title.data-v-8debcf3c {
|
||
margin-bottom: 18rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.first-box .line-title .circle.data-v-8debcf3c {
|
||
width: 8rpx;
|
||
height: 8rpx;
|
||
background: #BEEE03;
|
||
border-radius: 8rpx;
|
||
margin-right: 14rpx;
|
||
}
|
||
.first-box .line-title .title.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 26rpx;
|
||
color: #7A7A7A;
|
||
}
|
||
.first-box .line-title .conter.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
}
|
||
.first-box .first-name.data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
height: 32rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 28rpx;
|
||
color: #FF2323;
|
||
}
|
||
.first-box .first-mine.data-v-8debcf3c {
|
||
height: 32rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
}
|
||
.first-box .first-txt.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
line-height: 32rpx;
|
||
margin: 0 6rpx;
|
||
}
|
||
.first-box .first-image.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
margin: 16rpx 0 16rpx 0;
|
||
}
|
||
.second-box.data-v-8debcf3c {
|
||
width: 90%;
|
||
margin-top: 42rpx;
|
||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||
padding-left: 24rpx;
|
||
position: relative;
|
||
}
|
||
.second-box .second-title.data-v-8debcf3c {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
}
|
||
.second-box .second.data-v-8debcf3c {
|
||
padding: 24rpx 23rpx 0 0rpx;
|
||
margin-top: 32rpx;
|
||
}
|
||
.second-box .second view.data-v-8debcf3c {
|
||
width: 20%;
|
||
margin: 24rpx 0 0 0;
|
||
}
|
||
.second-box .second image.data-v-8debcf3c {
|
||
width: 54rpx;
|
||
height: 54rpx;
|
||
}
|
||
.second-box .second ._span.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
text-align: center;
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
width: 100%;
|
||
}
|
||
.second-box .number.data-v-8debcf3c {
|
||
width: 108rpx;
|
||
color: #FF4949;
|
||
font-size: 42rpx;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
}
|
||
.third.data-v-8debcf3c {
|
||
margin-top: 24rpx;
|
||
width: 93%;
|
||
}
|
||
.third .third-header.data-v-8debcf3c {
|
||
padding-bottom: 12rpx;
|
||
border-bottom: 2rpx solid #008CFF;
|
||
}
|
||
.third .third-box.data-v-8debcf3c {
|
||
margin: 12rpx 0 0 24rpx;
|
||
}
|
||
.third .third-center.data-v-8debcf3c {
|
||
margin-top: 28rpx;
|
||
width: 100%;
|
||
height: 242rpx;
|
||
overflow: hidden;
|
||
position: relative;
|
||
}
|
||
.third .scroll-container.data-v-8debcf3c {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
-webkit-animation: scroll-data-v-8debcf3c 12s linear infinite;
|
||
animation: scroll-data-v-8debcf3c 12s linear infinite;
|
||
}
|
||
@-webkit-keyframes scroll-data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
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-8debcf3c {
|
||
display: flex;
|
||
width: 94%;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 22rpx 24rpx 24rpx 24rpx;
|
||
height: 32rpx;
|
||
/* 假设每条数据的高度为60rpx */
|
||
}
|
||
.third .item image.data-v-8debcf3c {
|
||
margin-right: 10rpx;
|
||
}
|
||
.third .line-colum.data-v-8debcf3c {
|
||
margin: 0 10rpx;
|
||
border-left: 1rpx solid #ccc;
|
||
height: 42rpx;
|
||
}
|
||
.third .item ._span.data-v-8debcf3c {
|
||
margin-right: 10rpx;
|
||
}
|
||
@keyframes scroll-data-v-8debcf3c {
|
||
0% {
|
||
-webkit-transform: translateY(0);
|
||
transform: translateY(0);
|
||
}
|
||
100% {
|
||
-webkit-transform: translateY(-240rpx);
|
||
transform: translateY(-240rpx);
|
||
/* 总高度为 4 * 60rpx = 240rpx */
|
||
}
|
||
}
|
||
.six.data-v-8debcf3c {
|
||
margin-top: 64rpx;
|
||
margin-bottom: 106rpx;
|
||
width: 100%;
|
||
background: #FFFFFF;
|
||
align-items: center;
|
||
}
|
||
.six .six-top.data-v-8debcf3c {
|
||
width: 690rpx;
|
||
}
|
||
.six .six-top .left.data-v-8debcf3c {
|
||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAICAYAAABJYvnfAAAAAXNSR0IArs4c6QAAAJlJREFUSEvtlT0SQUEQhLtnRTJVLuEKBAIlVI6jnEC5jZ9QrSqBM7iE90RE3rRa6mVcYNeEk309090EgNMVg8bCStKUZDftch1JD5Cx481i3MeFH3g7A+zlCv2dS7fgPmKsuSNsVhZ8S+tbxsruub/9r+MmO/wFONbcADYv0QKC74sOQboP2dbg07iGOMk9D96+pw7BtUw1+AK6nUOvF+1hVQAAAABJRU5ErkJggg==);
|
||
background-repeat: no-repeat;
|
||
background-position: left bottom;
|
||
}
|
||
.six .six-top .left ._span.data-v-8debcf3c {
|
||
width: 160rpx;
|
||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||
font-weight: bold;
|
||
font-size: 40rpx;
|
||
color: #222222;
|
||
line-height: 47rpx;
|
||
}
|
||
.six .six-box.data-v-8debcf3c {
|
||
width: 93%;
|
||
margin: 12rpx 0 0 24rpx;
|
||
}
|
||
.six .six-center.data-v-8debcf3c {
|
||
width: 93%;
|
||
margin-top: 41rpx;
|
||
}
|
||
.six .six-center .s-header.data-v-8debcf3c {
|
||
padding: 24rpx;
|
||
width: 642rpx;
|
||
}
|
||
.six .six-center .s-header ._span.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
}
|
||
.six .six-center .s-footer.data-v-8debcf3c {
|
||
padding: 24rpx;
|
||
width: 642rpx;
|
||
}
|
||
.six .six-center .s-footer ._span.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
}
|
||
.six .six-center .s-footer .h4.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: bold;
|
||
font-size: 36rpx;
|
||
color: #656565;
|
||
}
|
||
.line.data-v-8debcf3c {
|
||
width: 95%;
|
||
height: 1rpx;
|
||
background: #D9D9D9;
|
||
margin: 19rpx 0 19rpx 0;
|
||
}
|
||
.icon-size.data-v-8debcf3c {
|
||
width: 36rpx;
|
||
height: 36rpx;
|
||
}
|
||
.footer.data-v-8debcf3c {
|
||
width: 100%;
|
||
height: 166rpx;
|
||
background: #ffffff;
|
||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||
position: -webkit-sticky;
|
||
position: sticky;
|
||
z-index: 99;
|
||
/* 绝对定位 */
|
||
bottom: 0;
|
||
/* 定位在底部 */
|
||
left: 0;
|
||
/* 定位在左边 */
|
||
}
|
||
.footer .footer-left.data-v-8debcf3c {
|
||
position: absolute;
|
||
top: 24rpx;
|
||
left: 42rpx;
|
||
display: flex;
|
||
}
|
||
.footer .footer-left view.data-v-8debcf3c {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
flex-flow: column;
|
||
}
|
||
.footer .footer-left view ._span.data-v-8debcf3c {
|
||
text-align: center;
|
||
}
|
||
.footer .footer-left .feiyong.data-v-8debcf3c {
|
||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||
font-weight: 400;
|
||
font-size: 22rpx;
|
||
color: #222222;
|
||
}
|
||
.footer .footer-left .feiyong .price.data-v-8debcf3c {
|
||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||
font-weight: bold;
|
||
font-size: 28rpx;
|
||
color: #FF4810;
|
||
}
|
||
.footer .footer-left .tips.data-v-8debcf3c {
|
||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||
font-weight: 400;
|
||
font-size: 22rpx;
|
||
color: #A4A4A4;
|
||
}
|
||
.footer .footer-left image.data-v-8debcf3c {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
}
|
||
.footer .footer-right.data-v-8debcf3c {
|
||
position: absolute;
|
||
top: 27rpx;
|
||
right: 30rpx;
|
||
width: 296rpx;
|
||
height: 100rpx;
|
||
background: #A4A4A4;
|
||
border-radius: 200rpx 200rpx 200rpx 200rpx;
|
||
}
|
||
.footer .footer-right ._span.data-v-8debcf3c {
|
||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||
font-weight: bold;
|
||
font-size: 32rpx;
|
||
color: #FFFFFF;
|
||
}
|
||
.footer .footer-right1.data-v-8debcf3c {
|
||
position: absolute;
|
||
top: 27rpx;
|
||
right: 30rpx;
|
||
width: 296rpx;
|
||
height: 100rpx;
|
||
background: #222222;
|
||
border-radius: 200rpx 200rpx 200rpx 200rpx;
|
||
}
|
||
.footer .footer-right1 ._span.data-v-8debcf3c {
|
||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||
font-weight: bold;
|
||
font-size: 32rpx;
|
||
color: #BEEE03;
|
||
}
|
||
.share.data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
width: 100vw;
|
||
padding: 30rpx;
|
||
text-align: center;
|
||
background: #FFFFFF;
|
||
color: red;
|
||
font-weight: bold;
|
||
font-size: 30rpx;
|
||
}
|
||
.md-content.data-v-8debcf3c {
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: center;
|
||
align-items: center;
|
||
padding: 50rpx 0;
|
||
background-color: white;
|
||
}
|
||
.md-content-item.data-v-8debcf3c {
|
||
margin: 0 70rpx;
|
||
position: relative;
|
||
}
|
||
.md-content-item image.data-v-8debcf3c {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
}
|
||
.md-content-item view.data-v-8debcf3c {
|
||
margin-top: 15rpx;
|
||
font-size: 28rpx;
|
||
}
|
||
.sharebtn.data-v-8debcf3c {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
opacity: 0;
|
||
}
|
||
.cu-modal.data-v-8debcf3c {
|
||
position: fixed;
|
||
bottom: 166rpx;
|
||
left: 0;
|
||
z-index: 999999;
|
||
}
|
||
.gj .title.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 32rpx;
|
||
color: #4B4B4B;
|
||
}
|
||
.gj .title ._span.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 24rpx;
|
||
color: #4B4B4B;
|
||
}
|
||
.gj .scroll.data-v-8debcf3c {
|
||
width: 642rpx;
|
||
max-height: 340rpx;
|
||
}
|
||
.gj .scroll view.data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #7A7A7A;
|
||
}
|
||
.gj .scroll view .red.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #FF5F5F;
|
||
}
|
||
.gj .scroll view .lan.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 28rpx;
|
||
color: #008CFF;
|
||
}
|
||
.data-v-8debcf3c ::-webkit-scrollbar {
|
||
/*滚动条整体样式*/
|
||
width: 4px !important;
|
||
height: 1px !important;
|
||
overflow: auto !important;
|
||
background: #ccc !important;
|
||
-webkit-appearance: auto !important;
|
||
display: block;
|
||
}
|
||
.data-v-8debcf3c ::-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-8debcf3c ::-webkit-scrollbar-track {
|
||
/*滚动条里面轨道*/
|
||
background: #FFFFFF !important;
|
||
}
|
||
.Poster.data-v-8debcf3c {
|
||
position: relative;
|
||
top: 21rpx;
|
||
left: 30rpx;
|
||
width: 690rpx;
|
||
}
|
||
.posterClose.data-v-8debcf3c {
|
||
position: absolute;
|
||
right: 8rpx;
|
||
top: 8rpx;
|
||
}
|
||
.pos.data-v-8debcf3c {
|
||
position: relative;
|
||
}
|
||
.btnList.data-v-8debcf3c {
|
||
width: 690rpx;
|
||
position: absolute;
|
||
bottom: 150rpx;
|
||
left: 30rpx;
|
||
display: flex;
|
||
justify-content: space-evenly;
|
||
}
|
||
.btnList ._span.data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
overflow: hidden;
|
||
height: 100vh;
|
||
}
|
||
.no-border-button.data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
width: 44rpx;
|
||
height: 34rpx;
|
||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||
font-weight: 400;
|
||
font-size: 22rpx;
|
||
color: #A4A4A4;
|
||
}
|
||
.popupBox.data-v-8debcf3c {
|
||
margin-top: 22rpx;
|
||
width: 750rpx;
|
||
}
|
||
.popupBox .pop-header.data-v-8debcf3c {
|
||
width: 93%;
|
||
padding-top: 32rpx;
|
||
padding-bottom: 17rpx;
|
||
border-bottom: 2rpx solid #D9D9D9;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 42rpx;
|
||
color: #008CFF;
|
||
}
|
||
.popupBox .pop-header ._span.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 400;
|
||
font-size: 20rpx;
|
||
color: #343434;
|
||
}
|
||
.popupBox .popup.data-v-8debcf3c {
|
||
display: flex;
|
||
align-items: self-start;
|
||
justify-content: center;
|
||
padding-top: 21rpx;
|
||
}
|
||
.popupBox .popup .popur-right.data-v-8debcf3c {
|
||
align-items: self-start;
|
||
margin-left: 24rpx;
|
||
width: 418rpx;
|
||
}
|
||
.popupBox .popup .popur-right .name.data-v-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
}
|
||
.popupBox .popup .popur-right .address.data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
line-height: 32rpx;
|
||
}
|
||
.popupBox .popup .popur-right .time.data-v-8debcf3c {
|
||
margin: 24rpx 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-8debcf3c {
|
||
width: 418rpx;
|
||
height: 1rpx;
|
||
background: #008CFF;
|
||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||
}
|
||
.popupBox .popup .popur-right .price.data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 36rpx;
|
||
color: #FF2323;
|
||
line-height: 32rpx;
|
||
}
|
||
.popupBox .popup-footer.data-v-8debcf3c {
|
||
margin-top: 42rpx;
|
||
}
|
||
.popupBox .popup-footer ._span.data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
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-8debcf3c {
|
||
width: 93%;
|
||
}
|
||
.popupBox .times .selectTime.data-v-8debcf3c {
|
||
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-8debcf3c {
|
||
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;
|
||
}
|
||
.white-space-2.data-v-8debcf3c {
|
||
display: -webkit-box;
|
||
/* 将元素设置为弹性盒子 */
|
||
-webkit-box-orient: vertical;
|
||
/* 设置内容垂直排列 */
|
||
-webkit-line-clamp: 2;
|
||
/* 限制显示两行 */
|
||
overflow: hidden;
|
||
/* 超出部分隐藏 */
|
||
text-overflow: ellipsis;
|
||
/* 超出部分显示省略号 */
|
||
white-space: normal;
|
||
/* 允许换行 */
|
||
width: 100%;
|
||
/* 宽度占满父容器 */
|
||
}
|
||
|