details.wxss 424 B

1234567891011121314151617181920212223242526272829303132
  1. .goodsimg {
  2. width: 120rpx;
  3. height: 120rpx;
  4. margin-right: 20rpx;
  5. }
  6. .item {
  7. padding-bottom: 20rpx;
  8. margin-bottom: 20rpx;
  9. }
  10. .state {
  11. height: 64rpx;
  12. line-height: 64rpx;
  13. text-align: center;
  14. color: #ffffff;
  15. }
  16. .sku-card .icon-guanbi {
  17. position: absolute;
  18. right: 30rpx;
  19. top: 30rpx;
  20. font-size: 40rpx;
  21. }
  22. .allbtn {
  23. background: #ff5344;
  24. color: #ffffff;
  25. padding: 8rpx 15rpx;
  26. border-radius: 10rpx;
  27. }