subOrder.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /* pages/subOrder/subOrder.wxss */
  2. .pd{margin-bottom: 60rpx;}
  3. .peisong{background: #fff;margin-top: 20rpx;}
  4. .pstit{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;border-bottom: 2rpx solid #E5E5E5;position: relative;padding: 0 20rpx;height: 99rpx;}
  5. .pstit::before{content: '';display: block;width: 4rpx;height: 26rpx;background: var(--mina) !important;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
  6. .psfs{font-size: 30rpx;color: #333;}
  7. .psfss{width: 164rpx;height: 57rpx;border: 2rpx solid var(--mina) !important;border-radius: 64rpx;display: flex;display: -webkit-flex;overflow: hidden;padding: 4rpx;}
  8. .psfss text{display: block;font-size: 24rpx;color: var(--mina) !important;height: 57rpx;line-height: 57rpx;border-radius: 50rpx;width: 50%;text-align: center;}
  9. .psfss text.active{color: var(--fff) !important;background-color:var(--mina) !important;}
  10. .ziti{width: 82rpx;}
  11. .gys{text-align: center;position: absolute;top: 140rpx;background: rgba(0,0,0,.6);width: 179rpx;color: white;}
  12. .ziti text{width: 100%;}
  13. .psaddr{position: relative;}
  14. .addr{display: flex;display: -webkit-flex;align-items: center;padding: 35rpx 20rpx;border-bottom: 2rpx solid #E5E5E5;}
  15. .name{font-size: 30rpx;color: #333;font-weight: bold;line-height: 36rpx;}
  16. .area{font-size: 24rpx;color: #999;display: flex;display: -webkit-flex;align-items: center;margin: 15rpx 0 0;}
  17. .ztaddr{position: relative;}
  18. .ztaddrs{padding: 35rpx 20rpx;align-items: center;}
  19. .ztaddrs .info{flex: 1;-webkit-flex: 1;margin-right: 20rpx;}
  20. .mdinfo{border-top: 2rpx solid #E8E8E8;padding: 22rpx 20rpx 28rpx;line-height: 40rpx;font-size: 26rpx;color: #999;justify-content: space-between;}
  21. .mdinfo text{color: #333;}
  22. .mdinfo view{align-items: center;}
  23. .mobile{width: 150rpx !important;height: 36rpx !important;border: 2rpx solid #0065AC;font-size: 24rpx;color: #0065AC;text-align: center;line-height: 36rpx;border-radius: 20rpx !important;margin: 0 !important;}
  24. .dzico{display: block;width: 22rpx;height: 27rpx;margin-right: 7rpx;}
  25. .rbox{width: 50rpx;height: 50rpx;}
  26. .rbox .rico{margin: 13rpx auto 0;display: block;width: 14rpx;height: 24rpx;}
  27. .rico{display: block;width: 14rpx;height: 24rpx;}
  28. .dzbg{display: block;position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 8rpx;}
  29. .psaddr .name{margin-bottom: 15rpx;}
  30. .psaddr .text{font-size: 24rpx;color: #999;}
  31. .psaddr .text text{margin-left: 20rpx;}
  32. .psaddr .dzico{margin-right: 25rpx;}
  33. .list{background: #fff;padding: 0 20rpx;border-radius: 10rpx;}
  34. .list .li{display: flex;display: -webkit-flex;align-items: center;padding: 30rpx 0 39rpx;border-bottom: 2rpx solid #E5E5E5;}
  35. .list .li:last-child{border-bottom: none;}
  36. .check{display: block;width: 34rpx;height: 34rpx;margin-right: 20rpx;}
  37. .cimgs{position: relative;width: 180rpx;height: 180rpx;box-sizing: border-box;border: 2rpx solid #E5E5E5;border-radius: 10rpx;margin-right: 20rpx;}
  38. .type{width: 82rpx;height: 36rpx;position: absolute;top: 2rpx;left: 2rpx;}
  39. .cimg{width: 100%;height: 100%;}
  40. .zhinfo{flex:1;-webkit-flex: 1;overflow: hidden;position: relative;}
  41. .list .li:last-child .zhinfo{border-bottom: none;}
  42. .zhtit{font-size: 30rpx;color: #212121;line-height: 40rpx;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  43. .guigecontent{
  44. margin-top: 5rpx;
  45. font-size: 22rpx;color: #999;
  46. display: flex;
  47. flex-direction: row;
  48. }
  49. .guige{font-size: 22rpx;color: #999;}
  50. .jiage{display: flex;display: -webkit-flex;align-items: center;justify-content: space-between;margin-top: 45rpx;}
  51. .zhjia{font-size: 36rpx;color: #FE0419;}
  52. .zhjia text{font-size: 28rpx;}
  53. .integral{color: #FE0419;}
  54. .integral .intnum{font-size: 36rpx;}
  55. .integral .money{font-size: 28rpx;}
  56. .num{height: 44rpx;box-sizing: border-box;display: flex;display: -webkit-flex;align-items: center;text-align: center;}
  57. .jian{display: block;width: 56rpx;height: 44rpx;font-size: 30rpx;color: #333;}
  58. /* background: #F0F0F0; */
  59. .nums{display: block;line-height: 44rpx;font-size: 28rpx;color: #333;width: 66rpx;border-radius: 6rpx;}
  60. .ddinfo{background: #fff;padding: 0 20rpx;margin: 20rpx 0 0;border-radius: 10rpx;}
  61. .ddinfo .li{display: flex;display: -webkit-flex;align-items: center;padding: 30rpx 0;border-bottom: 2rpx solid #E5E5E5;}
  62. .ddinfo .li:last-child{border-bottom: none;}
  63. .ddinfo .li text{display: block;font-size: 28rpx;color: #444;}
  64. .ddinfo .li view{flex: 1;-webkit-flex: 1;font-size: 28rpx;color: #333;text-align: right;}
  65. .ddinfo .li view.quan{color: #FE0419;margin-right: 12rpx;}
  66. .ddinfo input{flex: 1;-webkit-flex: 1;font-size: 28rpx;color: #333;}
  67. .bot{background: #fff;height: 100rpx;position: fixed;left: 0;right: 0;bottom: 0;z-index: 80;display: flex;display: -webkit-flex;align-items: center;}
  68. .heji{flex:1;-webkit-flex: 1;padding: 0 35rpx;line-height: 100rpx;font-size: 28rpx;color: #FE0419;}
  69. .heji text{font-size: 36rpx;}
  70. .zong{flex:1;-webkit-flex: 1;padding: 0 35rpx;line-height: 100rpx;}
  71. .jiesuan{width: 300rpx;height: 100rpx;line-height: 100rpx;background: #FE0419;font-size: 30rpx;color: #fff;text-align: center;}
  72. .user{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;border-bottom: 2rpx solid #E5E5E5;position: relative;padding: 0 20rpx;height: 120rpx;line-height: 55rpx; font-size: 13sp;}
  73. .user input{width: 180rpx; color: #0065AC;}
  74. .username{margin-left: 18dp;}
  75. .chufangy{position: fixed;background: rgba(247, 3, 3, 0.6); left: 0;right: 0;bottom: 100rpx;height: 60rpx;line-height: 60rpx;font-size:24rpx;color: #fff;text-align: center;z-index: 50;}
  76. /* 送达时间 */
  77. .sendtime{background: #fff;border-radius: 10rpx;height: 94rpx;padding: 0 20rpx;align-items: center;margin-top: 20rpx;}
  78. .sendtime text{display: block;font-size: 30rpx;color: #333;font-weight: bold;}
  79. .sendtime view{font-size: 28rpx;color: #333;font-weight: bold;text-align: right;margin-right: 36rpx;}
  80. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.7);z-index: 99;}
  81. .time-pop{position: fixed;left: 0;right: 0;bottom: 0;background: #fff;border-radius: 20rpx 20rpx 0 0;padding-bottom: 30rpx;z-index: 100;}
  82. .close{position: absolute;right: 30rpx;top: 30rpx;width: 40rpx;height: 40rpx;}
  83. .pop-tit{font-size: 30rpx;color: #333;font-weight: bold;text-align: center;padding: 35rpx 0 60rpx;}
  84. .pop-tits{font-size: 28rpx;color: #333;padding: 0 30rpx 25rpx;border-bottom: 1rpx solid #EFEFEF;}
  85. .pop-left{width: 249rpx;background: #F9F9F9;}
  86. .pop-left .li{height: 90rpx;line-height: 90rpx;font-size: 28rpx;color: #333;padding-left: 33rpx;}
  87. .pop-left .li.active{background: #fff;padding-left: 24rpx;border-left: 7rpx solid var(--mina);color: var(--mina);}
  88. .pop-right{width: 501rpx;height: 680rpx;overflow-y: scroll;-webkit-overflow-scrolling: touch;padding: 20rpx 0;}
  89. .pop-right .li{font-size: 28rpx;color: #333;font-weight: 500;padding-left: 50rpx;line-height: 80rpx;position: relative;}
  90. .pop-right .li.active{color: var(--mina);}
  91. .gou{display: none;width: 25rpx;height: 18rpx;position: absolute;right: 58rpx;top: 50%;transform: translateY(-50%);}
  92. .pop-right .li.active .gou{display: block;}
  93. .pop-btn{margin: 58rpx 30rpx 0;background: #EB544D;height: 70rpx;line-height: 70rpx;border-radius: 35rpx;font-size: 28rpx;color: #fff;text-align: center;}
  94. .backtime{font-size: 22rpx;color: #999;align-items: center;position: absolute;top: 35rpx;left: 30rpx;height: 40rpx;}
  95. .backtime image{width: 15rpx;height: 25rpx;margin-right: 10rpx;}
  96. .pop-list{height: 750rpx;}
  97. .pop-list picker-view{height: 750rpx;}
  98. .pop-list .li{width: 100%;line-height: 40px;font-size: 28rpx;color: #333;font-weight: 500;text-align: center;}
  99. /* 海外购 */
  100. .overseasPurchase{background: #fff;border-radius: 10rpx;height: 318rpx;padding: 0 20rpx;margin-top: 20rpx;}
  101. .overseasPurchase .li{border-bottom: 1rpx solid #F4F6FA;height: 94rpx;display: flex;display: -webkit-flex;align-items: center;position: relative;}
  102. .item{flex: 1;-webkit-flex: 1;font-size: 30rpx;color: #999;text-align: right;overflow: hidden;}
  103. .item text{align-items: center; color: #444444;font-size: 28rpx;text-align: right;}
  104. .overseasPurchase .bi{width: 22rpx;height: 24rpx;margin-left: 14rpx;}
  105. .overseasPurchase .hwg{width: 34rpx;height: 36rpx; margin-right: 12rpx;}
  106. .overseasPurchase .info{margin-top: 30rpx;align-items: center;font-size: 24rpx;color: #999999;}
  107. .updateShop{width: 30rpx;height: 30rpx;}
  108. .updateShop .rico{display: block;width: 14rpx;height: 24rpx; float: right;}
  109. .address{overflow: hidden;text-overflow:ellipsis; white-space: nowrap;flex: 0.7;}
  110. .balances{ padding: 0px 30rpx 249rpx 30rpx;}
  111. .balance{
  112. font-size: 28rpx;
  113. justify-content: space-between;
  114. margin-bottom: 20rpx;
  115. }
  116. .reduced{
  117. align-items: center;
  118. }
  119. .balance-tit{font-size: 32rpx;
  120. color: #222222;
  121. font-weight: bold;
  122. text-align: center;
  123. padding: 35rpx 0 60rpx;}
  124. .balance text{font-weight: bold;}
  125. .balance view:nth-child(2) text{color: #EF4A37;margin-right: 20rpx;}
  126. radio .wx-radio-input {
  127. width: 34rpx;
  128. height: 34rpx;
  129. border-radius: 100%;
  130. background: none;
  131. }
  132. radio .wx-radio-input.wx-radio-input-checked::before {
  133. width: 34rpx;
  134. height: 34rpx;
  135. border-radius: 100%;
  136. }