beingphotographed.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .container {
  2. background: #ececec;
  3. width: 100%;
  4. box-sizing: border-box;
  5. }
  6. .nothing{
  7. height: 100vh;
  8. color: #999;
  9. line-height: 70vh;
  10. }
  11. .seller{
  12. width: 100%;
  13. background: #fff;
  14. display: flex;
  15. justify-content: space-between;
  16. font-size: 30rpx;
  17. padding:15rpx 30rpx;
  18. box-sizing: border-box;
  19. margin: 15rpx 0;
  20. }
  21. .seller image{
  22. width: 40rpx;
  23. height: 40rpx;
  24. }
  25. .footimg{
  26. display: flex;
  27. align-items: center;
  28. }
  29. .top {
  30. width: 100%;
  31. background: #fff;
  32. height: 135rpx;
  33. padding: 20rpx;
  34. box-sizing: border-box;
  35. display: flex;
  36. justify-content: space-between;
  37. }
  38. .top view{
  39. float: left;
  40. }
  41. .save {
  42. float: right;
  43. display: flex;
  44. flex-direction: column;
  45. align-items: flex-end;
  46. font-size: 40rpx;
  47. }
  48. .save :nth-child(2) {
  49. font-size: 28rpx;
  50. }
  51. .img image {
  52. width: 100rpx;
  53. height: 100rpx;
  54. border: 1rpx solid #999;
  55. }
  56. .price {
  57. display: flex;
  58. align-items: flex-start;
  59. flex-direction: column;
  60. width: 64%;
  61. font-size: 25rpx;
  62. margin-left: 10rpx;
  63. }
  64. .bottomtwo{
  65. width: 100%;
  66. display: flex;
  67. justify-content:space-between;
  68. background: #fff;
  69. margin:5rpx 0;
  70. font-size: 28rpx;
  71. padding: 15rpx;
  72. box-sizing: border-box;
  73. }
  74. .bottomtwo :nth-child(2){
  75. display: flex;
  76. margin-left: 20rpx;
  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. background: #fff;
  97. padding: 10rpx;
  98. box-sizing: border-box;
  99. margin-bottom: 10rpx;
  100. }
  101. .btn{
  102. padding: 10rpx 30rpx;
  103. font-size: 28rpx;
  104. background: #fb752c;
  105. color: #fff;
  106. float: right;
  107. margin: 0 10rpx;
  108. }