index.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* components/user/limitTimeGetting/index.wxss */
  2. @import '../../../app.wxss';
  3. .limitTimeGetting{
  4. padding: 30rpx 0;
  5. }
  6. .limitTimeGetting:nth-last-child(1){
  7. border: none
  8. }
  9. .limitTimeGetting image{
  10. width: 150rpx;
  11. height: 150rpx;
  12. flex-shrink: 0
  13. }
  14. .info{
  15. margin-top: -10rpx;
  16. padding-left: 20rpx;
  17. box-sizing: border-box
  18. }
  19. .limitTimeGetting .header-badge{
  20. width: 56rpx;
  21. height: 32rpx;
  22. /* margin-right:12rpx; */
  23. border-radius:4rpx
  24. }
  25. .header-badge+text{
  26. color: #333333;
  27. padding-left: 12rpx;
  28. box-sizing: border-box
  29. }
  30. .info-price{
  31. padding: 27rpx 0 17rpx
  32. }
  33. .info-price text:nth-child(1){
  34. color:#ff0000;
  35. margin-right:18rpx
  36. }
  37. .info-price text:nth-child(2){
  38. color:#818181;
  39. text-decoration: line-through
  40. }
  41. .info-count .day{
  42. color: #34495e;
  43. margin-right: 8rpx
  44. }
  45. .info-count text.sale{
  46. width: 186rpx;
  47. height: 36rpx;
  48. border-radius: 0 10rpx 0 10rpx;
  49. background: #ffebd0;
  50. color: #895148;
  51. }
  52. .info-address{
  53. margin-top: 22rpx;
  54. }
  55. .info-address image{
  56. margin-top: 6rpx;
  57. width: 20rpx;
  58. height: 24rpx;
  59. margin-right: 12rpx
  60. }
  61. .info-address text{
  62. color: #818181
  63. }