newbornZone.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* product/newbornZone/newbornZone.wxss */
  2. page{
  3. background: #6254EB;
  4. }
  5. .banner{
  6. height: 475rpx;
  7. }
  8. .background {
  9. width: 100%;
  10. position:absolute;
  11. background-size:100% 100%;
  12. z-index: -1;
  13. /* background-attachment:fixed; */
  14. }
  15. .conunt {
  16. width: 710rpx;
  17. margin: 0 auto;
  18. position: absolute;
  19. /* position: fixed; */
  20. top: 380rpx;
  21. /* left: 20rpx; */
  22. left: 50%;
  23. transform: translateX(-50%);
  24. }
  25. .conunt .li {
  26. height: 240rpx;
  27. padding: 20rpx;
  28. border-radius: 25rpx;
  29. background-color: #FFFFFF;
  30. margin-bottom: 16rpx;
  31. overflow: hidden;
  32. display: flex;
  33. justify-content: space-between;}
  34. .conunt .li .flex {overflow: hidden;margin-left: 20rpx;}
  35. .proimg {width: 220rpx;height: 220rpx;border-radius: 12rpx;margin-top: 10rpx;}
  36. .proname {font-size: 28rpx;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  37. .endtime {display: inline-block;height: 32rpx;line-height: 32rpx;border-radius: 6rpx;font-size: 24rpx;margin: 16rpx 0 0 0; letter-spacing:2rpx}
  38. .black{font-size: 24rpx;color: #333333;}
  39. .red{color: #FE0419; font-size: 26rpx;}
  40. .operate {justify-content: space-between;align-items: center;}
  41. .price {font-size: 24rpx; color: red;}
  42. .price .pce {font-size: 38rpx;color: red;font-weight: bold;}
  43. .price .del {font-weight: normal;font-size: 24rpx;color: #999999;margin-left: 12rpx;text-decoration: line-through;}
  44. .add-cart {width: 150rpx;height: 50rpx;border-radius: 25rpx;background-image: linear-gradient(to right, #FE934C, #FD3A31);text-align: center;line-height: 50rpx;color: #FFFFFF;font-size: 24rpx;}
  45. .progress-box {justify-content: left;display: flex;color: #999999;font-size: 24rpx;margin-top: 13rpx;}
  46. .progress-box text{color: #999999;font-size: 24rpx;margin-left: 10rpx;}
  47. .progress {width: 230rpx;}
  48. .tp{margin: 16rpx 0 70rpx;}
  49. .add-cart .order{float:left;margin-left: 8rpx;}
  50. .add-cart .or{margin-left: 28rpx;color: #FE0419;}
  51. .add-cart1{width: 150rpx;height: 50rpx;border-radius: 25rpx;border: 2rpx solid #FE0419;text-align: center;line-height: 50rpx;color: #FE0419;font-size: 24rpx;}
  52. .nosp{color: #FFFFFF;}
  53. .add-cart image{width: 24rpx;height: 24rpx;margin-left: 35rpx;margin-top: 13rpx;float: left;}
  54. .yuyue{margin: 90rpx 0 0 0;}
  55. .noyuyue{margin: 50rpx 0 0 0;}
  56. .nosp text{color: #FFFFFF !important;}