| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758 | 
							- /* pages/orders/order-detail.wxss */
 
- page {
 
-   height: 100vh;
 
-   display: flex;
 
-   flex-direction: column;
 
-   background: #F4F4F4;
 
- }
 
- .container {
 
-   display: flex;
 
-   flex-direction: column;
 
-   position: relative;
 
-   &::before {
 
-     content: '';
 
-     position: absolute;
 
-     top: 0;
 
-     left: 0;
 
-     right: 0;
 
-     height: 254rpx;
 
-     background: linear-gradient(180deg, #FDEC00 0%, #FAD400 100%);
 
-   }
 
- }
 
- .record-list {
 
-   flex: 1;
 
-   overflow-y: scroll;
 
-   box-sizing: border-box;
 
- }
 
- .scroll-container {
 
-   padding-bottom: 186rpx;
 
-   overflow: hidden;
 
- }
 
- .order-status {
 
-   margin: 24rpx 26rpx 0;
 
-   background-color: #FFFFFF;
 
-   border-radius: 20rpx;
 
-   padding: 24rpx 32rpx;
 
-   .status {
 
-     display: flex;
 
-     padding-bottom: 24rpx;
 
-     image {
 
-       width: 48rpx;
 
-       height: 48rpx;
 
-       margin-right: 16rpx;
 
-     }
 
-     text {
 
-       font-weight: 600;
 
-       font-size: 36rpx;
 
-       color: #131415;
 
-       line-height: 48rpx;
 
-     }
 
-   }
 
-   .tips {
 
-     font-size: 28rpx;
 
-     color: #777777;
 
-     line-height: 40rpx;
 
-   }
 
- }
 
- .addBuyer {
 
-   position: relative;
 
-   margin: 26rpx;
 
-   background: #fff;
 
-   border-radius: 20rpx;
 
-   display: flex;
 
-   align-items: center;
 
-   justify-content: space-between;
 
-   padding: 24rpx;
 
-   overflow: hidden;
 
-   .addressTop {
 
-     position: absolute;
 
-     z-index: 1;
 
-     top: 0;
 
-     left: 0;
 
-     width: 100%;
 
-   }
 
-   .icon-man {
 
-     width: 44rpx;
 
-     height: 44rpx;
 
-     margin-right: 16rpx;
 
-     flex-shrink: 0;
 
-     &.selected {
 
-       width: 36rpx;
 
-       height: 36rpx;
 
-     }
 
-   }
 
-   .addBuyer-left {
 
-     display: flex;
 
-   }
 
-   .users {
 
-     display: flex;
 
-     font-weight: 600;
 
-     font-size: 32rpx;
 
-     color: #131415;
 
-     line-height: 44rpx;
 
-     width: 540rpx;
 
-     white-space: nowrap;
 
-     overflow: hidden;
 
-     text-overflow: ellipsis;
 
-   }
 
-   .address {
 
-     padding-bottom: 16rpx;
 
-     font-size: 28rpx;
 
-     color: #333333;
 
-     font-weight: bold;
 
-     line-height: 40rpx;
 
-     text {
 
-       padding-right: 24rpx;
 
-       &:last-child {
 
-         color: #777777;
 
-         font-weight: 400;
 
-       }
 
-     }
 
-   }
 
-   .selected {
 
-     .users {
 
-       font-weight: 400;
 
-       font-size: 28rpx;
 
-       color: #131415;
 
-     }
 
-     .address {
 
-       display: flex;
 
-       // flex-direction: column;
 
-       .userName {
 
-         max-width: 300rpx;
 
-         white-space: nowrap;
 
-         overflow: hidden;
 
-         text-overflow: ellipsis;
 
-       }
 
-     }
 
-   }
 
-   .arrow-right {
 
-     width: 24rpx;
 
-     height: 24rpx;
 
-   }
 
- }
 
- .order-content {
 
-   margin: 24rpx 26rpx 0;
 
-   border-radius: 20rpx;
 
-   padding: 28rpx 24rpx;
 
-   background-color: #FFFFFF;
 
- }
 
- .item-content {
 
-   display: flex;
 
-   width: 100%;
 
-   &+.item-content {
 
-     padding-top: 40rpx;
 
-   }
 
-   .goods-icon {
 
-     width: 140rpx;
 
-     height: 140rpx;
 
-     margin-right: 20rpx;
 
-     flex-shrink: 0;
 
-     border-radius: 11px;
 
-     overflow: hidden;
 
-   }
 
-   .goods-desc {
 
-     flex: 1 auto;
 
-     display: flex;
 
-     flex-direction: column;
 
-   }
 
-   .goodsInfo {
 
-     display: flex;
 
-     justify-content: space-between;
 
-     padding-top: 4rpx;
 
-     .goods-name {
 
-       flex: 1 auto;
 
-       white-space: nowrap;
 
-       overflow: hidden;
 
-       font-weight: 600;
 
-       font-size: 30rpx;
 
-       color: #333;
 
-       line-height: 50rpx;
 
-       text-overflow: ellipsis;
 
-       max-width: 280rpx;
 
-     }
 
-     .goods-current-price {
 
-       font-weight: bold;
 
-       font-family: DINAlternate, DINAlternate;
 
-       font-size: 28rpx;
 
-       color: #131415;
 
-       line-height: 48rpx;
 
-       text {
 
-         font-size: 36rpx;
 
-         padding-left: 4rpx;
 
-       }
 
-     }
 
-   }
 
-   .goods-price {
 
-     flex-shrink: 0;
 
-     font-family: DINAlternate, DINAlternate;
 
-     font-weight: bold;
 
-     color: #131415;
 
-     line-height: 48rpx;
 
-     .stuff {
 
-       font-size: 28rpx;
 
-       padding-right: 4rpx;
 
-     }
 
-     .priceZ {
 
-       font-size: 40rpx;
 
-     }
 
-     .priceF {
 
-       font-size: 32rpx;
 
-     }
 
-   }
 
-   .origin-price {
 
-     font-weight: 400;
 
-     font-size: 24rpx;
 
-     color: #6D4718;
 
-     line-height: 1;
 
-   }
 
-   .goods-type {
 
-     display: flex;
 
-     align-items: center;
 
-     padding-top: 10rpx;
 
-     justify-content: space-between;
 
-     .goods-card {
 
-       background: #FFF1E0;
 
-       border-radius: 6rpx;
 
-       font-size: 26rpx;
 
-       color: #FE4600;
 
-       line-height: 40rpx;
 
-       padding: 0 12rpx;
 
-     }
 
-     .goods-num {
 
-       font-size: 26rpx;
 
-       color: #AAA;
 
-       line-height: 36rpx;
 
-     }
 
-   }
 
- }
 
- .goodsInfos {
 
-   margin-top: 30rpx;
 
-   // border-top: 2rpx solid #F2F2F2;
 
-   .qrcode-line {
 
-     position: relative;
 
-     // background: linear-gradient(to right, transparent 50%, rgba(219, 219, 219, 1) 50%) repeat-x; // 设置水平方向的线性渐变,透明与半透明色交替,模拟虚线线段
 
-     // background-size: 10px 1px; // 设置背景大小,控制虚线的线段长度和粗细,这里线段长度为10px,粗细为1px
 
-     background-color: #F2F2F2;
 
-     height: 2rpx; // 元素高度,可根据实际需求调整,用于展示虚线效果的高度范围
 
-     margin: 24rpx 0 28rpx;
 
-     // &::before,
 
-     // &::after {
 
-     //   content: '';
 
-     //   position: absolute;
 
-     //   top: -20rpx;
 
-     //   display: block;
 
-     //   width: 40rpx;
 
-     //   height: 40rpx;
 
-     //   background-color: #F4F4F4;
 
-     //   border-radius: 50%;
 
-     // }
 
-     // &::before {
 
-     //   left: -50rpx;
 
-     // }
 
-     // &::after {
 
-     //   right: -50rpx;
 
-     // }
 
-   }
 
- }
 
- .goodsInfo-item {
 
-   display: flex;
 
-   justify-content: space-between;
 
-   align-items: center;
 
-   padding-top: 28rpx;
 
-   &:first-child {
 
-     padding-top: 0;
 
-     .title {
 
-       color: #777;
 
-     }
 
-   }
 
-   .title {
 
-     font-weight: 400;
 
-     font-size: 28rpx;
 
-     color: #FE2451;
 
-     line-height: 40rpx;
 
-   }
 
-   .goods-price {
 
-     flex-shrink: 0;
 
-     font-family: DINAlternate, DINAlternate;
 
-     font-weight: bold;
 
-     color: #131415;
 
-     line-height: 48rpx;
 
-     .stuff {
 
-       font-size: 28rpx;
 
-       padding-right: 4rpx;
 
-     }
 
-     .priceZ {
 
-       font-size: 32rpx;
 
-     }
 
-     .priceF {
 
-       font-size: 24rpx;
 
-     }
 
-   }
 
-   .calc-price {
 
-     // font-weight: bold;
 
-     // font-size: 28rpx;
 
-     color: #FF0047;
 
-     // line-height: 32rpx;
 
-   }
 
- }
 
- .goodsInfo-count {
 
-   display: flex;
 
-   justify-content: flex-end;
 
-   .goods-price {
 
-     flex-shrink: 0;
 
-     font-family: DINAlternate, DINAlternate;
 
-     font-weight: bold;
 
-     color: #131415;
 
-     line-height: 48rpx;
 
-     .before {
 
-       font-weight: 400;
 
-       font-size: 24rpx;
 
-       color: #777777;
 
-       vertical-align: middle;
 
-       padding-right: 6rpx;
 
-     }
 
-     .red {
 
-       color: #FE4600;
 
-     }
 
-     .stuff {
 
-       font-size: 28rpx;
 
-       padding-right: 4rpx;
 
-     }
 
-     .priceZ {
 
-       font-size: 40rpx;
 
-       // line-height: 1;
 
-       color: #FE4600;
 
-     }
 
-     .priceF {
 
-       font-size: 24rpx;
 
-       color: #FE4600;
 
-     }
 
-     .afterTxt {
 
-       font-weight: 400;
 
-       font-size: 24rpx;
 
-       color: #777777;
 
-       vertical-align: middle;
 
-       padding-left: 12rpx;
 
-     }
 
-     .afterPrice {
 
-       color: #333333;
 
-       font-size: 36rpx;
 
-     }
 
-   }
 
- }
 
- .buyUsers {
 
-   position: relative;
 
-   margin: 24rpx 26rpx 0;
 
-   background: #FFFFFF;
 
-   border-radius: 20rpx;
 
-   padding: 28rpx 24rpx;
 
-   .buyuser_img {
 
-     position: absolute;
 
-     top: 0;
 
-     right: 0;
 
-     width: 160rpx !important;
 
-   }
 
-   .users {
 
-     font-size: 32rpx;
 
-     color: #777;
 
-     text {
 
-       color: #131415;
 
-       font-weight: bold;
 
-       padding-right: 12rpx;
 
-     }
 
-   }
 
-   .detail {
 
-     padding-top: 8rpx;
 
-     font-size: 26rpx;
 
-     color: #777777;
 
-     line-height: 36rpx;
 
-   }
 
- }
 
- .order-time {
 
-   margin: 24rpx 26rpx 0;
 
-   border-radius: 20rpx;
 
-   padding: 0 24rpx;
 
-   background-color: #FFFFFF;
 
-   .line {
 
-     width: 100%;
 
-     height: 2rpx;
 
-     background: #F2F2F2;
 
-     margin-bottom: 28rpx;
 
-   }
 
-   .order-item {
 
-     display: flex;
 
-     justify-content: space-between;
 
-     padding: 36rpx 0;
 
-     border-bottom: 2rpx solid #F0F0F0;
 
-     &:last-child {
 
-       border-bottom: 0;
 
-     }
 
-     .title {
 
-       font-size: 30rpx;
 
-       color: #131415;
 
-       line-height: 40rpx;
 
-       flex-shrink: 0;
 
-       padding-right: 46rpx;
 
-     }
 
-     .value {
 
-       font-size: 30rpx;
 
-       color: #777777;
 
-       line-height: 42rpx;
 
-       display: flex;
 
-       align-items: center;
 
-       text-align: right;
 
-       word-break: break-all;
 
-       word-wrap: break-word;
 
-       &.red {
 
-         color: #FE2451;
 
-       }
 
-       &.expanded {
 
-         .iconDown {
 
-           transform: rotate(0deg);
 
-         }
 
-       }
 
-       .iconDown {
 
-         margin-left: 8rpx;
 
-         width: 24rpx;
 
-         height: 24rpx;
 
-         transform: rotate(180deg);
 
-       }
 
-       .copy {
 
-         font-size: 30rpx;
 
-         color: #131415;
 
-         line-height: 42rpx;
 
-         display: flex;
 
-         align-items: center;
 
-         padding-left: 16rpx;
 
-       }
 
-     }
 
-   }
 
- }
 
- .wechat-section {
 
-   background: #FFFFFF;
 
-   border-radius: 20rpx;
 
-   padding: 28rpx 24rpx;
 
-   margin: 24rpx 26rpx;
 
-   display: flex;
 
-   justify-content: space-between;
 
-   align-items: center;
 
-   .wechat-left {
 
-     font-weight: 600;
 
-     font-size: 28rpx;
 
-     color: #000000;
 
-     line-height: 40rpx;
 
-     display: flex;
 
-     align-items: center;
 
-     image {
 
-       margin-right: 16rpx;
 
-       width: 40rpx;
 
-       height: 34rpx;
 
-     }
 
-   }
 
-   .checkbox {
 
-     width: 32rpx;
 
-     height: 32rpx;
 
-   }
 
- }
 
- .order-btn {
 
-   position: fixed;
 
-   bottom: 0;
 
-   left: 0;
 
-   width: 100%;
 
-   background-color: #FFFFFF;
 
-   // display: flex;
 
-   // justify-content: space-between;
 
-   // justify-content: flex-end;
 
-   // box-sizing: border-box;
 
-   .orders {
 
-     display: flex;
 
-     flex-direction: column;
 
-     margin-right: 40rpx;
 
-     image {
 
-       width: 48rpx;
 
-       height: 48rpx;
 
-     }
 
-     text {
 
-       font-weight: 500;
 
-       font-size: 22rpx;
 
-       color: #131415;
 
-       line-height: 32rpx;
 
-       text-align: center;
 
-     }
 
-   }
 
-   .more {
 
-     display: flex;
 
-     justify-content: space-between;
 
-     padding: 20rpx 32rpx 58rpx 32rpx;
 
-   }
 
-   .price-section {
 
-     display: flex;
 
-     flex-direction: column;
 
-     justify-content: center;
 
-   }
 
-   .price {
 
-     display: flex;
 
-     align-items: flex-end;
 
-     padding-bottom: 4rpx;
 
-     .desc {
 
-       font-size: 28rpx;
 
-       color: #777;
 
-       line-height: 40rpx;
 
-       flex-shrink: 0;
 
-     }
 
-     .currentPrice {
 
-       font-weight: bold;
 
-       color: #333333;
 
-       font-family: DINAlternate, DINAlternate;
 
-       display: flex;
 
-       align-items: flex-end;
 
-       .stuff {
 
-         font-size: 32rpx;
 
-         padding: 0 4rpx;
 
-       }
 
-       .priceZ {
 
-         font-size: 48rpx;
 
-         line-height: 1;
 
-       }
 
-       .priceF {
 
-         font-size: 32rpx;
 
-       }
 
-     }
 
-     .line {
 
-       margin: 0 12rpx 8rpx;
 
-       background-color: #D2D2D2;
 
-       width: 2rpx;
 
-       height: 20rpx;
 
-     }
 
-   }
 
-   .discountPrice {
 
-     font-size: 26rpx;
 
-     color: #FE4600;
 
-     text {
 
-       font-weight: bold;
 
-     }
 
-   }
 
-   button {
 
-     margin-left: 12rpx !important;
 
-     line-height: 94rpx;
 
-     padding: 0 !important;
 
-     font-weight: 500;
 
-     width: 292rpx !important;
 
-     font-size: 32rpx;
 
-     color: #FEFFCA;
 
-     margin: 0 !important;
 
-     flex-shrink: 0;
 
-     background: linear-gradient(90deg, #544F4A 0%, #302F2B 100%);
 
-     box-shadow: 0rpx 14rpx 14rpx 0rpx rgba(0, 0, 0, 0.18);
 
-     border-radius: 30rpx;
 
-     border: 8rpx solid #FFFFFF;
 
-   }
 
- }
 
- .van-picker__toolbar,
 
- .toolbar-top {
 
-   margin: 0 40rpx !important;
 
-   padding: 0 14rpx !important;
 
-   border-bottom: 2rpx solid #F2F2F2;
 
-   height: auto !important;
 
-   line-height: normal !important;
 
- }
 
- .van-picker__cancel,
 
- .van-picker__confirm,
 
- .toolbar-cancel,
 
- toolbar-confirm {
 
-   font-size: 32rpx !important;
 
-   padding: 28rpx 0 !important;
 
-   color: #777777 !important;
 
- }
 
- .van-picker__confirm,
 
- .toolbar-confirm {
 
-   color: #FE2451 !important;
 
- }
 
- .toolbar-top {
 
-   display: flex;
 
-   align-items: center;
 
-   justify-content: space-between;
 
- }
 
- .addressContainer {
 
-   background: linear-gradient(180deg, #FFDEE7 0%, #FFFFFF 12%, #FFFFFF 100%);
 
-   border-radius: 32rpx 32rpx 0rpx 0rpx;
 
-   height: 928rpx;
 
-   display: flex;
 
-   flex-direction: column;
 
-   .icon-close {
 
-     position: absolute;
 
-     z-index: 2;
 
-     top: 28rpx;
 
-     right: 12rpx;
 
-     padding: 20rpx;
 
-     width: 30rpx;
 
-     height: 30rpx;
 
-   }
 
-   .pop-address-title {
 
-     position: relative;
 
-     z-index: 1;
 
-     text-align: center;
 
-     padding-top: 36rpx;
 
-     padding-bottom: 20rpx;
 
-     font-weight: 600;
 
-     font-size: 36rpx;
 
-     color: #131415;
 
-     line-height: 50rpx;
 
-   }
 
-   .cell-group {
 
-     flex: 1 auto;
 
-     .van-cell {
 
-       padding: 36rpx 40rpx;
 
-       font-size: 30rpx;
 
-     }
 
-     .van-field__label {
 
-       color: #666666;
 
-     }
 
-     .van-icon-arrow {
 
-       color: #BFBFBF;
 
-     }
 
-     .textarea {
 
-       max-height: 72rpx;
 
-     }
 
-   }
 
-   .van-picker-column__item--selected {
 
-     font-weight: 600;
 
-     font-size: 32rpx;
 
-     color: #6D4718 !important;
 
-   }
 
-   .pop-btn-group {
 
-     padding: 32rpx 32rpx 58rpx;
 
-   }
 
-   .submit-btn {
 
-     width: 100% !important;
 
-     margin: 0 !important;
 
-     padding: 0 !important;
 
-     line-height: 88rpx;
 
-     background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
 
-     border-radius: 88rpx;
 
-     font-weight: 500;
 
-     font-size: 32rpx;
 
-     color: #fff;
 
-   }
 
- }
 
 
  |