orderDetails.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* pages/orderDetails/orderDetails.wxss */
  2. .mine {
  3. padding: 64rpx 28rpx 120rpx 28rpx;
  4. position: relative;
  5. }
  6. .mine .info-text {
  7. font-family: PingFangSC-Regular;
  8. font-size: 32rpx;
  9. color: #333333;
  10. letter-spacing: 0;
  11. }
  12. .mine .info-type {
  13. margin-top: 24rpx;
  14. }
  15. .mine .info-supplier {
  16. margin-top: 40rpx;
  17. }
  18. .van-cell {
  19. margin-top: 18rpx;
  20. border-radius: 8px;
  21. padding-top: 34rpx !important;
  22. padding-bottom: 34rpx !important;
  23. }
  24. .van-field__label {
  25. font-size: 32rpx !important;
  26. font-family: PingFangSC-Regular !important;
  27. color: #333333 !important;
  28. }
  29. .van-field__control {
  30. font-size: 32rpx !important;
  31. font-family: PingFangSC-Regular !important;
  32. color: #333333 !important;
  33. }
  34. .van-field__button {
  35. height: 32rpx;
  36. line-height: 10rpx;
  37. }
  38. .mine .info-num {
  39. margin-top: 40rpx;
  40. }
  41. .mine .info-price {
  42. margin-top: 40rpx;
  43. }
  44. .mine .info-ps {
  45. margin-top: 40rpx;
  46. }
  47. .mine .info-ps .remarks {
  48. background: #FFFFFF;
  49. height: 224rpx;
  50. }
  51. .operation {
  52. margin-top: 88rpx;
  53. width: 626rpx;
  54. height: 96rpx;
  55. line-height: 96rpx;
  56. background: #0271E3;
  57. border-radius: 48rpx;
  58. font-family: PingFangSC-Regular;
  59. font-size: 36rpx;
  60. color: #FFFFFF;
  61. letter-spacing: 0;
  62. text-align: center;
  63. position: relative;
  64. left: 50%;
  65. transform: translateX(-50%);
  66. }