goodstobereceived.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /* pages/mine/wxml/goodstobereceived/goodstobereceived.wxss */
  2. .container {
  3. background: #ececec;
  4. width: 100%;
  5. box-sizing: border-box;
  6. }
  7. .nothing{
  8. height: 100vh;
  9. color: #999;
  10. line-height: 70vh;
  11. }
  12. .seller{
  13. width: 100%;
  14. background: #fff;
  15. display: flex;
  16. justify-content: space-between;
  17. font-size: 30rpx;
  18. padding:15rpx 30rpx;
  19. box-sizing: border-box;
  20. margin: 15rpx 0;
  21. }
  22. .seller image{
  23. width: 40rpx;
  24. height: 40rpx;
  25. }
  26. .footimg{
  27. display: flex;
  28. align-items: center;
  29. }
  30. .top {
  31. width: 100%;
  32. background: #fff;
  33. height: 135rpx;
  34. padding: 20rpx;
  35. box-sizing: border-box;
  36. display: flex;
  37. justify-content: space-between;
  38. }
  39. .top view{
  40. float: left;
  41. }
  42. .save {
  43. float: right;
  44. display: flex;
  45. flex-direction: column;
  46. align-items: flex-end;
  47. font-size: 40rpx;
  48. }
  49. .save :nth-child(2) {
  50. font-size: 28rpx;
  51. }
  52. .img image {
  53. width: 100rpx;
  54. height: 100rpx;
  55. border: 1rpx solid #999;
  56. }
  57. .price {
  58. display: flex;
  59. align-items: flex-start;
  60. flex-direction: column;
  61. width: 64%;
  62. font-size: 25rpx;
  63. margin-left: 10rpx;
  64. }
  65. .bottomtwo{
  66. width: 100%;
  67. display: flex;
  68. justify-content:space-between;
  69. background: #fff;
  70. margin:5rpx 0;
  71. font-size: 28rpx;
  72. padding: 15rpx;
  73. box-sizing: border-box;
  74. }
  75. .bottomtwo :nth-child(2){
  76. display: flex;
  77. }
  78. .fontcolor{
  79. color: #fb752c;
  80. }
  81. .fontcolor :nth-child(1){
  82. margin-right: 20rpx;
  83. }
  84. .head{
  85. width: 100%;
  86. display: flex;
  87. justify-content: space-between;
  88. padding: 10rpx;
  89. background: #fff;
  90. box-sizing: border-box;
  91. font-size: 28rpx;
  92. margin: 5rpx 0;
  93. }
  94. .footer{
  95. width: 100%;
  96. display: flex;
  97. justify-content: flex-end;
  98. background: #fff;
  99. padding: 10rpx;
  100. box-sizing: border-box;
  101. margin-bottom: 10rpx;
  102. }
  103. .btn,.btnone{
  104. padding: 10rpx 30rpx;
  105. font-size: 28rpx;
  106. }
  107. .btn{
  108. background: #fb752c;
  109. color: #fff;
  110. border: 1px solid #fb752c;
  111. margin-left: 10rpx;
  112. }
  113. .btnone{
  114. color: #fb752c;
  115. border: 1px solid #fb752c;
  116. margin-left: 10rpx;
  117. }