order.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /* pages/control/order/order.wxss */
  2. page {
  3. width: 750rpx;
  4. min-height: 100vh;
  5. background: #F6F6F6;
  6. }
  7. .contioner {
  8. padding: 24rpx 32rpx;
  9. background: #fff;
  10. }
  11. .top {
  12. padding: 24rpx 0;
  13. }
  14. .top .tit {
  15. font-size: 28rpx;
  16. font-weight: 600;
  17. }
  18. .top .tit2 {
  19. font-size: 36rpx;
  20. }
  21. .top .tips {
  22. font-size: 24rpx;
  23. }
  24. .black {
  25. color: #333333;
  26. }
  27. .gray {
  28. color: #666666;
  29. }
  30. .top .lr {
  31. width: 146rpx;
  32. height: 124rpx;
  33. background: #F8F8F8;
  34. border-radius: 8rpx;
  35. flex-direction: column;
  36. }
  37. .foot .le {
  38. font-size: 24rpx;
  39. font-weight: 600;
  40. color: #333333;
  41. }
  42. .foot .lr {
  43. font-size: 24rpx;
  44. color: #666666;
  45. }
  46. .boxs {
  47. width: 690rpx;
  48. background: #FFFFFF;
  49. border-radius: 8rpx;
  50. margin: auto;
  51. padding: 24rpx;
  52. }
  53. .boxs .tit {
  54. font-size: 28rpx;
  55. font-weight: 600;
  56. color: #333333;
  57. }
  58. .boxs .content {
  59. flex-wrap: wrap;
  60. }
  61. .boxs .item {
  62. width: 120rpx;
  63. height: 120rpx;
  64. border-radius: 10rpx;
  65. position: relative;
  66. z-index: 10;
  67. }
  68. .boxs .item image {
  69. width: 100%;
  70. height: 100%;
  71. }
  72. .boxs .item .icon {
  73. width: 24rpx;
  74. height: 24rpx;
  75. background: #F23131;
  76. border-radius: 50%;
  77. position: absolute;
  78. right: 5rpx;
  79. top: 5rpx;
  80. }
  81. .boxs .photo {
  82. width: 120rpx;
  83. height: 120rpx;
  84. background: #F6F6F6;
  85. border-radius: 4rpx;
  86. }
  87. .boxs .photo image {
  88. width: 40rpx;
  89. height: 40rpx;
  90. }
  91. .tipsBox {
  92. padding: 42rpx 24rpx;
  93. border-radius: 8rpx;
  94. width: 690rpx;
  95. margin: 25rpx auto;
  96. background: #FFFFFF;
  97. }
  98. .tipsBox .lr {
  99. width: 48rpx;
  100. height: 48rpx;
  101. }
  102. .tipsBox .tops {
  103. font-size: 28rpx;
  104. font-weight: 600;
  105. color: #333333;
  106. }
  107. .tipsBox .foots {
  108. font-size: 24rpx;
  109. color: #0F8800;
  110. }
  111. .footer {
  112. width: 750rpx;
  113. height: 148rpx;
  114. background: #FFFFFF;
  115. border-radius: 24rpx 24rpx 0px 0px;
  116. position: fixed;
  117. left: 0;
  118. bottom: 0;
  119. padding: 30rpx;
  120. }
  121. .footer .btn {
  122. width: 330rpx;
  123. height: 88rpx;
  124. border-radius: 8rpx;
  125. line-height: 88rpx;
  126. font-size: 30rpx;
  127. }
  128. .btn-border {
  129. border: 1rpx solid #52A1FF;
  130. color: #52A1FF;
  131. }