|   | 
| page { | 
|     background-color: #F7F7F7; | 
| } | 
| .u-textarea__count { | 
|     background-color: rgba(0, 0, 0, 0) !important; | 
| } | 
| .u-textarea { | 
|     width: 100% !important; | 
|     height: 100% !important; | 
|     padding: 0 !important; | 
|     background-color: rgba(0, 0, 0, 0) !important; | 
| } | 
| textarea { | 
|     width: 100% !important; | 
|     height: 100% !important; | 
| } | 
|   | 
| @charset "UTF-8"; | 
| /** | 
|  * 这里是uni-app内置的常用样式变量 | 
|  * | 
|  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 | 
|  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App | 
|  * | 
|  */ | 
| /** | 
|  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 | 
|  * | 
|  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 | 
|  */ | 
| /* uni.scss */ | 
| /* 颜色变量 */ | 
| /* 行为相关颜色 */ | 
| /* 文字基本颜色 */ | 
| /* 背景颜色 */ | 
| /* 边框颜色 */ | 
| /* 尺寸变量 */ | 
| /* 文字尺寸 */ | 
| /* 图片尺寸 */ | 
| /* Border Radius */ | 
| /* 水平间距 */ | 
| /* 垂直间距 */ | 
| /* 透明度 */ | 
| /* 文章场景相关 */ | 
| .order.data-v-474841e4 { | 
|   width: 100%; | 
| } | 
| .order .zhifu.data-v-474841e4 { | 
|   width: 100%; | 
|   padding: 40rpx 30rpx; | 
|   box-sizing: border-box; | 
| } | 
| .order .zhifu .zhifu-textarea.data-v-474841e4 { | 
|   width: 100%; | 
|   height: 364rpx; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
|   background: #F7F7F7; | 
|   border-radius: 16rpx; | 
|   border: 1rpx solid #EEEEEE; | 
|   margin-top: 48rpx; | 
|   display: flex; | 
|   align-items: start; | 
| } | 
| .order .zhifu .zhifu-textarea image.data-v-474841e4 { | 
|   flex-shrink: 0; | 
|   width: 29rpx; | 
|   height: 29rpx; | 
|   margin-right: 10rpx; | 
| } | 
| .order .zhifu .zhifu-pj.data-v-474841e4 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   margin-top: 40rpx; | 
| } | 
| .order .zhifu .zhifu-pj .zhifu-pj-label.data-v-474841e4 { | 
|   flex-shrink: 0; | 
|   margin-right: 40rpx; | 
| } | 
| .order .zhifu .zhifu-pj .zhifu-pj-val.data-v-474841e4 { | 
|   flex: 1; | 
| } | 
| .order .zhifu .zhifu-head.data-v-474841e4 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
| } | 
| .order .zhifu .zhifu-head image.data-v-474841e4 { | 
|   width: 28rpx; | 
|   height: 28rpx; | 
| } | 
| .order .zhifu .zhifu-head text.data-v-474841e4 { | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #222222; | 
| } | 
| .order .zhifu .zhifu-c.data-v-474841e4 { | 
|   width: 100%; | 
|   margin-top: 46rpx; | 
| } | 
| .order .zhifu .zhifu-c .zhifu-c-info.data-v-474841e4 { | 
|   display: flex; | 
|   align-items: center; | 
|   font-weight: 500; | 
|   font-size: 30rpx; | 
|   color: #222222; | 
|   margin-bottom: 30rpx; | 
| } | 
| .order .zhifu .zhifu-c .zhifu-c-info text.data-v-474841e4 { | 
|   color: #00BC12; | 
|   margin-left: 10rpx; | 
| } | 
| .order .zhifu .zhifu-c .zhifu-c-info1.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #666666; | 
|   margin-bottom: 20rpx; | 
| } | 
| .order .zhifu .zhifu-c .zhifu-c-input.data-v-474841e4 { | 
|   width: 100%; | 
|   padding: 0 30rpx; | 
|   box-sizing: border-box; | 
|   height: 112rpx; | 
|   background: #F7F7F7; | 
|   border-radius: 10rpx; | 
|   border: 1rpx solid #EEEEEE; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .order .zhifu .zhifu-c .zhifu-c-input image.data-v-474841e4 { | 
|   flex-shrink: 0; | 
|   width: 28rpx; | 
|   height: 60rpx; | 
|   margin-right: 24rpx; | 
| } | 
| .order .zhifu .zhifu-c .zhifu-c-input input.data-v-474841e4 { | 
|   flex: 1; | 
|   height: 100%; | 
|   font-weight: 500; | 
|   font-size: 50rpx; | 
|   color: #222222; | 
| } | 
| .order .zhifu .zhifu-botton.data-v-474841e4 { | 
|   width: 100%; | 
|   height: 88rpx; | 
|   line-height: 88rpx; | 
|   text-align: center; | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #FFFFFF; | 
|   background: #00BC12; | 
|   border-radius: 44rpx; | 
|   margin-top: 264rpx; | 
| } | 
| .order .slot-content.data-v-474841e4 { | 
|   width: 100%; | 
|   text-align: center; | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #333333; | 
|   margin: 30rpx 0; | 
| } | 
| .order .btn1.data-v-474841e4 { | 
|   width: 264rpx; | 
|   height: 88rpx; | 
|   line-height: 88rpx; | 
|   text-align: center; | 
|   font-weight: 400; | 
|   font-size: 32rpx; | 
|   color: #666666; | 
|   border-radius: 44rpx; | 
|   border: 1rpx solid #B2B2B2; | 
| } | 
| .order .btn2.data-v-474841e4 { | 
|   width: 264rpx; | 
|   height: 88rpx; | 
|   line-height: 88rpx; | 
|   text-align: center; | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #FFFFFF; | 
|   background: #00BC12; | 
|   border-radius: 44rpx; | 
| } | 
| .order .order-footer.data-v-474841e4 { | 
|   width: 100%; | 
|   position: fixed; | 
|   bottom: 0; | 
|   left: 0; | 
|   background-color: #ffffff; | 
|   z-index: 9; | 
|   height: calc(108rpx + env(safe-area-inset-bottom)); | 
| } | 
| .order .order-footer .order-footer-btn.data-v-474841e4 { | 
|   width: 100%; | 
|   height: 108rpx; | 
|   padding: 0 30rpx; | 
|   box-sizing: border-box; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
| } | 
| .order .order-footer .order-footer-btn .order-footer-btn-a.data-v-474841e4 { | 
|   width: 334rpx; | 
|   height: 88rpx; | 
|   line-height: 88rpx; | 
|   text-align: center; | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #666666; | 
|   border-radius: 44rpx; | 
|   border: 1rpx solid #B2B2B2; | 
| } | 
| .order .order-footer .order-footer-btn .order-footer-btn-b.data-v-474841e4 { | 
|   width: 334rpx; | 
|   height: 88rpx; | 
|   line-height: 88rpx; | 
|   text-align: center; | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #FFFFFF; | 
|   background: #00BC12; | 
|   border-radius: 44rpx; | 
| } | 
| .order .order-ren.data-v-474841e4 { | 
|   width: 100%; | 
|   height: 150rpx; | 
|   background: #FFFFFF; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
|   padding: 0 30rpx; | 
|   box-sizing: border-box; | 
|   margin-bottom: 20rpx; | 
| } | 
| .order .order-ren .order-ren-left.data-v-474841e4 { | 
|   display: flex; | 
|   align-items: center; | 
|   flex: 1; | 
| } | 
| .order .order-ren .order-ren-left .order-ren-left-img.data-v-474841e4 { | 
|   width: 80rpx; | 
|   height: 80rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   overflow: hidden; | 
|   border-radius: 50%; | 
|   margin-right: 15rpx; | 
| } | 
| .order .order-ren .order-ren-left .order-ren-left-img image.data-v-474841e4 { | 
|   width: 100%; | 
| } | 
| .order .order-ren .order-ren-left text.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #222222; | 
|   margin-right: 15rpx; | 
| } | 
| .order .order-ren .order-ren-left .order-ren-left-tip.data-v-474841e4 { | 
|   padding: 4rpx 12rpx; | 
|   border-radius: 8rpx; | 
|   border: 2rpx solid #FD9E24; | 
|   font-weight: 400; | 
|   font-size: 24rpx; | 
|   color: #FF7200; | 
| } | 
| .order .order-ren .order-ren-x.data-v-474841e4 { | 
|   width: 1rpx; | 
|   height: 90rpx; | 
|   margin-right: 50rpx; | 
|   background-color: #E5E5E5; | 
| } | 
| .order .order-ren .order-ren-lx.data-v-474841e4 { | 
|   flex-shrink: 0; | 
|   display: flex; | 
|   flex-direction: column; | 
|   align-items: center; | 
|   justify-content: center; | 
| } | 
| .order .order-ren .order-ren-lx image.data-v-474841e4 { | 
|   width: 34rpx; | 
|   height: 34rpx; | 
| } | 
| .order .order-ren .order-ren-lx text.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #222222; | 
| } | 
| .order .order-info.data-v-474841e4 { | 
|   width: 100%; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
|   background-color: #ffffff; | 
|   margin-bottom: 20rpx; | 
| } | 
| .order .order-info.data-v-474841e4:last-child { | 
|   margin: 0 !important; | 
| } | 
| .order .order-info .order-info-list.data-v-474841e4 { | 
|   width: 100%; | 
| } | 
| .order .order-info .order-info-list .order-info-list-item.data-v-474841e4 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
|   margin-bottom: 30rpx; | 
| } | 
| .order .order-info .order-info-list .order-info-list-item.data-v-474841e4:last-child { | 
|   margin: 0 !important; | 
| } | 
| .order .order-info .order-info-list .order-info-list-item text.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #777777; | 
| } | 
| .order .order-info .order-info-remark.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 28rpx; | 
|   color: #333333; | 
|   margin-top: 36rpx; | 
| } | 
| .order .order-info .order-info-title.data-v-474841e4 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   margin-bottom: 20rpx; | 
| } | 
| .order .order-info .order-info-title .x.data-v-474841e4 { | 
|   width: 6rpx; | 
|   height: 30rpx; | 
|   background: #00BC12; | 
|   border-radius: 4rpx; | 
|   margin-right: 20rpx; | 
| } | 
| .order .order-info .order-info-title text.data-v-474841e4 { | 
|   font-weight: 600; | 
|   font-size: 32rpx; | 
|   color: #222222; | 
| } | 
| .order .order-info .order-info-wz.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 28rpx; | 
|   color: #888888; | 
|   margin-bottom: 30rpx; | 
| } | 
| .order .order-info .order-info-x.data-v-474841e4 { | 
|   width: 100%; | 
|   height: 1rpx; | 
|   margin: 20rpx 0 30rpx 0; | 
|   background-color: #E5E5E5; | 
| } | 
| .order .order-info .order-info-price.data-v-474841e4 { | 
|   width: 100%; | 
|   display: flex; | 
|   flex-direction: column; | 
| } | 
| .order .order-info .order-info-price .price-row.data-v-474841e4 { | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
|   margin-bottom: 30rpx; | 
| } | 
| .order .order-info .order-info-price .price-row.data-v-474841e4:last-child { | 
|   margin: 0 !important; | 
| } | 
| .order .order-info .order-info-price .price-row .price-row-label.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #777777; | 
| } | 
| .order .order-info .order-info-price .price-row .price-row-val.data-v-474841e4 { | 
|   font-weight: 500; | 
|   font-size: 30rpx; | 
|   color: #222222; | 
| } | 
| .order .order-info .order-info-supplement.data-v-474841e4 { | 
|   width: 100%; | 
|   margin-bottom: 40rpx; | 
| } | 
| .order .order-info .order-info-supplement .order-info-supplement-title.data-v-474841e4 { | 
|   font-weight: 600; | 
|   font-size: 30rpx; | 
|   color: #222222; | 
|   margin-bottom: 16rpx; | 
| } | 
| .order .order-info .order-info-supplement .order-info-supplement-val.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 28rpx; | 
|   color: #333333; | 
|   margin-bottom: 20rpx; | 
| } | 
| .order .order-info .order-info-supplement .order-info-supplement-list.data-v-474841e4 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   flex-wrap: wrap; | 
|   justify-content: space-between; | 
| } | 
| .order .order-info .order-info-supplement .order-info-supplement-list .order-info-supplement-list-item.data-v-474841e4 { | 
|   width: 156rpx; | 
|   height: 156rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   border-radius: 8rpx; | 
|   overflow: hidden; | 
| } | 
| .order .order-info .order-info-supplement .order-info-supplement-list .order-info-supplement-list-item image.data-v-474841e4 { | 
|   width: 100%; | 
| } | 
| .order .order-info .order-info-address.data-v-474841e4 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: start; | 
|   margin-bottom: 20rpx; | 
| } | 
| .order .order-info .order-info-address image.data-v-474841e4 { | 
|   width: 28rpx; | 
|   height: 28rpx; | 
|   flex-shrink: 0; | 
|   margin-right: 18rpx; | 
| } | 
| .order .order-info .order-info-address .order-info-address-info.data-v-474841e4 { | 
|   flex: 1; | 
|   display: flex; | 
|   flex-direction: column; | 
| } | 
| .order .order-info .order-info-address .order-info-address-info text.data-v-474841e4:nth-child(1) { | 
|   font-weight: 400; | 
|   font-size: 28rpx; | 
|   color: #222222; | 
| } | 
| .order .order-info .order-info-address .order-info-address-info text.data-v-474841e4:nth-child(2) { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #999999; | 
|   margin-top: 16rpx; | 
| } | 
| .order .order-quxiaole.data-v-474841e4 { | 
|   padding: 20rpx 0; | 
|   box-sizing: border-box; | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   font-weight: 600; | 
|   font-size: 40rpx; | 
|   color: #111111; | 
|   background-color: #ffffff; | 
| } | 
| .order .order-head.data-v-474841e4 { | 
|   width: 100%; | 
|   height: 172rpx; | 
|   display: flex; | 
|   flex-direction: column; | 
|   align-items: center; | 
|   justify-content: center; | 
|   background-repeat: no-repeat; | 
|   background-size: 100% 100%; | 
| } | 
| .order .order-head .order-head-status.data-v-474841e4 { | 
|   font-weight: 600; | 
|   font-size: 40rpx; | 
|   color: #111111; | 
| } | 
| .order .order-head .order-head-info.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #777777; | 
|   margin-top: 18rpx; | 
| } | 
| .order .order-user.data-v-474841e4 { | 
|   width: 100%; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
|   background-color: #ffffff; | 
| } | 
| .order .order-user .order-user-info.data-v-474841e4 { | 
|   width: 100%; | 
|   height: 150rpx; | 
|   padding: 0 30rpx; | 
|   box-sizing: border-box; | 
|   background: #F7F8F5; | 
|   border-radius: 16rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
| } | 
| .order .order-user .order-user-info .user-info-l.data-v-474841e4 { | 
|   flex: 1; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .order .order-user .order-user-info .user-info-l .user-info-l-image.data-v-474841e4 { | 
|   flex-shrink: 0; | 
|   width: 80rpx; | 
|   height: 80rpx; | 
|   border-radius: 50%; | 
|   overflow: hidden; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   margin-right: 20rpx; | 
| } | 
| .order .order-user .order-user-info .user-info-l .user-info-l-image image.data-v-474841e4 { | 
|   width: 100%; | 
| } | 
| .order .order-user .order-user-info .user-info-l .user-info-l-i.data-v-474841e4 { | 
|   flex: 1; | 
|   height: 100%; | 
|   display: flex; | 
|   flex-direction: column; | 
|   justify-content: space-between; | 
| } | 
| .order .order-user .order-user-info .user-info-l .user-info-l-i .user-info-l-i-top.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #222222; | 
| } | 
| .order .order-user .order-user-info .user-info-l .user-info-l-i .user-info-l-i-bottom.data-v-474841e4 { | 
|   display: flex; | 
|   align-items: center; | 
|   margin-top: 14rpx; | 
| } | 
| .order .order-user .order-user-info .user-info-l .user-info-l-i .user-info-l-i-bottom .user-info-l-i-bottom-item.data-v-474841e4 { | 
|   display: flex; | 
|   align-items: center; | 
|   margin-right: 60rpx; | 
| } | 
| .order .order-user .order-user-info .user-info-l .user-info-l-i .user-info-l-i-bottom .user-info-l-i-bottom-item.data-v-474841e4:last-child { | 
|   margin: 0 !important; | 
| } | 
| .order .order-user .order-user-info .user-info-l .user-info-l-i .user-info-l-i-bottom .user-info-l-i-bottom-item text.data-v-474841e4:nth-child(1) { | 
|   font-weight: 400; | 
|   font-size: 24rpx; | 
|   color: #777777; | 
| } | 
| .order .order-user .order-user-info .user-info-l .user-info-l-i .user-info-l-i-bottom .user-info-l-i-bottom-item text.data-v-474841e4:nth-child(2) { | 
|   font-weight: 400; | 
|   font-size: 24rpx; | 
|   color: #222222; | 
| } | 
| .order .order-user .order-user-info .user-info-r.data-v-474841e4 { | 
|   flex-shrink: 0; | 
|   display: flex; | 
|   flex-direction: column; | 
|   align-items: center; | 
|   justify-content: center; | 
| } | 
| .order .order-user .order-user-info .user-info-r image.data-v-474841e4 { | 
|   width: 33rpx; | 
|   height: 33rpx; | 
| } | 
| .order .order-user .order-user-info .user-info-r text.data-v-474841e4 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #222222; | 
|   margin-top: 12rpx; | 
| } | 
| .order .order-quxiao.data-v-474841e4 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   background-color: #ffffff; | 
| } | 
| .order .order-quxiao .order-quxiao-btn.data-v-474841e4 { | 
|   width: 160rpx; | 
|   height: 64rpx; | 
|   line-height: 64rpx; | 
|   text-align: center; | 
|   font-weight: 400; | 
|   font-size: 28rpx; | 
|   color: #666666; | 
|   border-radius: 34rpx; | 
|   border: 1rpx solid #B2B2B2; | 
| } |