747 lines
		
	
	
		
			41 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			747 lines
		
	
	
		
			41 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-a68adbbc { | |||
|  |   width: 100%; | |||
|  | } | |||
|  | .flex.data-v-a68adbbc { | |||
|  |   display: flex; | |||
|  | } | |||
|  | .flex-start.data-v-a68adbbc { | |||
|  |   align-items: flex-start; | |||
|  | } | |||
|  | .justify-center.data-v-a68adbbc { | |||
|  |   justify-content: center; | |||
|  | } | |||
|  | .align-items.data-v-a68adbbc { | |||
|  |   align-items: center; | |||
|  | } | |||
|  | .flex-column.data-v-a68adbbc { | |||
|  |   flex-flow: column; | |||
|  | } | |||
|  | .justify-start.data-v-a68adbbc { | |||
|  |   justify-content: start; | |||
|  | } | |||
|  | .white-space.data-v-a68adbbc { | |||
|  |   overflow: hidden; | |||
|  |   /* 确保超出容器的文本被隐藏 */ | |||
|  |   white-space: nowrap; | |||
|  |   /* 确保文本在一行内显示 */ | |||
|  |   text-overflow: ellipsis; | |||
|  |   /* 使用省略号表示被截断的文本 */ | |||
|  |   width: 100%; | |||
|  | } | |||
|  | .con-center.data-v-a68adbbc { | |||
|  |   background: white; | |||
|  |   border-radius: 20rpx; | |||
|  |   position: absolute; | |||
|  |   top: 540rpx; | |||
|  | } | |||
|  | .space-between.data-v-a68adbbc { | |||
|  |   justify-content: space-between; | |||
|  | } | |||
|  | .swiper.data-v-a68adbbc { | |||
|  |   width: 100%; | |||
|  |   height: 580rpx; | |||
|  | } | |||
|  | .box.data-v-a68adbbc { | |||
|  |   position: relative; | |||
|  | } | |||
|  | .first-box.data-v-a68adbbc { | |||
|  |   width: 690rpx; | |||
|  |   background: #FFFFFF; | |||
|  |   padding-left: 24rpx; | |||
|  |   margin-top: 40rpx; | |||
|  |   border-radius: 20rpx; | |||
|  | } | |||
|  | .first-box .sigh.data-v-a68adbbc { | |||
|  |   width: 88rpx; | |||
|  |   height: 40rpx; | |||
|  |   background: #BEEE03; | |||
|  |   border-radius: 4rpx 4rpx 4rpx 4rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 24rpx; | |||
|  |   color: #222222; | |||
|  | } | |||
|  | .first-box .first-name.data-v-a68adbbc { | |||
|  |   width: 586rpx; | |||
|  |   height: 52rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: bold; | |||
|  |   font-size: 34rpx; | |||
|  |   color: #222222; | |||
|  |   margin-left: 16rpx; | |||
|  | } | |||
|  | .first-box .first-mine.data-v-a68adbbc { | |||
|  |   height: 32rpx; | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 24rpx; | |||
|  |   color: #7A7A7A; | |||
|  | } | |||
|  | .first-box .first-txt.data-v-a68adbbc { | |||
|  |   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-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 24rpx; | |||
|  |   color: #7A7A7A; | |||
|  | } | |||
|  | .first-box .first-image ._span.data-v-a68adbbc { | |||
|  |   width: 650rpx; | |||
|  |   height: 40rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: 400; | |||
|  |   font-size: 26rpx; | |||
|  |   color: #222222; | |||
|  | } | |||
|  | .second-box.data-v-a68adbbc { | |||
|  |   width: 690rpx; | |||
|  |   height: 64rpx; | |||
|  |   background: #222222; | |||
|  |   border-radius: 16rpx 16rpx 16rpx 16rpx; | |||
|  |   margin: 48rpx 0 16rpx 0; | |||
|  | } | |||
|  | .second-box .number.data-v-a68adbbc { | |||
|  |   height: 40rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: 400; | |||
|  |   font-size: 26rpx; | |||
|  |   color: #FFFFFF; | |||
|  |   margin-left: 32rpx; | |||
|  | } | |||
|  | .second-box view ._span.data-v-a68adbbc { | |||
|  |   width: 24rpx; | |||
|  |   height: 24rpx; | |||
|  |   background: rgba(255, 255, 255, 0.4); | |||
|  |   border-radius: 24rpx; | |||
|  |   margin: 0 22rpx 0 4rpx; | |||
|  | } | |||
|  | .third.data-v-a68adbbc { | |||
|  |   width: 690rpx; | |||
|  | } | |||
|  | .third .third-box.data-v-a68adbbc { | |||
|  |   margin: 12rpx 0 0 24rpx; | |||
|  | } | |||
|  | .third .third-center.data-v-a68adbbc { | |||
|  |   margin-top: 28rpx; | |||
|  |   width: 100%; | |||
|  |   height: 242rpx; | |||
|  |   overflow: hidden; | |||
|  |   position: relative; | |||
|  | } | |||
|  | .third .scroll-container.data-v-a68adbbc { | |||
|  |   position: absolute; | |||
|  |   top: 0; | |||
|  |   left: 0; | |||
|  |   width: 100%; | |||
|  |   height: 100%; | |||
|  |   -webkit-animation: scroll-data-v-a68adbbc 12s linear infinite; | |||
|  |           animation: scroll-data-v-a68adbbc 12s linear infinite; | |||
|  | } | |||
|  | @-webkit-keyframes scroll-data-v-a68adbbc { | |||
|  | 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-a68adbbc { | |||
|  | 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-a68adbbc { | |||
|  |   display: flex; | |||
|  |   width: 94%; | |||
|  |   align-items: center; | |||
|  |   justify-content: space-between; | |||
|  |   padding: 22rpx 24rpx 24rpx 24rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: 400; | |||
|  |   font-size: 24rpx; | |||
|  |   color: #222222; | |||
|  |   height: 32rpx; | |||
|  |   /* 假设每条数据的高度为60rpx */ | |||
|  | } | |||
|  | .third .item image.data-v-a68adbbc { | |||
|  |   margin-right: 10rpx; | |||
|  | } | |||
|  | .third .line-colum.data-v-a68adbbc { | |||
|  |   margin: 0 10rpx; | |||
|  |   border-left: 1rpx solid #ccc; | |||
|  |   height: 42rpx; | |||
|  | } | |||
|  | .third .item ._span.data-v-a68adbbc { | |||
|  |   margin-right: 10rpx; | |||
|  | } | |||
|  | @keyframes scroll-data-v-a68adbbc { | |||
|  | 0% { | |||
|  |     -webkit-transform: translateY(0); | |||
|  |             transform: translateY(0); | |||
|  | } | |||
|  | 100% { | |||
|  |     -webkit-transform: translateY(-240rpx); | |||
|  |             transform: translateY(-240rpx); | |||
|  |     /* 总高度为 4 * 60rpx = 240rpx */ | |||
|  | } | |||
|  | } | |||
|  | .four.data-v-a68adbbc { | |||
|  |   margin-top: 48rpx; | |||
|  |   background: #FFFFFF; | |||
|  |   border-radius: 20rpx 20rpx 20rpx 20rpx; | |||
|  |   width: 690rpx; | |||
|  | } | |||
|  | .four .four-top.data-v-a68adbbc { | |||
|  |   width: 100%; | |||
|  |   margin: 0 0 48rpx 0; | |||
|  | } | |||
|  | .four .four-top .left.data-v-a68adbbc { | |||
|  |   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAICAYAAABJYvnfAAAAAXNSR0IArs4c6QAAAJlJREFUSEvtlT0SQUEQhLtnRTJVLuEKBAIlVI6jnEC5jZ9QrSqBM7iE90RE3rRa6mVcYNeEk309090EgNMVg8bCStKUZDftch1JD5Cx481i3MeFH3g7A+zlCv2dS7fgPmKsuSNsVhZ8S+tbxsruub/9r+MmO/wFONbcADYv0QKC74sOQboP2dbg07iGOMk9D96+pw7BtUw1+AK6nUOvF+1hVQAAAABJRU5ErkJggg==); | |||
|  |   background-repeat: no-repeat; | |||
|  |   background-position: left bottom; | |||
|  | } | |||
|  | .four .four-top .left ._span.data-v-a68adbbc { | |||
|  |   width: 128rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: bold; | |||
|  |   font-size: 32rpx; | |||
|  |   color: #222222; | |||
|  | } | |||
|  | .four .four-box .four-header .four-name.data-v-a68adbbc { | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: bold; | |||
|  |   font-size: 32rpx; | |||
|  |   color: #000000; | |||
|  | } | |||
|  | .four .four-box .four-header .jigou.data-v-a68adbbc { | |||
|  |   height: 42rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: 400; | |||
|  |   font-size: 28rpx; | |||
|  |   color: #000000; | |||
|  |   margin-top: 8rpx; | |||
|  | } | |||
|  | .four .four-box .four-header .rate.data-v-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 800; | |||
|  |   font-size: 26rpx; | |||
|  |   color: #FFBC2C; | |||
|  |   line-height: 26rpx; | |||
|  | } | |||
|  | .four .four-box .four-right.data-v-a68adbbc { | |||
|  |   width: 116rpx; | |||
|  |   height: 48rpx; | |||
|  |   background: #222222; | |||
|  |   border-radius: 200rpx 200rpx 200rpx 200rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: 400; | |||
|  |   font-size: 26rpx; | |||
|  |   color: #BEEE03; | |||
|  | } | |||
|  | .four .tt-detail.data-v-a68adbbc { | |||
|  |   width: 690rpx; | |||
|  |   justify-content: flex-start; | |||
|  |   align-items: left; | |||
|  |   flex-flow: column; | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 24rpx; | |||
|  |   color: #7A7A7A; | |||
|  | } | |||
|  | .four .tt-detail ._span.data-v-a68adbbc { | |||
|  |   display: -webkit-box; | |||
|  |   -webkit-box-orient: vertical; | |||
|  |   -webkit-line-clamp: 4; | |||
|  |   /* 设置行数 */ | |||
|  |   overflow: hidden; | |||
|  |   text-overflow: ellipsis; | |||
|  |   line-height: 1.5em; | |||
|  |   /* 根据需要调整行高 */ | |||
|  |   max-height: 6em; | |||
|  |   /* 行高 * 行数 */ | |||
|  | } | |||
|  | .five.data-v-a68adbbc { | |||
|  |   width: 690rpx; | |||
|  |   height: 96rpx; | |||
|  |   background: linear-gradient(90deg, #FDF850 0%, #85EE9C 100%); | |||
|  |   border-radius: 200rpx 200rpx 200rpx 200rpx; | |||
|  |   margin-top: 30rpx; | |||
|  | } | |||
|  | .five .five-name.data-v-a68adbbc { | |||
|  |   width: 250rpx; | |||
|  |   height: 48rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 32rpx; | |||
|  |   color: #000000; | |||
|  |   margin: 0 32rpx 0 24rpx; | |||
|  | } | |||
|  | .five .five-address.data-v-a68adbbc { | |||
|  |   width: 182rpx; | |||
|  |   height: 40rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: 400; | |||
|  |   font-size: 26rpx; | |||
|  |   color: #000000; | |||
|  | } | |||
|  | .six.data-v-a68adbbc { | |||
|  |   margin-top: 64rpx; | |||
|  |   width: 750rpx; | |||
|  |   align-items: center; | |||
|  | } | |||
|  | .six .six-top.data-v-a68adbbc { | |||
|  |   width: 690rpx; | |||
|  | } | |||
|  | .six .six-top .left.data-v-a68adbbc { | |||
|  |   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-a68adbbc { | |||
|  |   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-a68adbbc { | |||
|  |   width: 690rpx; | |||
|  |   margin: 12rpx 0 0 24rpx; | |||
|  | } | |||
|  | .six .six-center.data-v-a68adbbc { | |||
|  |   width: 670rpx; | |||
|  |   margin-top: 41rpx; | |||
|  | } | |||
|  | .six .six-center .s-footer.data-v-a68adbbc { | |||
|  |   padding: 24rpx; | |||
|  |   width: 642rpx; | |||
|  | } | |||
|  | .six .six-center .s-footer ._span.data-v-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 24rpx; | |||
|  |   color: #7A7A7A; | |||
|  | } | |||
|  | .six .six-center .s-footer .h4.data-v-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: bold; | |||
|  |   font-size: 36rpx; | |||
|  |   color: #656565; | |||
|  | } | |||
|  | .line.data-v-a68adbbc { | |||
|  |   width: 95%; | |||
|  |   height: 1rpx; | |||
|  |   background: #D9D9D9; | |||
|  |   margin: 19rpx 0 19rpx 0; | |||
|  | } | |||
|  | .icon-size.data-v-a68adbbc { | |||
|  |   width: 28rpx; | |||
|  |   height: 28rpx; | |||
|  |   margin-right: 12rpx; | |||
|  | } | |||
|  | .footer.data-v-a68adbbc { | |||
|  |   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-a68adbbc { | |||
|  |   position: absolute; | |||
|  |   left: 30rpx; | |||
|  |   display: flex; | |||
|  | } | |||
|  | .footer .footer-left view.data-v-a68adbbc { | |||
|  |   display: flex; | |||
|  |   justify-content: center; | |||
|  |   align-items: center; | |||
|  |   flex-flow: column; | |||
|  |   margin-right: 40rpx; | |||
|  |   width: 48rpx; | |||
|  | } | |||
|  | .footer .footer-left view ._span.data-v-a68adbbc { | |||
|  |   text-align: center; | |||
|  |   width: 48rpx; | |||
|  |   height: 34rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: 400; | |||
|  |   font-size: 22rpx; | |||
|  |   color: #A4A4A4; | |||
|  | } | |||
|  | .footer .footer-left image.data-v-a68adbbc { | |||
|  |   width: 48rpx; | |||
|  |   height: 48rpx; | |||
|  | } | |||
|  | .footer .footer-right.data-v-a68adbbc { | |||
|  |   position: absolute; | |||
|  |   right: 30rpx; | |||
|  |   width: 440rpx; | |||
|  |   height: 100rpx; | |||
|  |   background: #222222; | |||
|  |   border-radius: 200rpx; | |||
|  | } | |||
|  | .footer .footer-right ._span.data-v-a68adbbc { | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: bold; | |||
|  |   font-size: 32rpx; | |||
|  |   color: #BEEE03; | |||
|  | } | |||
|  | .popupBox.data-v-a68adbbc { | |||
|  |   width: 690rpx; | |||
|  |   height: 716rpx; | |||
|  | } | |||
|  | .popupBox .pop-header.data-v-a68adbbc { | |||
|  |   width: 100%; | |||
|  |   background-image: url(data:image/png;base64,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 | |||
|  |   background-repeat: no-repeat; | |||
|  |   background-position: left bottom; | |||
|  |   height: 265rpx; | |||
|  | } | |||
|  | .popupBox .pop-header ._span.data-v-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 400; | |||
|  |   font-size: 20rpx; | |||
|  |   color: #343434; | |||
|  | } | |||
|  | .popupBox .pop-header .name.data-v-a68adbbc { | |||
|  |   width: 594rpx; | |||
|  |   height: 66rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: bold; | |||
|  |   font-size: 44rpx; | |||
|  |   color: #222222; | |||
|  |   margin-top: 80rpx; | |||
|  | } | |||
|  | .popupBox .pop-header .price.data-v-a68adbbc { | |||
|  |   width: 594rpx; | |||
|  |   height: 66rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: bold; | |||
|  |   font-size: 44rpx; | |||
|  |   color: #FF4810; | |||
|  |   margin-top: 16rpx; | |||
|  | } | |||
|  | .popupBox .pop-header .price ._span.data-v-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 800; | |||
|  |   font-size: 36rpx; | |||
|  |   color: #FF2323; | |||
|  |   line-height: 32rpx; | |||
|  | } | |||
|  | .popupBox .popup.data-v-a68adbbc { | |||
|  |   display: flex; | |||
|  |   align-items: self-start; | |||
|  |   justify-content: center; | |||
|  |   width: 594rpx; | |||
|  | } | |||
|  | .popupBox .popup-footer.data-v-a68adbbc { | |||
|  |   position: absolute; | |||
|  |   left: 48rpx; | |||
|  |   bottom: 48rpx; | |||
|  | } | |||
|  | .popupBox .popup-footer ._span.data-v-a68adbbc { | |||
|  |   width: 594rpx; | |||
|  |   height: 100rpx; | |||
|  |   background: #222222; | |||
|  |   border-radius: 200rpx 200rpx 200rpx 200rpx; | |||
|  |   font-family: Source Han Sans CN, Source Han Sans CN; | |||
|  |   font-weight: bold; | |||
|  |   font-size: 32rpx; | |||
|  |   color: #BEEE03; | |||
|  |   display: flex; | |||
|  |   justify-content: center; | |||
|  |   align-items: center; | |||
|  | } | |||
|  | .popupBox .line.data-v-a68adbbc { | |||
|  |   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-a68adbbc { | |||
|  |   width: 93%; | |||
|  | } | |||
|  | .popupBox .times .selectTime.data-v-a68adbbc { | |||
|  |   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-a68adbbc { | |||
|  |   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; | |||
|  | } | |||
|  | .share.data-v-a68adbbc { | |||
|  |   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-a68adbbc { | |||
|  |   width: 100vw; | |||
|  |   padding: 30rpx; | |||
|  |   text-align: center; | |||
|  |   background: #FFFFFF; | |||
|  |   color: red; | |||
|  |   font-weight: bold; | |||
|  |   font-size: 30rpx; | |||
|  | } | |||
|  | .md-content.data-v-a68adbbc { | |||
|  |   display: flex; | |||
|  |   flex-direction: row; | |||
|  |   justify-content: center; | |||
|  |   align-items: center; | |||
|  |   padding: 50rpx 0; | |||
|  |   background-color: white; | |||
|  | } | |||
|  | .md-content-item.data-v-a68adbbc { | |||
|  |   margin: 0 70rpx; | |||
|  |   position: relative; | |||
|  | } | |||
|  | .md-content-item image.data-v-a68adbbc { | |||
|  |   width: 100rpx; | |||
|  |   height: 100rpx; | |||
|  | } | |||
|  | .md-content-item view.data-v-a68adbbc { | |||
|  |   margin-top: 15rpx; | |||
|  |   font-size: 28rpx; | |||
|  | } | |||
|  | .sharebtn.data-v-a68adbbc { | |||
|  |   position: absolute; | |||
|  |   top: 0; | |||
|  |   left: 0; | |||
|  |   right: 0; | |||
|  |   bottom: 0; | |||
|  |   opacity: 0; | |||
|  | } | |||
|  | .cu-modal.data-v-a68adbbc { | |||
|  |   position: fixed; | |||
|  |   bottom: 166rpx; | |||
|  |   left: 0; | |||
|  |   z-index: 999999; | |||
|  | } | |||
|  | .gj .title.data-v-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 800; | |||
|  |   font-size: 32rpx; | |||
|  |   color: #4B4B4B; | |||
|  | } | |||
|  | .gj .title ._span.data-v-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 800; | |||
|  |   font-size: 24rpx; | |||
|  |   color: #4B4B4B; | |||
|  | } | |||
|  | .gj .scroll.data-v-a68adbbc { | |||
|  |   width: 642rpx; | |||
|  |   max-height: 340rpx; | |||
|  | } | |||
|  | .gj .scroll view.data-v-a68adbbc { | |||
|  |   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-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 28rpx; | |||
|  |   color: #7A7A7A; | |||
|  | } | |||
|  | .gj .scroll view .red.data-v-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 28rpx; | |||
|  |   color: #FF5F5F; | |||
|  | } | |||
|  | .gj .scroll view .lan.data-v-a68adbbc { | |||
|  |   font-family: PingFang SC, PingFang SC; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 28rpx; | |||
|  |   color: #008CFF; | |||
|  | } | |||
|  | .data-v-a68adbbc ::-webkit-scrollbar { | |||
|  |   /*滚动条整体样式*/ | |||
|  |   width: 4px !important; | |||
|  |   height: 1px !important; | |||
|  |   overflow: auto !important; | |||
|  |   background: #ccc !important; | |||
|  |   -webkit-appearance: auto !important; | |||
|  |   display: block; | |||
|  | } | |||
|  | .data-v-a68adbbc ::-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-a68adbbc ::-webkit-scrollbar-track { | |||
|  |   /*滚动条里面轨道*/ | |||
|  |   background: #FFFFFF !important; | |||
|  | } | |||
|  | .Poster.data-v-a68adbbc { | |||
|  |   position: relative; | |||
|  |   top: 21rpx; | |||
|  |   left: 30rpx; | |||
|  |   width: 690rpx; | |||
|  | } | |||
|  | .posterClose.data-v-a68adbbc { | |||
|  |   position: absolute; | |||
|  |   right: 8rpx; | |||
|  |   top: 8rpx; | |||
|  | } | |||
|  | .pos.data-v-a68adbbc { | |||
|  |   position: relative; | |||
|  | } | |||
|  | .btnList.data-v-a68adbbc { | |||
|  |   width: 690rpx; | |||
|  |   position: absolute; | |||
|  |   bottom: 150rpx; | |||
|  |   left: 30rpx; | |||
|  |   display: flex; | |||
|  |   justify-content: space-evenly; | |||
|  | } | |||
|  | .btnList ._span.data-v-a68adbbc { | |||
|  |   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-a68adbbc { | |||
|  |   overflow: hidden; | |||
|  |   height: 100vh; | |||
|  | } | |||
|  | .data-v-a68adbbc ._root { | |||
|  |   padding: 0 10rpx; | |||
|  | } | |||
|  | .no-border-button.data-v-a68adbbc { | |||
|  |   background-color: transparent; | |||
|  |   /* 去掉背景色 */ | |||
|  |   border: none; | |||
|  |   /* 去掉边框 */ | |||
|  |   padding: 0; | |||
|  |   /* 去掉内边距 */ | |||
|  |   margin: 0; | |||
|  |   /* 去掉外边距 */ | |||
|  |   display: inline-flex; | |||
|  |   /* 使按钮内容居中 */ | |||
|  |   align-items: center; | |||
|  |   /* 垂直居中 */ | |||
|  |   justify-content: center; | |||
|  |   /* 水平居中 */ | |||
|  |   flex-flow: column; | |||
|  |   height: 80rpx; | |||
|  |   line-height: inherit; | |||
|  | } | |||
|  | .no-border-button ._span.data-v-a68adbbc { | |||
|  |   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; | |||
|  | } | |||
|  | 
 |