jiangping
2025-07-17 2cfe454c309a65f02e89063d8306ff71f86b7f5c
small-program/unpackage/dist/dev/mp-weixin/pages/freight-order/freight-order.wxss
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,612 @@
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-c83e4960 {
  width: 100%;
}
.order .zhifu.data-v-c83e4960 {
  width: 100%;
  padding: 40rpx 30rpx;
  box-sizing: border-box;
}
.order .zhifu .zhifu-textarea.data-v-c83e4960 {
  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-c83e4960 {
  flex-shrink: 0;
  width: 29rpx;
  height: 29rpx;
  margin-right: 10rpx;
}
.order .zhifu .zhifu-pj.data-v-c83e4960 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40rpx;
}
.order .zhifu .zhifu-pj .zhifu-pj-label.data-v-c83e4960 {
  flex-shrink: 0;
  margin-right: 40rpx;
}
.order .zhifu .zhifu-pj .zhifu-pj-val.data-v-c83e4960 {
  flex: 1;
}
.order .zhifu .zhifu-head.data-v-c83e4960 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order .zhifu .zhifu-head image.data-v-c83e4960 {
  width: 28rpx;
  height: 28rpx;
}
.order .zhifu .zhifu-head text.data-v-c83e4960 {
  font-weight: 500;
  font-size: 32rpx;
  color: #222222;
}
.order .zhifu .zhifu-c.data-v-c83e4960 {
  width: 100%;
  margin-top: 46rpx;
}
.order .zhifu .zhifu-c .zhifu-c-info.data-v-c83e4960 {
  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-c83e4960 {
  color: #00BC12;
  margin-left: 10rpx;
}
.order .zhifu .zhifu-c .zhifu-c-info1.data-v-c83e4960 {
  font-weight: 400;
  font-size: 30rpx;
  color: #666666;
  margin-bottom: 20rpx;
}
.order .zhifu .zhifu-c .zhifu-c-input.data-v-c83e4960 {
  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-c83e4960 {
  flex-shrink: 0;
  width: 28rpx;
  height: 60rpx;
  margin-right: 24rpx;
}
.order .zhifu .zhifu-c .zhifu-c-input input.data-v-c83e4960 {
  flex: 1;
  height: 100%;
  font-weight: 500;
  font-size: 50rpx;
  color: #222222;
}
.order .zhifu .zhifu-botton.data-v-c83e4960 {
  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-c83e4960 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 30rpx;
  color: #333333;
  margin: 30rpx 0;
}
.order .btn1.data-v-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  display: flex;
  align-items: center;
  flex: 1;
}
.order .order-ren .order-ren-left .order-ren-left-img.data-v-c83e4960 {
  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-c83e4960 {
  width: 100%;
}
.order .order-ren .order-ren-left text.data-v-c83e4960 {
  font-weight: 400;
  font-size: 30rpx;
  color: #222222;
  margin-right: 15rpx;
}
.order .order-ren .order-ren-left .order-ren-left-tip.data-v-c83e4960 {
  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-c83e4960 {
  width: 1rpx;
  height: 90rpx;
  margin-right: 50rpx;
  background-color: #E5E5E5;
}
.order .order-ren .order-ren-lx.data-v-c83e4960 {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order .order-ren .order-ren-lx image.data-v-c83e4960 {
  width: 34rpx;
  height: 34rpx;
}
.order .order-ren .order-ren-lx text.data-v-c83e4960 {
  font-weight: 400;
  font-size: 26rpx;
  color: #222222;
}
.order .order-info.data-v-c83e4960 {
  width: 100%;
  padding: 30rpx;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 20rpx;
}
.order .order-info.data-v-c83e4960:last-child {
  margin: 0 !important;
}
.order .order-info .order-info-list.data-v-c83e4960 {
  width: 100%;
}
.order .order-info .order-info-list .order-info-list-item.data-v-c83e4960 {
  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-c83e4960:last-child {
  margin: 0 !important;
}
.order .order-info .order-info-list .order-info-list-item text.data-v-c83e4960 {
  font-weight: 400;
  font-size: 26rpx;
  color: #777777;
}
.order .order-info .order-info-remark.data-v-c83e4960 {
  font-weight: 400;
  font-size: 28rpx;
  color: #333333;
  margin-top: 36rpx;
}
.order .order-info .order-info-title.data-v-c83e4960 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20rpx;
}
.order .order-info .order-info-title .x.data-v-c83e4960 {
  width: 6rpx;
  height: 30rpx;
  background: #00BC12;
  border-radius: 4rpx;
  margin-right: 20rpx;
}
.order .order-info .order-info-title text.data-v-c83e4960 {
  font-weight: 600;
  font-size: 32rpx;
  color: #222222;
}
.order .order-info .order-info-wz.data-v-c83e4960 {
  font-weight: 400;
  font-size: 28rpx;
  color: #888888;
  margin-bottom: 30rpx;
}
.order .order-info .address.data-v-c83e4960 {
  width: 100%;
  background: #F7F7F7;
  border-radius: 16rpx;
  padding: 30rpx;
  box-sizing: border-box;
  margin-bottom: 24rpx;
  position: relative;
}
.order .order-info .address .address-xian.data-v-c83e4960 {
  position: absolute;
  top: 17px;
  left: 24px;
  width: 1rpx;
  height: calc(100% - 60rpx);
  border-right: 2rpx dashed #B2B2B2;
}
.order .order-info .address .address-row.data-v-c83e4960 {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30rpx;
}
.order .order-info .address .address-row.data-v-c83e4960:last-child {
  margin: 0 !important;
}
.order .order-info .address .address-row image.data-v-c83e4960 {
  width: 36rpx;
  height: 36rpx;
  flex-shrink: 0;
  margin-right: 24rpx;
}
.order .order-info .address .address-row text.data-v-c83e4960 {
  font-weight: 400;
  font-size: 28rpx;
  color: #333333;
}
.order .order-info .index-list-item-dz.data-v-c83e4960 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20rpx;
}
.order .order-info .index-list-item-dz image.data-v-c83e4960 {
  width: 32rpx;
  height: 32rpx;
  flex-shrink: 0;
  margin-right: 16rpx;
}
.order .order-info .index-list-item-dz text.data-v-c83e4960 {
  flex: 1;
  font-weight: 400;
  font-size: 28rpx;
  color: #333333;
}
.order .order-info .order-info-x.data-v-c83e4960 {
  width: 100%;
  height: 1rpx;
  margin: 20rpx 0 30rpx 0;
  background-color: #E5E5E5;
}
.order .order-info .order-info-price.data-v-c83e4960 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.order .order-info .order-info-price .price-row.data-v-c83e4960 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30rpx;
}
.order .order-info .order-info-price .price-row.data-v-c83e4960:last-child {
  margin: 0 !important;
}
.order .order-info .order-info-price .price-row .price-row-label.data-v-c83e4960 {
  font-weight: 400;
  font-size: 30rpx;
  color: #777777;
}
.order .order-info .order-info-price .price-row .price-row-val.data-v-c83e4960 {
  font-weight: 500;
  font-size: 30rpx;
  color: #222222;
}
.order .order-info .order-info-supplement.data-v-c83e4960 {
  width: 100%;
  margin-bottom: 40rpx;
}
.order .order-info .order-info-supplement .order-info-supplement-title.data-v-c83e4960 {
  font-weight: 600;
  font-size: 30rpx;
  color: #222222;
  margin-bottom: 16rpx;
}
.order .order-info .order-info-supplement .order-info-supplement-val.data-v-c83e4960 {
  font-weight: 400;
  font-size: 28rpx;
  color: #333333;
  margin-bottom: 20rpx;
}
.order .order-info .order-info-supplement .order-info-supplement-list.data-v-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  width: 100%;
}
.order .order-quxiaole.data-v-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  font-weight: 600;
  font-size: 40rpx;
  color: #111111;
}
.order .order-head .order-head-info.data-v-c83e4960 {
  font-weight: 400;
  font-size: 26rpx;
  color: #777777;
  margin-top: 18rpx;
}
.order .order-user.data-v-c83e4960 {
  width: 100%;
  padding: 30rpx;
  box-sizing: border-box;
  background-color: #ffffff;
}
.order .order-user .order-user-info.data-v-c83e4960 {
  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-c83e4960 {
  flex: 1;
  display: flex;
  align-items: center;
}
.order .order-user .order-user-info .user-info-l .user-info-l-image.data-v-c83e4960 {
  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-c83e4960 {
  width: 100%;
}
.order .order-user .order-user-info .user-info-l .user-info-l-i.data-v-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  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-c83e4960 {
  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-c83e4960: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-c83e4960: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-c83e4960:nth-child(2) {
  font-weight: 400;
  font-size: 24rpx;
  color: #222222;
}
.order .order-user .order-user-info .user-info-r.data-v-c83e4960 {
  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-c83e4960 {
  width: 33rpx;
  height: 33rpx;
}
.order .order-user .order-user-info .user-info-r text.data-v-c83e4960 {
  font-weight: 400;
  font-size: 26rpx;
  color: #222222;
  margin-top: 12rpx;
}
.order .order-quxiao.data-v-c83e4960 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.order .order-quxiao .order-quxiao-btn.data-v-c83e4960 {
  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;
}