newdeal.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .new-deal-block{
  2. width: 100%;
  3. height: 250rpx;
  4. border-bottom: 2rpx solid #ccc;
  5. padding: 0 20rpx;
  6. box-sizing: border-box;
  7. }
  8. .new-deal-block .title{
  9. margin-bottom: 20rpx;
  10. }
  11. .new-deal-block .title:after{
  12. content: "";
  13. display: block;
  14. clear: both;
  15. }
  16. .new-deal-block .title text{
  17. font-size:26rpx;
  18. }
  19. .new-deal-block .title .dealTime{
  20. float: left;
  21. color: #666;
  22. }
  23. .new-deal-block .title .price{
  24. float: right;
  25. color: #000;
  26. }
  27. .new-deal-block .content:after{
  28. content: "";
  29. display: block;
  30. clear: both;
  31. }
  32. .new-deal-block .content .goodsimg{
  33. width: 120rpx;
  34. height: 120rpx;
  35. background: #ccc;
  36. float: left;
  37. margin-right: 30rpx;
  38. margin-top: 20rpx;
  39. }
  40. .new-deal-block .content .userinfo{
  41. float: left;
  42. position: relative;
  43. width: 560rpx;
  44. }
  45. .new-deal-block .content .userinfo .buyer{
  46. font-size: 26rpx;
  47. margin-bottom: 10rpx;
  48. }
  49. .new-deal-block .content .userinfo .auction{
  50. font-size: 26rpx;
  51. margin-bottom: 10rpx;
  52. }
  53. .new-deal-block .content .userinfo .auction text{
  54. color: #fb752c;
  55. }
  56. .new-deal-block .content .userinfo .discount image{
  57. width: 80rpx;
  58. height: 80rpx;
  59. float: left;
  60. }
  61. .new-deal-block .content .userinfo .discount text{
  62. line-height: 100rpx;
  63. float: left;
  64. font-size: 45rpx;
  65. }
  66. .new-deal-block .content .userinfo .bidding-btn{
  67. color: #fff;
  68. display: block;
  69. position: absolute;
  70. width: 170rpx;
  71. background: #fb752c;
  72. right: 0;
  73. top: 60rpx;
  74. font-size: 26rpx;
  75. text-align: center;
  76. line-height: 45rpx;
  77. }