MrShi
昨天 8a899e63502939dbf034b90ba46741e0faa9023c
small-program/unpackage/dist/dev/mp-weixin/shop/pages/write-off-a/write-off-a.wxss
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,645 @@
page {
   background-color: #F8F9FB;
}
@charset "UTF-8";
/**
 * è¿™é‡Œæ˜¯uni-app内置的常用样式变量
 *
 * uni-app å®˜æ–¹æ‰©å±•插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * å¦‚果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import è¿™ä¸ªæ–‡ä»¶ï¼‰ï¼Œæ–¹ä¾¿ç”¨æˆ·é€šè¿‡æ­ç§¯æœ¨çš„æ–¹å¼å¼€å‘整体风格一致的App
 *
 */
/**
 * å¦‚果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * å¦‚果你的项目同样使用了scss预处理,你也可以直接在你的 scss ä»£ç ä¸­ä½¿ç”¨å¦‚下变量,同时无需 import è¿™ä¸ªæ–‡ä»¶
 */
/* uni.scss */
/* é¢œè‰²å˜é‡ */
/* è¡Œä¸ºç›¸å…³é¢œè‰² */
/* æ–‡å­—基本颜色 */
/* èƒŒæ™¯é¢œè‰² */
/* è¾¹æ¡†é¢œè‰² */
/* å°ºå¯¸å˜é‡ */
/* æ–‡å­—尺寸 */
/* å›¾ç‰‡å°ºå¯¸ */
/* Border Radius */
/* æ°´å¹³é—´è· */
/* åž‚直间距 */
/* é€æ˜Žåº¦ */
/* æ–‡ç« åœºæ™¯ç›¸å…³ */
.input-c.data-v-5d688905 {
  display: flex;
  flex-direction: column;
  margin-top: 32rpx;
}
.input-c .input-label.data-v-5d688905 {
  font-weight: 600;
  margin-top: 32rpx;
  font-size: 30rpx;
  color: #222222;
  line-height: 42rpx;
  text-align: left;
  font-style: normal;
}
.input-c .input-tip.data-v-5d688905 {
  font-weight: 400;
  font-size: 24rpx;
  color: #999999;
  line-height: 34rpx;
  text-align: left;
  font-style: normal;
}
.input-c .upload-row.data-v-5d688905 {
  margin-top: 16rpx;
  display: flex;
  align-items: flex-start;
  gap: 10rpx;
  margin-bottom: 22rpx;
}
.input-c .upload-box.data-v-5d688905,
.input-c .photo-box.data-v-5d688905 {
  width: 122rpx;
  height: 122rpx;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.input-c .upload-box.data-v-5d688905 {
  border: 1rpx dashed #c8ccd4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.input-c .upload-plus.data-v-5d688905 {
  font-size: 54rpx;
  line-height: 1;
  color: #999999;
}
.input-c .upload-text.data-v-5d688905 {
  margin-top: 8rpx;
  font-size: 24rpx;
  color: #999999;
}
.input-c .photo-image.data-v-5d688905 {
  width: 100%;
  height: 100%;
}
.input-c .photo-delete.data-v-5d688905 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32rpx;
  line-height: 32rpx;
  text-align: center;
  font-size: 22rpx;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.45);
}
.input-c .textarea-box.data-v-5d688905 {
  background: #f6f8fb;
  border-radius: 18rpx;
  padding: 18rpx 18rpx 16rpx;
  box-sizing: border-box;
}
.input-c .textarea-placeholder-wrap.data-v-5d688905 {
  display: flex;
  align-items: flex-start;
}
.input-c .textarea-icon.data-v-5d688905 {
  width: 26rpx;
  height: 26rpx;
  border: 2rpx solid #b9bec7;
  margin-top: 8rpx;
  margin-right: 12rpx;
  box-sizing: border-box;
  position: relative;
}
.input-c .textarea-icon.data-v-5d688905::before,
.input-c .textarea-icon.data-v-5d688905::after {
  content: '';
  position: absolute;
  background: #b9bec7;
}
.input-c .textarea-icon.data-v-5d688905::before {
  width: 20rpx;
  height: 2rpx;
  left: 2rpx;
  top: 11rpx;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.input-c .textarea-icon.data-v-5d688905::after {
  width: 2rpx;
  height: 12rpx;
  right: 4rpx;
  top: 3rpx;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.input-c .textarea.data-v-5d688905 {
  flex: 1;
  min-height: 260rpx;
  font-size: 28rpx;
  line-height: 1.6;
  color: #333333;
  background: transparent;
}
.input-c .textarea-placeholder.data-v-5d688905 {
  font-size: 28rpx;
  color: #b9bec7;
}
.input-c .textarea-count.data-v-5d688905 {
  display: block;
  margin-top: 8rpx;
  text-align: right;
  font-size: 20rpx;
  color: #999999;
}
.detail.data-v-5d688905 {
  width: 100%;
}
.detail .tips.data-v-5d688905 {
  width: 100%;
  height: 80rpx;
  padding: 0 30rpx;
  box-sizing: border-box;
  background: #FFE9E9;
  position: fixed;
  bottom: calc(30rpx + env(safe-area-inset-bottom));
  left: 0;
  display: flex;
  align-items: center;
}
.detail .tips image.data-v-5d688905 {
  width: 28rpx;
  height: 28rpx;
  margin-right: 16rpx;
}
.detail .tips text.data-v-5d688905 {
  font-weight: 400;
  font-size: 26rpx;
  color: #FF0000;
}
.detail .footer.data-v-5d688905 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 30rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 9;
  background-color: #ffffff;
}
.detail .footer .footer-btns.data-v-5d688905 {
  width: 100%;
  height: 100rpx;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.detail .footer .footer-btns .kong.data-v-5d688905 {
  border: 1rpx solid #B2B2B2;
  font-weight: 400;
  font-size: 28rpx;
  color: #666666;
}
.detail .footer .footer-btns .you.data-v-5d688905 {
  background: #10B2FA;
  font-weight: 400;
  font-size: 28rpx;
  color: #FFFFFF;
}
.detail .footer .footer-btns .btn.data-v-5d688905 {
  width: 160rpx;
  height: 64rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32rpx;
  margin-left: 20rpx;
}
.detail .head0.data-v-5d688905 {
  background: #1ba8fa;
}
.detail .head1.data-v-5d688905 {
  background: #E4730B;
}
.detail .head.data-v-5d688905 {
  width: 100%;
  padding: 0 30rpx;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.detail .head .head-nav.data-v-5d688905 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .head .head-nav image.data-v-5d688905 {
  width: 48rpx;
  height: 48rpx;
}
.detail .head .head-nav text.data-v-5d688905 {
  font-weight: 500;
  font-size: 32rpx;
  color: #FFFFFF;
}
.detail .nr.data-v-5d688905 {
  width: 100%;
  height: 264rpx;
  padding: 22rpx 30rpx;
  box-sizing: border-box;
}
.detail .nr .nr-status.data-v-5d688905 {
  display: flex;
  align-items: baseline;
}
.detail .nr .nr-status text.data-v-5d688905 {
  font-weight: 600;
  font-size: 36rpx;
  color: #FFFFFF;
  margin-right: 16rpx;
}
.detail .nr .nr-status .nr-status-type.data-v-5d688905 {
  width: 154rpx;
  height: 38rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8rpx;
  font-weight: 400;
  font-size: 24rpx;
  color: #FA8010;
}
.detail .nr .nr-status .nr-status-type1.data-v-5d688905 {
  width: 158rpx;
  height: 38rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8rpx;
  font-weight: 400;
  font-size: 24rpx;
  color: #10B2FA;
  margin-left: 16rpx;
}
.detail .nr .nr-desc.data-v-5d688905 {
  font-weight: 400;
  font-size: 26rpx;
  color: #FFFFFF;
  margin-top: 12rpx;
}
.detail .nr .item.data-v-5d688905 {
  width: 100%;
  padding: 30rpx;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 16rpx;
  margin-top: 30rpx;
}
.detail .nr .item map.data-v-5d688905 {
  width: 100%;
  height: 362rpx;
  border-radius: 16rpx;
}
.detail .nr .item .addr.data-v-5d688905 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.detail .nr .item .addr .addr-link.data-v-5d688905 {
  position: absolute;
  top: 10rpx;
  right: 0px;
  display: inline-block;
}
.detail .nr .item .addr .addr-item.data-v-5d688905 {
  padding-left: 58rpx;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40rpx;
}
.detail .nr .item .addr .addr-item.data-v-5d688905:last-child {
  margin-bottom: 0 !important;
}
.detail .nr .item .addr .addr-item .txt-d.data-v-5d688905 {
  font-weight: 400  !important;
  font-size: 30rpx  !important;
  color: #333333;
  line-height: 42rpx;
  text-align: left;
  font-style: normal;
}
.detail .nr .item .addr .addr-item .txt-d1.data-v-5d688905 {
  font-weight: 400  !important;
  font-size: 26rpx !important;
  color: #333333;
  line-height: 36rpx;
  text-align: left;
  font-style: normal;
}
.detail .nr .item .addr .addr-item image.data-v-5d688905 {
  width: 22rpx;
  margin-left: 22rpx;
}
.detail .nr .item .addr .addr-item .bg.data-v-5d688905 {
  background: #10B2FA;
}
.detail .nr .item .addr .addr-item .bg1.data-v-5d688905 {
  background-color: #FA8010;
}
.detail .nr .item .addr .addr-item .xiantiao.data-v-5d688905 {
  width: 2rpx;
  height: 100%;
  position: absolute;
  top: 24px;
  left: 20rpx;
  border-right: 2rpx dashed #E5E5E5;
}
.detail .nr .item .addr .addr-item .ji.data-v-5d688905 {
  position: absolute;
  top: 10rpx;
  left: 4rpx;
  width: 40rpx;
  height: 40rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 26rpx;
  color: #FFFFFF;
}
.detail .nr .item .addr .addr-item text.data-v-5d688905 {
  font-weight: 400;
  font-size: 24rpx;
  color: #999999;
  margin-top: 10rpx;
}
.detail .nr .item .addr .addr-item .addr-item-top.data-v-5d688905 {
  display: flex;
  align-items: center;
}
.detail .nr .item .addr .addr-item .addr-item-top text.data-v-5d688905 {
  font-weight: 600;
  font-size: 30rpx;
  color: #222222;
}
.detail .nr .item .addr .addr-item .addr-item-top image.data-v-5d688905 {
  width: 13rpx;
  margin-left: 12rpx;
}
.detail .nr .item .xl.data-v-5d688905 {
  width: 100%;
}
.detail .nr .item .xl .xl-item.data-v-5d688905 {
  width: 100%;
  margin-bottom: 26rpx;
}
.detail .nr .item .xl .xl-item.data-v-5d688905:last-child {
  margin: 0 !important;
}
.detail .nr .item .xl .xl-item .xl-item-top.data-v-5d688905 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .nr .item .xl .xl-item .xl-item-top text.data-v-5d688905 {
  font-weight: 600;
  font-size: 28rpx;
  color: #333333;
}
.detail .nr .item .xl .xl-item .xl-item-bottom.data-v-5d688905 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12rpx;
}
.detail .nr .item .xl .xl-item .xl-item-bottom text.data-v-5d688905 {
  font-weight: 400;
  font-size: 24rpx;
  color: #8C939F;
}
.detail .nr .item .comment.data-v-5d688905 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.detail .nr .item .comment .comment-top.data-v-5d688905 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .nr .item .comment .comment-top text.data-v-5d688905:nth-child(1) {
  font-weight: 600;
  font-size: 30rpx;
  color: #222222;
}
.detail .nr .item .comment .comment-top text.data-v-5d688905:nth-child(2) {
  font-weight: 500;
  font-size: 36rpx;
  color: #FE2C2E;
}
.detail .nr .item .comment .comment-top text.data-v-5d688905:nth-child(2):before {
  content: "ï¿¥";
  font-weight: 500;
  font-size: 24rpx;
  color: #FE2C2E;
}
.detail .nr .item .comment .comment-score.data-v-5d688905 {
  font-size: 28rpx;
  color: #333333;
  margin: 10rpx 0;
  display: flex;
  width: 100%;
}
.detail .nr .item .comment .comment-score .score-item.data-v-5d688905 {
  flex: 1;
  margin: 20rpx 0;
}
.detail .nr .item .comment .comment-row.data-v-5d688905 {
  display: flex;
  flex-wrap: wrap;
}
.detail .nr .item .comment .comment-row .comment-image.data-v-5d688905 {
  margin: 10rpx;
  width: 100rpx;
  height: 100rpx;
  border-radius: 8rpx;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.detail .nr .item .comment .comment-row .comment-image image.data-v-5d688905 {
  width: 100%;
}
.detail .nr .item .tuikuan.data-v-5d688905 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.detail .nr .item .tuikuan .tuikuan-top.data-v-5d688905 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .nr .item .tuikuan .tuikuan-top text.data-v-5d688905:nth-child(1) {
  font-weight: 600;
  font-size: 30rpx;
  color: #222222;
}
.detail .nr .item .tuikuan .tuikuan-top text.data-v-5d688905:nth-child(2) {
  font-weight: 500;
  font-size: 36rpx;
  color: #FE2C2E;
}
.detail .nr .item .tuikuan .tuikuan-top text.data-v-5d688905:nth-child(2):before {
  content: "ï¿¥";
  font-weight: 500;
  font-size: 24rpx;
  color: #FE2C2E;
}
.detail .nr .item .tuikuan .tuikuan-bottom.data-v-5d688905 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8rpx;
}
.detail .nr .item .tuikuan .tuikuan-bottom text.data-v-5d688905 {
  font-weight: 400;
  font-size: 24rpx;
  color: #666666;
}
.detail .nr .item .item-qrcode.data-v-5d688905 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 40rpx;
}
.detail .nr .item .item-qrcode image.data-v-5d688905 {
  width: 360rpx;
  height: 360rpx;
}
.detail .nr .item .item-qrcode text.data-v-5d688905:nth-child(2) {
  font-weight: 600;
  font-size: 36rpx;
  color: #222222;
  margin-top: 12rpx;
}
.detail .nr .item .item-qrcode text.data-v-5d688905:nth-child(3) {
  font-weight: 400;
  font-size: 26rpx;
  color: #999999;
  margin-top: 12rpx;
}
.detail .nr .item .item-x.data-v-5d688905 {
  width: 100%;
  height: 1rpx;
  margin: 30rpx 0;
  background-color: #E5E5E5;
}
.detail .nr .item .item-title.data-v-5d688905 {
  font-weight: 600;
  font-size: 30rpx;
  color: #222222;
}
.detail .nr .item .item-infos.data-v-5d688905 {
  width: 100%;
  margin-top: 18rpx;
}
.detail .nr .item .item-infos .item-infos-item.data-v-5d688905 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20rpx;
}
.detail .nr .item .item-infos .item-infos-item.data-v-5d688905:last-child {
  margin: 0 !important;
}
.detail .nr .item .item-infos .item-infos-item .item-infos-item-left.data-v-5d688905 {
  font-weight: 400;
  font-size: 24rpx;
  color: #999999;
}
.detail .nr .item .item-infos .item-infos-item .item-infos-item-right.data-v-5d688905 {
  display: flex;
  align-items: center;
}
.detail .nr .item .item-infos .item-infos-item .item-infos-item-right text.data-v-5d688905 {
  font-weight: 400;
  font-size: 24rpx;
  color: #666666;
}
.detail .nr .item .item-infos .item-infos-item .item-infos-item-right image.data-v-5d688905 {
  width: 24rpx;
  margin-left: 16rpx;
}
.detail .nr .item .item-list.data-v-5d688905 {
  width: 100%;
}
.detail .nr .item .item-list .item-list-row.data-v-5d688905 {
  width: 100%;
  margin-bottom: 24rpx;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.detail .nr .item .item-list .item-list-row.data-v-5d688905:last-child {
  margin-bottom: 0 !important;
}
.detail .nr .item .item-list .item-list-row .item-form-label.data-v-5d688905 {
  width: 300rpx;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 26rpx;
  color: #666666;
}
.detail .nr .item .item-list .item-list-row .item-form-val.data-v-5d688905 {
  font-weight: 400;
  font-size: 26rpx;
  color: #333333;
}
.detail .nr .item .item-list .item-list-row .price.data-v-5d688905:before {
  content: "ï¿¥";
  font-weight: 400;
  font-size: 24rpx;
  color: #FE2C2E;
}
.detail .nr .item .item-list .item-list-row .item-form-list.data-v-5d688905 {
  max-width: 360rpx;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.detail .nr .item .item-list .item-list-row .item-form-list .item-form-list-row.data-v-5d688905 {
  width: 88rpx;
  height: 88rpx;
  border-radius: 8rpx;
  overflow: hidden;
}
.detail .nr .item .item-list .item-list-row .item-form-list .item-form-list-row image.data-v-5d688905 {
  width: 100%;
}